tag

home / developersection / tag

What are the web security in MVC ?
security in .net 03-Aug-2018
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?
asp.net mvc 03-Jul-2017
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
asp.net mvc 22-Feb-2017
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
asp.net 22-Feb-2017
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.
asp.net mvc 04-Feb-2017
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
asp.net mvc 21-Jan-2017
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