How to Add new Column to SQL Database Table from Entity Framework Core

Add new column to Microsoft SQL Database Table from Entity Framework Core Code-First approach

How EntityFramework Core creates primary key in Database

Create primary key in Microsoft SQL Server using Entity Framework Code First approach in C#.

How to run the database Migration scripts in C#

Here we discuss how to execute Entity Framework Core database migration scripts in .Net 6

.Net 6 – How to make sure Database created in Entity Framework Core .Net 6?

This explains how to create and ensure database created in .NET 6 application using Entity Framework Core.

Add Database Connection to DbContext in .Net 6

Add SQL database connection to DbContext .Net 6 application in Program.cs

ConfigureAwait() in .Net Core

We don't require to mention ConfigureAwait(false) while calling async method in .Net Core

Use AsNoTracking() for better performance in Entity Core

Use AsNoTracking() while reading the data from database table in Entity Core for better performance