https://github.com/dayastark/crud-spa
Here is provide you rich, robust and successfully CRUD operation in single. Which have many built in function with validation, Partial View Update and many more, Also in this repo include Three Tire Architecture with Repository pattern. Users can use this repository with multiple Uses.
https://github.com/dayastark/crud-spa
asp-net async async-await bootstrap entity-framework entityframeworkcore jquey mssql-database mssql-server mvc-architecture mvc-pattern mvc5 responsive-design responsive-layout single-page-app single-page-applications sql-server
Last synced: 2 months ago
JSON representation
Here is provide you rich, robust and successfully CRUD operation in single. Which have many built in function with validation, Partial View Update and many more, Also in this repo include Three Tire Architecture with Repository pattern. Users can use this repository with multiple Uses.
- Host: GitHub
- URL: https://github.com/dayastark/crud-spa
- Owner: dayastark
- Created: 2019-06-16T06:09:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T17:26:35.000Z (about 1 year ago)
- Last Synced: 2025-02-02T07:51:13.573Z (3 months ago)
- Topics: asp-net, async, async-await, bootstrap, entity-framework, entityframeworkcore, jquey, mssql-database, mssql-server, mvc-architecture, mvc-pattern, mvc5, responsive-design, responsive-layout, single-page-app, single-page-applications, sql-server
- Language: JavaScript
- Homepage:
- Size: 20.5 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD Operation In Single Page ASP.NET-MVC
Here is provide you rich, robust and fast CRUD operation in single page. Which have many built in functionality with validation. Ex. Partial View Update and many more, Also in this repo include Three Tire Architecture with Repository pattern. Users can use this repository with multiple Uses.
Prerequisite
1. MSSQL Server with Entity Framework
2. Visual Studio 2015 and AboveFeatures
1. Create Employee and Department in Partial Views and then updated on another partial views.
2. It mostly useful for single page crud operation.
3. Implement Unobtrusive Validation Mode for client side validation.
4. Initialize Repository pattern which makes seperation of concern to our project.
5. Using Ajax Request to response back with making rich client side operation.Steps
1. Open .sln file in Visual Studio 2015 or above.
2. Open MSSql Server 2008 or Above and create database EmployeeDb
3. Run EmployeeModel.edmx to make database.
4. Change ConnectionString path as per your specification Sql Server Credentials.
6. Press Ctr+F5 or F5 and Enjoy coding.