The software and environment used in this article:
Visual Studio Ultimate 2015;
MVC5 + EF6 +. NET Framework 4.5 + LocalDB; Windows 7 x64 Professional
I. Create a project Solution
1.1 Creating a blank project Solution Tmall
1.2 Add interface Display UI folder
1.2.1 Add MVC project name Tmall.web
1.3 Add Interface Logic Controll folder
1.3.1 Add Class library name Tmall.controll
1.4 Add Entity Model folder
1.4.1 Add Class library name Tmall.model
1.5 Add Interface Component Interface folder
1.5.1 Add Class library name Tmall.interface
1.5.2 Add Class library name Tmall.interfacebase
1.6 Adding a Business component Service folder
1.6.1 Add Class library name Tmall.service
1.6.2 Add Class library name Tmall.servicebase
1.7 Adding a public common folder
1.7.1 Add Class library name Tmall.dbdapper
1.7.2 Add Class library name Tmall.dbredis
1.7.1 the Add Class library name is Tmall. Common
1.7.1 the Add Class library name is Tmall. Commondb
MVC5+EF6 Development E-commerce website