Category: Entity Framework

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 […]

Executing stored procedure with user defined table type parameter in entity framework using EntityFrameworkExtras

Entity framework does not support user defined type by default. So to support user defined type […]