How to Connect a SQLite Database to EF Core
In this article, we’ll discuss connecting a SQLite database to an ASP.NET Core Web API using...
Read Moreby Muhammed Saleem | Dec 2, 2024 | EntityFrameworkCore | 0
In this article, we’ll discuss connecting a SQLite database to an ASP.NET Core Web API using...
Read Moreby Karthikeyan N S | Oct 21, 2024 | C#, EntityFrameworkCore | 0
Entity Framework Core (EF Core) is an object-relational mapper (ORM), enabling us to work with a...
Read Moreby Georgi Georgiev | Updated Date Aug 20, 2024 | EntityFrameworkCore | 0
Entity Framework Core (EF Core) has many powerful features, with Interceptors being one of the...
Read Moreby John Ademola | Apr 25, 2024 | EntityFrameworkCore | 0
Entity Framework Core has many useful features, and in this article, we will see how to use it to...
Read Moreby Gergő Vándor | Updated Date Apr 2, 2024 | EntityFrameworkCore | 2
In this article, we will discuss the different approaches to migrating a production database when...
Read Moreby Daniel Laurens | Mar 24, 2024 | EntityFrameworkCore | 0
Many .NET applications use Entity Framework Core (EF Core), a popular ORM framework. It offers...
Read Moreby Ivan Gechev | Feb 29, 2024 | EntityFrameworkCore | 0
In this article, we’ll see how we can apply unique constraints to a property in EF (Entity...
Read Moreby Ivan Gechev | Feb 26, 2024 | EntityFrameworkCore | 0
In this article, we’ll take a look at how to inject a DbContext instance into an...
Read Moreby Code Maze | Updated Date Feb 29, 2024 | EntityFrameworkCore, LINQ | 0
Entity Framework Core (EF Core) offers developers two powerful querying strategies: Single and...
Read Moreby Code Maze | Feb 5, 2024 | EntityFrameworkCore | 2
In this article, we will learn about the loading strategies we can employ in EF Core. These...
Read Moreby Code Maze | Jan 19, 2024 | C#, EntityFrameworkCore | 0
In this article, we will show how to revert a migration in EF Core. Entity Framework Core is an...
Read Moreby Code Maze | Oct 16, 2023 | EntityFrameworkCore | 0
In this article, we will discuss the recently added Table Per Concrete Type (TPC) inheritance...
Read MoreWhether you want to master web development or software architecture you should check our COURSES and pick the one that you like.