ddd wcf mvc
1.0.0
This example project was built using the following technologies:
ASP.NET MVC v5.3, BootStrap v3.3, WCF, Entity Framework Code First v6.
I will use some basic DDD (Domain Drive Design) concepts in this example:
Basically we will have the following functionalities in the application:
Customer registration. Customer address registration. Customer telephone registration.
Important observations. The publication of Wcf and Mvc can be done in the cloud/on promise (IIS). The ConnectionString must be changed in the respective projects' WebConfig projects (Wcf and Mvc). The database can be published via migrations/sql database project or via script. The Script is in the Documentation folder. The WCF request XML is in the Documentation folder.