ASP.NET MVC DDD E-commerce - Admin and front separation -


i'm going write asp.net mvc 2 application using domain driven design. i'm trying figure out how separate admin store front. create 2 mvc projects, regarding services them, should in separate projects or use catalogmanager, example, both, admin , store front, , mix services?

currently have class library each part of domain (services, infrastructure, model, etc.)

thanks.

you might want check out areas way separate application logical domains


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -