configure many to many relationship in codefirst
Configure Many-to-Many relationship: Here, we will learn how to configure Many-to-Many relationship between the Student and […]
Unit-of-Work-Design-Pattern
What is the use of Unit of Work design pattern? Unit of Work design pattern does […]
unit of work in repository pattern
Unit of Work is the concept related to the effective implementation of the Repository Pattern. To […]
entity framework unit of work patterns
Earlier this year I joined a development team which chose Entity Framework for the persistence needs […]
implementing-the-repository-and-unit-of-work-patterns-in-an-asp-net-mvc-application
In the previous tutorial you used inheritance to reduce redundant code in the Student and Instructor […]
Application cache in Html5
Introduction It’s becoming increasingly important for web-based applications to be accessible offline. Yes, all browsers can […]