1

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 factory' .I wanted to know if asp.net MVC is supported by WCSF?

Pushpendra
  • 820
  • 7
  • 11

2 Answers2

0

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

Kenneth Jakobsen
  • 458
  • 3
  • 11
0

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 :)

Pushpendra
  • 820
  • 7
  • 11