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?
Asked
Active
Viewed 1,250 times
2 Answers
0
No not out of the box, but it is possible to modify it Look at this:

Kenneth Jakobsen
- 458
- 3
- 11
-
the sent dates back to 2008 , we have new WCSF since , released feb 2010.Is it still not supported ? – Pushpendra Apr 05 '11 at 07:02
-
Didn't i answer your question since you've unaccepted my answer? – Kenneth Jakobsen Apr 05 '11 at 07:02
-
AFAIK no it is not, but I would still say it is modifiable. Why not just use MVP anyway? I know it is not quite the same implementation, but based on the same principles – Kenneth Jakobsen Apr 05 '11 at 07:05
-
I wanted Composite UI components and i love MVC . Now i have to decide between the two :( – Pushpendra Apr 05 '11 at 07:16
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