This repository contains a simple CRUD (Create, Read, Update, Delete) application using Models and Ajax built with ASP.NET Core MVC and Entity Framework Core. The application demonstrates how to perform basic operations on a database, such as adding, viewing, editing, and deleting records.Identity framework has been used for Authentication and authorization.
Features
Create: Add new records to the database.
Read: Retrieve and display data from the database in a tabular format.
Update: Edit existing records in the database.
Delete: Remove records from the database.
Validation: Includes server-side validation using Data Annotations.
Entity Framework Core: Used for database access and object-relational mapping (ORM).
Identity Framework Core: Used for Authentication and authorization.
Bootstrap: Used for responsive front-end design and UI.
Technology Stack
ASP.NET Core MVC (version 8.0)
Entity Framework Core (version 8.0)
SQL Server
Bootstrap (for styling)
jQuery (for some dynamic functionality)
-
Notifications
You must be signed in to change notification settings - Fork 0
This repository contains a simple CRUD (Create, Read, Update, Delete) application using Models and Ajax built with ASP.NET Core MVC and Entity Framework Core. The application demonstrates how to perform basic operations on a database, such as adding, viewing, editing, and deleting records.
dipankarjsr/CrudUsingAjaxAndModelsInNetCoreMVC
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
This repository contains a simple CRUD (Create, Read, Update, Delete) application using Models and Ajax built with ASP.NET Core MVC and Entity Framework Core. The application demonstrates how to perform basic operations on a database, such as adding, viewing, editing, and deleting records.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published