I'm developing a framework application, and I want individual implementations to have the possibility to add new functionality simply. For controllers this is easy, just compile it and drop it in the bin directory, but what about views? Is it possible to embed a view as a resource in a class library or something? How?
Following that post made me find this article: http://www.codeproject.com/KB/aspnet/ASP2UserControlLibrary.aspx
erikkallen
2009-10-21 12:36:41