Skip to content

Files

Latest commit

 

History

History

CRUD(Code First Approach)

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

.NET CORE 6 (CRUD) using Code First Approach

Introduction

This project is a .NET Core 6 application that utilizes Microsoft SQL Server and Entity Framework Core with a Code First approach. It focuses on performing CRUD (Create, Read, Update, Delete) operations on a database.

Features

table

  • Create Operation: Allows users to add new records to the database.
  • Read Operation: Provides functionality to retrieve and display existing records from the database.
  • Update Operation: Enables users to modify existing records in the database.
  • Delete Operation: Allows users to remove records from the database.

Technologies Used

  • .NET Core 6: The framework used to build the application.
  • Entity Framework Core: Employed with a Code First approach for database modeling and interaction.
  • Microsoft SQL Server: The relational database management system used for data storage. DBSqlServer

Prerequisites

Access Video Project Folder on Google Drive