ASP.NET MVC

1. Introduction

ASP.NET Overview

ASP.NET MVC OverView  - Demo With Default Application.

MVC Design Pattern

Understanding the ASP.NET MVC Execution Process

TDD

2. Basic Concepts

Understanding Models, Views, and Controllers Model View and Controller

ASP.NET Routing

Action Methods

Razor View Engine

3. Adding Model and Controller

Adding Model View and Controller

4. Layouts, Html Helpers

Layout and Section in Razor

HTML Helpers In ASP.NET MVC

Begin Form, End Form

HTML Helpers and Creating Custom HTML Helpers in ASP.NET MVC

5. Work with Entity Framework, Anti Forgery, CSRF

Code First -
Entity Framework 6 Code First using MVC 5 

EF 5 Code First using MVC 4

Examining the Edit Methods and Edit View

Database First - 
Getting-started - database-first-development

Entity Framework 6 Database First using MVC 5

ADO.NET - create-and-implement-3-tier-architecture-in-Asp-Net/

Implementing-the-repository-and-unit-of-work-patterns-in-an-asp-net-mvc-application

CRUD-Operations-Using-the-Generic-Repository-Pattern

Anti Forgery & XSRF Security/xsrfcsrf-prevention-in-aspnet-mvc-and-web-pages

6. Work Validations

Adding-validation-to-the-model

Server-side-validation

Client-Side-Validation

7. Advance with View

ViewBag View Data TempData

Viewdata-vs-viewbag-vs-tempdata-vs-session

Partial Views

Partial-view-in-asp.net-mvc

Renderpartial-vs-renderaction-vs-partial-vs-action-in-mvc-razor

8. Error Handling in MVC

Exception-handling-in-ASP-NET-MVC-methods

Generic-exception-handling-techniques-in-Asp-Net-mvc/

9. Authentication and Authorization

How to Make Custom Login, Register, and Logout in MVC 4 Using Razor and EF

Creating a custom user login form with .NET C# MVC 4 Razor

Custom Authentication and Authorization in MVC 5

Custom Forms Authentication in ASP.NET MVC Application

Understanding-OWIN-forms-authentication-in-mvc-5/

10.  Performance & Caching

Controllers-and-routing/improving-performance-with-output-caching-cs

Caching-In-MVC

11. Advance with Controller 

Action Results

Filters

Filters Example

Action-filters-in-mvc

12. Advance with Routing

Attribute-routing-in-asp-net-mvc-5/

13. CRUD using AJAX &  jQuery and HTTP Verbs

CRUD Operations in ASP.NET MVC Using AJAX and Bootstrap

crud-operation-in-Asp-Net-mvc-using-jquery-json-with-dapper/

Bundling and Minification

14. Web API -  Refer services section.

15. Three Layer Architecture & Repository Pattern

Implementing-the-repository-and-unit-of-work-patterns-in-an-asp-net-mvc-application

MVC-4-dependency-injection

16. DI & IOC and Unity

Using-unity-ioc-container

17. IIS Overview

To-host-Asp-Net-web-api-on-iis-server/

TEst your Web applicatiopn in IIS

18. Web API and Angular Integration

No comments:

Post a Comment