Hey guys, hope you have learned a lot of things from this tutorial series. So, I have decided to provide you complete project for no price. Yes you have heard it right. This project has lots of features included. Here are the list of the things that you can get to learn from this project
- Multilayered Architecture
- Repository Pattern
- Dependency Injection using unity.mvc5
- Use of Jquery DataTable
- Use of Bootstrap
- CRUD operations
- Use of Partial Views
- Use of Automapper
- Use of Entity framework
- Use of ViewModels and DomainModels
1. Business Layer
2. Domain Layer
3. Data Access Layer
step 2: After extracting the zip file, you will get two files. (a) Project solution file and (b) Database script
step 3: Create a database with name MVCTutorial
step 4: Execute "MVCTutorial Database script" in SQL server. You can also get the same from zip file.
Step 5 : Update the data source in your connection string in App.config file (MVCTutorial.Repository) and Web.config file (MVCTutorial Web Layer)
step 3: Create a database with name MVCTutorial
step 4: Execute "MVCTutorial Database script" in SQL server. You can also get the same from zip file.
Step 5 : Update the data source in your connection string in App.config file (MVCTutorial.Repository) and Web.config file (MVCTutorial Web Layer)
Currently, In below connection string, you will see data source=HP-PC\SQLSERVER2014; , Just update it to your local system data source.
<connectionStrings> <add name="MVCTutorialEntitiesContainer" connectionString="metadata=res://*/MVCTutorialEntities.csdl|res://*/MVCTutorialEntities.ssdl|res://*/MVCTutorialEntities.msl;provider=System.Data.SqlClient;provider connection string="data source=HP-PC\SQLSERVER2014;initial catalog=MVCTutorial;integrated security=True;multipleactiveresultsets=True;application name=EntityFramework"" providerName="System.Data.EntityClient" /> </connectionStrings>
Step 7: You are done
For complete demonstration, please watch above video
All Code Factory
- Part 11- Insert data into database
- Part 12- Server side and clientside validation
- Part 13- Insert data into multiple tables
- Part 14- Insert data into database using JQuery
- Part 15- How to create Bootstrap Popup
- Part 16- Delete operation in Asp.net MVC
- Part 17- What is Partial View in Asp.net MVC
- Part 18- How to call Partial View using JQuery
- Part 19- Difference between Html.Partial() and Html.RenderPartial()
- Part 20- AddEdit Record using Partial View
- Part 21- Layout View in Asp.net MVC
- Part 22- Style.Render and Script.Render
- Part 23 - RenderBody, RenderSection and RenderPage.
- Part 24- Divide Page into several component using Bootstrap
- Part 25- Refresh Entity framework after any modification in database table
- Part 26- Set foreign key relationnship in database tables
- Part 27- Create Rgistration Page
- Part 28- Create Login Page
- Part 29- Client Side Validation using JQuery
- Part 30- How to return multiple Model to a View (Interview)
- Part 31- How to create Dynamic Menu using Partial View
- Part 32- Preview Image Before Uploading
- Part 33- Upload and Display Image using JQuery
- Part 34-Upload Image to SQL Server and Display
- Part 35- Download Image from URL and Upload to SQL Server
- Part 36- Cascading DropdownList
- Part 37- Implement Search Functionality
- Part 38- Attribute Routing in MVC
- Part 39- How to display multiple checkbox checked data
- Part 40- How to send multiple checkbox checked value to Server
- Part 41- How to create responsive sortable Image Gallery
- Part 42 - How to implement JQuery Autocomplete Textbox
- Part 43 - How to send Emails in Asp.net MVC
- Part 44 - Integrate JQuery DataTables plugin
- Part 45 - Display record from database using JQuery Datatable
- Part 46- Add Edit Record using JQuery DataTable
- Part 47 - JQuery DataTables Server -side Processing
- Part 48 - JQuery server side processing -Search functionality
- Part 49 - Pagination using Skip and Take method
- Part 50 - Refresh DataTable After Performing Any Action
- Part 51 - Send OTP ( One Time Password ) to any mobile device
- Part 52 - How to use AutoMapper in Asp.net MVC
- Part 53 - How to use AutoMapper ForMember Method
- Part 54 - Repository Pattern - 1 - Adding Business Layer
- Part 55 - Repository Pattern - 2 - Adding Domain Layer
- Part 56 - Repository Pattern - 3 - Dependency Injection
- Part 57- Repository Pattern- 4 - Adding Data Access Layer
- Part 58 - Repository Pattern - 5 - Setting Up Generic Repository
- Part 59 - Display Record using repository pattern
- Part 60 - Add Edit Record using Repository Pattern
What Next => Nothing...You have everything to learn. Haven't it?
Please Like, Share and subscribe our Channel. Have a great day.
3 comments:
Please upload tutorial on insert, Update, Delete and List View
by using using "SQL Stored Procedure" using Repository Pattern Project
My esteemed teacher
Thank you so much
I learned a lot from you
Thank you from the depths
rar file corrupted. I am not able to open the file
Post a Comment