Skip to content

arslank001/ASP.NET-Core-CRUD

Repository files navigation

ASP.NET Core CRUD Application

🚀 ASP.NET Core CRUD is a web application demonstrating basic Create, Read, Update, and Delete operations using ASP.NET Core MVC and Entity Framework Core. This project showcases best practices in implementing CRUD functionality with a clean architecture and SQL Server as the database.

Features

  • Create: Add new records to the database.
  • Read: View records with filtering, sorting, and pagination options.
  • Update: Modify existing records.
  • Delete: Remove records from the database.
  • Validation: Built-in client and server-side validation for data integrity.
  • Responsive UI: Built with Bootstrap for a mobile-friendly interface.

Technologies Used

  • Backend: ASP.NET Core MVC, Entity Framework Core
  • Frontend: HTML, CSS, JavaScript, Bootstrap
  • Database: SQL Server
  • Version Control: Git

Getting Started

Prerequisites

  • Visual Studio 2019/2022 or any .NET 6-compatible IDE
  • SQL Server
  • .NET 6 SDK installed

About

A simple ASP.NET Core project implementing CRUD (Create, Read, Update, Delete) operations. This repository demonstrates best practices for building a RESTful API using Entity Framework Core, Razor Pages, and MVC architecture. Ideal for beginners learning ASP.NET Core development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages