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

EF-Core

EF-Core

Great Reads

by Ngọc Minh Trần
An introduction to ASP.NET Core MVC
by Ngọc Minh Trần
An introduction to ASP.NET Core MVC
by towaso
A short example on how to create a hierarchical web checklist
by Jeremy Likness
This article walks you through my project Planetary Docs, a repository that showcases a full application that supports Create, Read, Update, and Delete operations (CRUD) using Blazor (Server), Entity Framework Core and Azure Cosmos DB.

Latest Articles

by Ngọc Minh Trần
An introduction to ASP.NET Core MVC
by Ngọc Minh Trần
An introduction to ASP.NET Core MVC
by towaso
A short example on how to create a hierarchical web checklist
by Jeremy Likness
This article walks you through my project Planetary Docs, a repository that showcases a full application that supports Create, Read, Update, and Delete operations (CRUD) using Blazor (Server), Entity Framework Core and Azure Cosmos DB.

All Articles

Sort by Score

EF-Core 

by Jeremy Likness
This article walks you through my project Planetary Docs, a repository that showcases a full application that supports Create, Read, Update, and Delete operations (CRUD) using Blazor (Server), Entity Framework Core and Azure Cosmos DB.
by Jeremy Likness
In this blog post I look at what GraphQL is, share benefits and challenges, review the current .NET ecosystem, and walk you through some hands-on examples.
by Jeremy Likness
How do products like EF Core allow you to write whatever queries you like, then successfully intercept them to run SQL commands? The secret is in the provider.
by Jeremy Likness
What if I could write a LINQ query on a client the same way I would on a server, and execute it remotely with minimal configuration, setup, ritual and ceremony?