Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hemrajmalhi/asp.netcorecode-first-crud-operations
This repository demonstrates how to implement CRUD (Create, Read, Update, Delete) operations
https://github.com/hemrajmalhi/asp.netcorecode-first-crud-operations
code code-first-approach configuration crud-operation datavalidation entityframework http-requests migration netcore sql-server
Last synced: about 1 month ago
JSON representation
This repository demonstrates how to implement CRUD (Create, Read, Update, Delete) operations
- Host: GitHub
- URL: https://github.com/hemrajmalhi/asp.netcorecode-first-crud-operations
- Owner: hemrajmalhi
- Created: 2024-07-11T11:21:12.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-11T12:27:51.000Z (4 months ago)
- Last Synced: 2024-10-12T07:02:11.352Z (about 1 month ago)
- Topics: code, code-first-approach, configuration, crud-operation, datavalidation, entityframework, http-requests, migration, netcore, sql-server
- Language: HTML
- Homepage:
- Size: 862 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### This repository demonstrates how to implement CRUD (Create, Read, Update, Delete) operations using the Code-First approach in ASP.NET Core. The project is designed to help developers understand the basics of Entity Framework Core and ASP.NET Core MVC. It includes:
#### Setting up an ASP.NET Core MVC project.
#### Configuring Entity Framework Core with a SQL Server database.
#### Creating models and DbContext for Code-First development.
#### Implementing CRUD operations for a sample entity.
#### Using dependency injection and repository pattern.
#### Writing migration scripts to update the database schema.
#### Comprehensive comments and documentation for easy understanding.
#### Feel free to clone the repository, explore the code, and modify it to suit your own project requirements.