Articles : Page 1 of 1

  • Series of webcasts about ASP.NET MVC 3 (in Italian)

    Series of webcasts about ASP.NET MVC 3 (in Italian)

    Oct 11
    04

    After a long gestation period, today it was published on Channel9 a series of webcasts about ASP.NET MVC 3. This webcasts Ugo Lattanzi, a fellow ASP.NET Italian MVP, and I recorded (in Italian) covers the following topics: Introduction to the new features of ASP.NET MVC 3 Razor, the new view engine of ASP.NET MVC 3 How ASP.NET MVC 3, SQL CE 4 and EF CodeFirst work together Introduction to IoC/DI and how to use Ninject inside ASP.NET MVC 3 They are in Italian, but, especially the l...


  • Dependency Injection With ASP.NET HttpModules

    Dependency Injection With ASP.NET HttpModules

    Jun 11
    03

    At the risk of getting punched in the face by my friend Miguel, I’m not afraid to admit I’m a fan of responsible use of dependency injection. However, for many folks, attempting to use DI runs into a roadblock when it comes to ASP.NET HttpModule. In the past, I typically used “Poor man’s DI” for this. I wasn’t raised in an affluent family, so I guess I don’t have as much of a problem with this approach that others do. However, when the opportunity for something better comes along, I’ll tak...


  • Deeper in .NET Code and Slide Deck

    Deeper in .NET Code and Slide Deck

    Mar 11
    19

    I had a great time in Milwaukee. Thanks to Dave Palfrey, Scott Isaacs and the rest of the Milwaukee .NET User Group for their generous hospitality! You can find my code samples and slide deck here. As always, if you have any questions concerning the material, don't hesitate to contact me. ...


  • Deeper in .NET Code and Slide Deck

    Deeper in .NET Code and Slide Deck

    Mar 11
    19

    I had a great time in Milwaukee. Thanks to Dave Palfrey, Scott Isaacs and the rest of the Milwaukee .NET User Group for their generous hospitality! You can find my code samples and slide deck here. As always, if you Continuereading...


  • Dependency Injection in MVC 3–with Views

    Dependency Injection in MVC 3–with Views

    Jan 11
    24

    If you have not read the first post in this series, please do so as these samples build on that post. At first, it may appear that MVC 3s Dependency Injection is not all that different than what we had in MVC 1 and 2. The fact is, MVC 3 gives us a lot more flexibility, and for sure, Dependency Injection is a first class citizen in the ASP MVC Framework. Using the Unity IoC Container, lets take a look at how views can take advantage of Dependency Injection. View Page Class public class ...


  • Dependency Injection with ASP MVC 3–Distilled and Simplified

    Dependency Injection with ASP MVC 3–Distilled and Simplified

    Jan 11
    24

    One of the key new features in the ASP MVC 3 framework is how the framework interacts with your Inversion of Control (IoC) Container. Note: the specific behavior of the IoC containers themselves has not changed. The only thing that has changed is how the MVC 3 framework interacts with the IoC Container. In MVC 1 and 2, we had to create our own Custom Controller Factory. In MVC 3, your still free to do so. However, when you see how MVC 3 generically works with IoC containers, when upgrading t...



  • 1