Home / DeveloperSection / Tag
You haven’t finished your post yet. Are you sure you want to leave and discard your draft?
WebSecurity in MVC:-These are some web-security feature in MVC like as – 1). Authentication and Authorization in Asp.net MVC. 2). Membership provide
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 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.
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
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
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