Last updated: May 3, 2022

ASP.NET MVC

ASP.NET Model-View-Controller framework is a lightweight, highly testable presentation framework that is integrated with all existing ASP.NET features, such as authentication, master pages, etc. It follows MVC Pattern to create web applications and easy controls over UI part HTML, CSS and javascript frameworks.
ASP.NET MVC Introduction and Features
This blog will discuss ASP.NET MVC (Model View Controller) along with its various features to clearly understand the concept.
ASP.NET MVC Architecture and Lifecycle MEDIUM
This article discusses ASP.NET MVC Architecture and Lifecycle and their implementation. We talk about why it is good to learn ASP.NET MVC Architecture and Lifecycle and how it makes the life of a developer easier.
ASP.NET MVC Project Structure
In this blog, you will get to know the ASP.NET MVC project folder structure like content, Controllers, Models, Scripts, Views, etc
ASP.NET MVC Actions
In this article, you will learn about the controller class's action method and its different types with implementation.
ASP.NET MVC Selectors
In this article, we will look at Action Selectors in ASP.NET MVC with the help of code examples.
ASP.NET MVC Action Filter
This article will help you understand action filters in Asp.Net MVC and their different types with examples.
ASP.NET MODEL
This blog will discuss ASP.NET MVC along with step by step explanation of creating a model class.
ASP.NET MVC Model Binding
In this blog, we will learn about Model Binding and its use with an example.
ASP.NET MVC View
This blog discusses MVC View in ASP.NET.
ASP.NET MVC Integrate Model, View & Controller
This article discusses the MVC Integrate model, View, and Controller in ASP.NET in detail.
ASP.NET Layout View
In this blog, we will learn about Layout in ASP.NET, understanding its creation with examples with different sections.
ASP.NET MVC Validations
In this blog, we will discuss ASP.Net MVC controllers, their syntax, and some examples related to the MVC controller.
ASP.NET MVC Validations
In this blog, we will learn about the DRY principle, base validation class, common terms used invalidation, and MVC validation with an example.
ASP.NET MVC AUTHENTICATION
In this blog, we will learn how to create a Secure web application using MVC Authentication in ASP.NET.
ASP.NET MVC BootStrap
In this blog, we will learn about what bootstrap is in MVC structure along with the basics of MVC structure, enabling bootstrap in the file, creating the project, and all this with examples.
ASP.NET MVC Scaffolding
In this blog, we will discuss Scaffolding in ASP.NET, steps to create a project in Microsoft visual studio, and how to execute it all with examples.
ASP.NET MVC ViewBag, ViewData, And TempData
In this blog, we will learn about ASP.NET MVC ViewBag, ViewData, and TempData data variables to store and pass values from controller to view.
ASP.NET Create Edit View
This blog discusses creating an edit view in ASP.NET with a practical example.
ASP.NET MVC Bundling Script and Styling
This blog discusses the ASP.NET MVC Bundling Script, Styling, and Minification.
Author Parth
0 upvotes