What are the web security in MVC ?
What are the web security in MVC ?

WebSecurity in MVC:-These are some web-security feature in MVC like as – 1). Authentication and Authorization in Asp.net MVC. 2). Membership provide

WHAT IS MVC?
WHAT IS MVC?

MVC is an architecture pattern for web application development used by most of the web developers and also supported by most of the web programming language like ASP, JSP, Servlet etc.

Partial View in MVC
Partial View in MVC

Partial view a is view that is used in the view for specific portion it is reusable in all over the application. It is said to as child view. If we want to use some code multiple time we can use the concept of partial view.

Creating Master page in MVC
Creating Master page in MVC

Master page or Layout is a common layout for all the pages in the web application. Suppose we want common look and feel for many pages like headerfoot

Passing multiple dropdown list values from view to controller and saving into database.
Passing multiple dropdown list values from view to controller and saving into database.

For doing this task we use data first approach entity framework. In this first we create database and then generate model on basis of database First

Different ways of Navigation in MVC
Different ways of Navigation in MVC

Navigation is way of redirecting from one page to another. There are several way that I have explained below 1-HyperlinkIt is use with standard ancho