Videos : Page 1 of 1

  • ASP.NET mvcConf Videos Available

    ASP.NET mvcConf Videos Available

    Feb 11
    23

    Earlier this month the ASP.NET MVC developer community held the 2nd annual mvcConf event. This was a free, online conference focused on ASP.NET MVC – with more than 27 talks that covered a wide variety of ASP.NET MVC topics. Almost all of the talks were presented by developers within the community, and the quality and topic diversity of the talks was fantastic. Below are links to free recordings of the talks that you can watch (and optionally download): Scott Guthrie Keynote The NuGet-y...


  • ASP.NET MVC 3 Videos and Screencasts

    ASP.NET MVC 3 Videos and Screencasts

    Feb 11
    19

    Check out the videos from MvcConf 2!...


  • Special 48-Hour Offer: Free ASP.NET MVC 3 Video Training

    Special 48-Hour Offer: Free ASP.NET MVC 3 Video Training

    Feb 11
    09

    The Virtual ASP.NET MVC Conference (MVCConf) happened earlier today. Several thousand developers attended the event online, and had the opportunity to watch 27 great talks presented by the community. All of the live presentations were recorded, and videos of them will be posted shortly so that everyone can watch them (for free). I’ll do a blog post with links to them once they are available. Special Pluralsight Training Available for Next 48 Hours In my MVCConf keynote this morning, I al...


  • Dynamic Methods in View Data

    Dynamic Methods in View Data

    Aug 10
    02

    In ASP.NET MVC 3 Preview 1, we introduced some syntactic sugar for creating and accessing view data using new dynamic properties. Sugar, it’s not just for breakfast. Within a controller action, the ViewModel property of Controller allows setting and accessing view data via property accessors that are resolved dynamically at runtime. From within a view, the View property provides the same thing (see the addendum at the bottom of this post for why these property names do not match). Disc...



  • 1