ASP.NET MVC2 Plugins using Areas
Posted by Veebs on June 15, 2010
8 comments
I wanted to work on a plugin framework for ASP.NET MVC2 using Areas. Read excellent information from wynia and fzysqr. My requirements are a little different from fzysqr: I want to use Visual Studio 2010, .NET 4.0, ASP.NET MVC2. Plugins are class libraries and cannot be stand-alone. They can only work with the plugin host. Plugins [...]