Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / DataContext

DataContext

DataContext

Great Reads

by Shivprasad koirala
CRUD operations using LINQ Entities
by saadishahin
A quick psedu-code for EF Core that's equivalent to modelBuilder.Configurations.AddFromAssembly in entity framework
by Sherjil_Ahmed
Mixing DB-First and Code First Approach for using SPs in EF-Way
by Adriaan Booysen
Adding Seeding Framework towards EntityFrameworkCore that can be wired up in either a dotnet core Web Application or WebAPI

Latest Articles

by Shivprasad koirala
CRUD operations using LINQ Entities
by saadishahin
A quick psedu-code for EF Core that's equivalent to modelBuilder.Configurations.AddFromAssembly in entity framework
by Sherjil_Ahmed
Mixing DB-First and Code First Approach for using SPs in EF-Way
by Adriaan Booysen
Adding Seeding Framework towards EntityFrameworkCore that can be wired up in either a dotnet core Web Application or WebAPI

All Articles

Sort by Score

DataContext 

by Shivprasad koirala
CRUD operations using LINQ Entities
by Adriaan Booysen
Adding Seeding Framework towards EntityFrameworkCore that can be wired up in either a dotnet core Web Application or WebAPI
by @nkit Bajpai
This article discuss a simple application built using WPF MVVM design pattern and explain the basics of Command Binding and DataBinding.