Top Categories
Part 55 - Repository Pattern - 2 - Adding Domain Layer
- Category: Information Technology
- Sub Category: ASP.NET
OVERVIEW:
In this tutorial, You will learn about how to add Domain layer under repository pattern implementation in Asp.net MVC. In Domain Layer we define all the models that hold the data coming from Data Access layer. The domain classes are used for transferring data from Business Layer to web Lay
OVERVIEW:
In this tutorial, You will learn about how to add Domain layer under repository pattern implementation in Asp.net MVC. In Domain Layer we define all the models that hold the data coming from Data Access layer. The domain classes are used for transferring data from Business Layer to web Layer and vice versa.
SOCIAL :
Facebook : http://facebook.com/technotipstutorial
Youtube: http://youtube.com/aapkanigam
Twitter : @technotipsMVC, @aapkanigam
GET CODE HERE
http://technotipstutorial.blogspot.com/2018/05/part-55-repository-pattern-2-adding.html
RECOMMENDED VIDEOS
1. Adding Business Layer
https://www.youtube.com/watch?v=mDL-1s5KEao
2. Adding Domain Layer
https://www.youtube.com/watch?v=dtaSnkmahsE
3. Dependency Injection using Microsoft Unity
https://www.youtube.com/watch?v=ySeLS5CIwh0
4. Adding DataAccessLayer and Entity framework
https://www.youtube.com/watch?v=DPbnqaAwelM
5. Setting Up Generic Repository and UnitOfWork
https://www.youtube.com/watch?v=3-LbUx18lOI
BLOG POST WITH CODE
1. Adding Business Layer
http://technotipstutorial.blogspot.com/2018/05/part-54-repository-pattern-1-adding.html
2. Adding Domain Layer
http://technotipstutorial.blogspot.com/2018/05/part-55-repository-pattern-2-adding.html
3. Dependency Injection using Microsoft Unity
http://technotipstutorial.blogspot.com/2018/05/part-56-repository-pattern-3-dependency.html
4. Adding DataAccessLayer and Entity framework
http://technotipstutorial.blogspot.com/2018/05/part-57-repository-pattern-4-adding.html
5. Setting Up Generic Repository and UnitOfWork
http://technotipstutorial.blogspot.com/2018/05/part-58-repository-pattern-5-setup.html
TAGS:
repository pattern in mvc
repository pattern c# mvc example
repository pattern c#
Business layer
Data Access Layer
Domain Layer
Unit Of Work
Asp.net MVC Tutorial