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

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

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

asp.net - call stack missing info on mono with apache and mod_mono -