tags:

views:

57

answers:

1

How I can build a ASP.NET MVC application than generate others ASP.NET MVC application?.

The part of write a new code es very easie but I'm really lost in a part to compile a new generate code.

A: 

You may look at CMS written in ASP.NET MVC like following:
http://oxite.codeplex.com
http://blogsvc.codeplex.com/
http://orchard.codeplex.com/

Gopher