Click here to Skip to main content
15,921,371 members
Articles / All Topics

Using Entity Framework and the Store Procedure Framework To Achieve CQRS - Part #4

Rate me:
Please Sign up or sign in to vote.
4.00/5 (2 votes)
26 Aug 2016CPOL2 min read 5.5K   1  
This article follows on from Part3 where we built the CommandStack leveraging EntityFramework andprepared to persist an order and some of its associated data to the database. In thisarticle we will shift our focus to the the client, (well our Integration Tests!) andcreate a test that creates an orde

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United Kingdom United Kingdom
Duane has worked in a commercial software development environment for 9 years, with all but three for a global fashion retailer.

He is proficient in ASP.Net, MVC, C#, HTML, CSS, JavaScript, SQL Server TSQL.

Comments and Discussions