Articles : Page 1 of 1

  • Nerddinner 3.0 - ASP.NET MVC 3 HTML5 GeoLocation jQuery Mobile

    Nerddinner 3.0 - ASP.NET MVC 3 HTML5 GeoLocation jQuery Mobile

    Sep 11
    07

    Nerddinner 3.0 was released with ASP.NET MVC 3 and Razor support, but it may not be for ASP.NET MVC beginners anymore....


  • A Better ASP.NET MVC Mobile Device Capabilities ViewEngine

    A Better ASP.NET MVC Mobile Device Capabilities ViewEngine

    Nov 10
    17

    In March of 2009 I spoke at Mix 09, Microsoft's Web Conference and presented a number of ASP.NET MVC features. I extended the NerdDinner Sample with a naive implementation of what I called a MobileCapableWebFormViewEngine. Here's the basic implementation. Don't use this, it's broken. public class MobileCapableWebFormViewEngine : WebFormViewEngine{ public override ViewEngineResult FindView(ControllerContext controllerContext, string viewName, string masterName, bool useCache) { ViewEngineRes...


  • Simple Code First with Entity Framework 4 - Magic Unicorn Feature CTP 4

    Simple Code First with Entity Framework 4 - Magic Unicorn Feature CTP 4

    Jul 10
    15

    Microsoft's been releasing a number of right-sized LEGO pieces lately. In case you missed it, Betas have been announced for: SQL 4 Compact Edition - It has a small embedded file-based SQL Database, and a web-server called IIS Express that's compatible with the full version of IIS. Razor Page Syntax - A way to make pages/ViewEngine called Razor. Your sites can be later be expanded to use all of ASP.NET MVC. It's a simple syntax that is easy to learn. WebMatrix - It's a small (15 megs if ...



  • 1