Skip to content

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.

Notifications You must be signed in to change notification settings

dipankarjsr/CrudUsingAjaxAndModelsInNetCoreMVC

Repository files navigation

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)

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

No packages published