Category: ASP.NET MVC

ASP.NET MVC Page Life Cycle 2

ASP.NET MVC Page Life Cycle

Below diagram explains how MVC works and MVC control flow with ASP.NET MVC page life cycle.     1. Routing in ASP.NET MVC Page Life Cycle Routing is the first step in ASP.NET MVC page...

MVC Filters 1

Understanding ASP.NET MVC Filters

ASP.NET MVC Filters are used to execute logic either before an action method is called or after an action method runs. ASP.NET MVC Filters are custom classes that provide both a declarative and programmatic...

MVC Interview Questions 2

MVC Interview Questions and Answers

In this article I would like to explain about most frequently asked ASP.NET MVC Interview Questions. This collection is useful for both freshers and experienced candidates to clear technical ASP.NET MVC interviews. 1. What...

MVC Layouts 0

ASP.NET MVC Layouts

What are Layouts in ASP.NET MVC? ASP.NET MVC Layouts are used to maintain a consistent look and feel across multiple views within ASP.NET MVC application. As compared to Web Forms, layouts serve the same...

Routing in MVC 1

Routing in MVC

In this article I would like to explain about the routing in MVC. You will learn the following things What is routing in MVC How routing works What is route table Properties of Route...

ASP.NET MVC Tutorial Step By Step For Beginners With Examples 0

ASP.NET MVC Tutorial Step By Step For Beginners With Examples

What is ASP.NET MVC? ASP.NET MVC is an open source web development framework from Microsoft that provides a Model View Controller architecture. ASP.NET MVC is a server-side web framework for building dynamic, data-driven web applications. Since...