An open API service indexing awesome lists of open source software.

https://github.com/rameshovyas/asp_dot_net_core_sample

ASP.Net Core MVC Application with SQL Server Database from Start to Finish
https://github.com/rameshovyas/asp_dot_net_core_sample

asp-net-core asp-net-core-mvc bootstrap5 bootswatch-theme dotnet-core entity-framework-core sqlserver toast-notifications

Last synced: 3 months ago
JSON representation

ASP.Net Core MVC Application with SQL Server Database from Start to Finish

Awesome Lists containing this project

README

          

# ASP.Net Core MVC Application with SQL Server Database from Start to Finish

This is a very simple but detailed ASP.Net Core MVC application that creates a UI for adding , updating deleteing and viewing SQL Server database table records. The application uses EntityFrameworkCore for the database operations with code first approach. Fetaures I have used in this application.

## Features

- Custom Desiged CRUD Application
- Server Side and Client Side Validations applied.
- Bootstrap 5.2.3
- Integration of BootsWatch Theme
- Responsive Application
- Cross platform Application
- Used Toastr.js for Toast Notifications
- Used TempData for Notifications

## Screenshots

![App Screenshot](/screenshots/page11.png)

![App Screenshot](/screenshots/page10.png)

![App Screenshot](/screenshots/page5.png)

![App Screenshot](/screenshots/page2.png)