home / developersection / category
Sometimes, the choices that we have in hands seem good. But sometimes, they lead to confusion. There are pros and cons to both. Some feel that it is good to hav
In this article we are going to explain how to Encrypt and Decrypt website URL or Email Address in Asp.net with example.
It is a method of attacking website from malicious or fake site send request to valid or vulnerable website where the user is logged In,
ViewData, TempData and ViewBag are a way to pass data from controller to view and also in the next subsequent request, it’s provided by ASP.NET MVC framework.
In this article we will learn how we can implement paging in MVC.
Data annotation is for adding extra meaning to the data. We use attribute for data annotation. There are many attribute which we use for data annotation.
Open visual studio create new project and click Asp.Net MVC 4 Web application and give a name as MVCDemo
In this article I will try to demonstrate, CURD (Create, Update, Delete, and Retrieve) operation using jQuery dialog with Entity Framework.
Repository and unit of work patterns are intended to create an abstraction layer between the data access layer and the business logic layer of an MVC application
In this article I will take a simplest way to create a simple MVC application for beginners. If you are a beginner and want to be find how to create modal, controller and their views with extra plugins such as jQuery.
In this article, i have define all application folders of any ASP.NET MVC Application
Attribute Routing enables the use of URL that are described by user action and more understood by users. By using routing, we can hide information which is not shown to final users in a URL bar.