I am new to ASP.NET MVC, I want to develop an asp.net page/Shell , the shell will host multiple UI/components.I discovered 'Webclient software fa开发者_如何转开发ctory' .I wanted to know if asp.net MVC is supported by WCSF?
No not out of the box, but it is possible to modify it Look at this:
http://forums.asp.net/t/1232612.aspx
http://blogs.msdn.com/b/blaine/archive/2010/03/22/will-wcsf-vs-2010-version-support-unity-2-0-and-asp-net-mvc.aspx
I got it 100% correct this time , ASP.NET MVC has got inbuilt hooks for DI .For this specefic requirement check ASP.NET MVC Areas :)
精彩评论