category

home / developersection / category

Why to Choose Asp.Net Web Application Development over PHP?
asp.net 05-Oct-2018
Why to Choose Asp.Net Web Application Development over PHP?

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

Encrypt and Decrypt Data with C#
asp.net 15-May-2018
Encrypt and Decrypt Data with C#

In this article we are going to explain how to Encrypt and Decrypt website URL or Email Address in Asp.net with example.

Preventing Cross Site Request Forgery attack in MVC
asp.net 15-Sep-2017
Preventing Cross Site Request Forgery attack in MVC

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,

Difference between ViewData, ViewBag and TempData
asp.net 08-Sep-2017
Difference between ViewData, ViewBag and TempData

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.

Paging in ASP.NET MVC 4.0
asp.net 06-Apr-2017
Paging in ASP.NET MVC 4.0

In this article we will learn how we can implement paging in MVC.

Validation using Data Annotation using entity framework
asp.net 19-Jan-2017
Validation using Data Annotation using entity framework

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.

How to access data in MVC using Entity framework
asp.net 06-Jun-2016
How to access data in MVC using Entity framework

Open visual studio create new project and click Asp.Net MVC 4 Web application and give a name as MVCDemo

CURD Operations in ASP.NET MVC using jQuery dialog with EF
asp.net 15-Mar-2016
CURD Operations in ASP.NET MVC using jQuery dialog with EF

In this article I will try to demonstrate, CURD (Create, Update, Delete, and Retrieve) operation using jQuery dialog with Entity Framework.

Implementing the Repository and Unit of Work Patterns in an ASP.NET MVC using Entity Framework
asp.net 14-Mar-2016
Implementing the Repository and Unit of Work Patterns in an ASP.NET MVC using 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

ASP.NET MVC5 Razor With jQuery
asp.net 11-Mar-2016
ASP.NET MVC5 Razor With jQuery

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.

ASP.NET MVC-  Application Folders
asp.net 10-Mar-2016
ASP.NET MVC- Application Folders

In this article, i have define all application folders of any ASP.NET MVC Application

Attribute Routing in ASP.NET MVC
asp.net 09-Mar-2016
Attribute Routing in ASP.NET MVC

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.