code first

CRUD Operations Using .NET 5.0 Web API

In this article, we will learn about how we can perform CRUD (Create, Read, Update, Delete) operations using .NET 5.0…

3 years ago

How To Create Foreign Key In Code First Approach

In this article, we’ll learn how to create a foreign key in the code first approach.

5 years ago

Code-First Approach With ASP.NET MVC Framework

n this article, we’ll learn how to perform CRUD operations with a code first approach in an MVC application. Here,…

5 years ago