Eric Duncan

aka eduncan911, aka Da//an

Welcome to Eric Duncan | | Help
in Search

Browse by Tags

All Tags » Asp.Net Mvc
  • Managed Extensibility Framework (MEF) - Microsoft's Official Inversion of Control Container

    This new Microsoft feature in .NET Framework 4 is a programming model for reusing components, very similar to those Inversion of Control container frameworks out there that we all know and love (Castle Windsor, Structured Map, their own Unity from the Patterns and Practices team and etc).  Now, they have built their own to address the pain ...
    Posted to Eric Duncan (Weblog) by Eric A. Duncan on February 15, 2010
  • Html.RenderAction for ASP.NET MVC 1.0

    The ASP.NET MVC 1.0 Futures assembly (that is not included with ASP.NET MVC 1.0) has a powerful HtmlHelper extension method called RenderAction().   It sounds similar to the Html extension method called RenderPartial() for a good reason.  RenderAction() executes an action on a controller, allowing you to move your logic out of the ...
    Posted to Eric Duncan (Weblog) by Eric A. Duncan on September 24, 2009
  • Type Safety with ASP.NET MVC Futures

    In this post, I will show you how to strongly type some parts of MVC to get rid of those “magic strings.”  I will also publish a few extension methods that expand upon this concept later on.  So, this is a continuation of my Mvc series that you can subscribe to. ASP.NET MVC 1.0 Futures You can download ASP.NET MVC 1.0 RTM from ...
    Posted to Eric Duncan (Weblog) by Eric A. Duncan on September 22, 2009
  • ASP.NET MVC

    I am starting a new series that will be focusing on ASP.NET MVC design patterns.  What I will be focusing on is enterprise-ready patterns and practices that scales across cloud computing, coding with type safety, and abstractions of WebForms-like server controls – using the MVC pattern.   Steve Sanders and Phil Haack have about a ...
    Posted to Eric Duncan (Weblog) by Eric A. Duncan on September 22, 2009