tag

home / developersection / tag

Doubleton Design pattern in C#
asp.net 04-Jun-2014
Doubleton Design pattern in C#

I would like to share a way by which we can create a class which could create maximum two objects.

Basics of Ngen.exe (Native Image Generator) in .Net
asp.net 19-May-2014
Basics of Ngen.exe (Native Image Generator) in .Net

I would like to share the basics of Ngen.exe in .Net. So first try to understand the problem first then we will discuss Ngen.exe.

Binding Checkbox in ASP.net MVC2
asp.net 19-May-2014
Binding Checkbox in ASP.net MVC2

I would like to share the way to bind the checkbox list in MVC. I will use Model (a class file) to define various attribute for checkboxes.

Creating XSD of a XML using Visual studio
asp.net 19-May-2014
Creating XSD of a XML using Visual studio

I would like to share a simple way to create XSD of a sample Xml file. XSD is a schema document which is used to validate a xml file.

Ways to bind Dropdown list in ASP.net MVC
asp.net 19-May-2014
Ways to bind Dropdown list in ASP.net MVC

I would like to share the ways to bind the Dropdown list in ASP.net MVC.

Reducing Page size in Asp.net application
asp.net 19-May-2014
Reducing Page size in Asp.net application

Purpose of this article is to learn how to reduce the page size in asp.net applications. Another thing which we learn through this article is how to increase performance of asp.net application by reducing response time of asp.net pages.

Basic of Generic class in C#
asp.net 12-May-2014
Basic of Generic class in C#

I would like to share basic of generics. Here first we will learn Problem statement and then will resolve the problem using Generics.

Extension Method in C#
asp.net 12-May-2014
Extension Method in C#

I would like to share how to create Extension method in c# and why we need to have this method in C#.

Getting Data in chunks from ASP.net server
asp.net 05-May-2014
Getting Data in chunks from ASP.net server

I would like to share a way by which server may transfer the data to client in chunks rather than sending entire data.

CRUD Operation using JQuery and Http handler (.ashx) in ASP.Net
asp.net 09-Apr-2014
CRUD Operation using JQuery and Http handler (.ashx) in ASP.Net

In this article I am going to explain how can we achieve simple crud operation (create, read, update and delete) using Jquery and Http handler in asp.net without using asp.net heavy controls on web page.

Editable Grid View System using BootStrap in ASP.Net
asp.net 25-Jan-2014
Editable Grid View System using BootStrap in ASP.Net

Editable Grid View System using BootStrap in ASP.Net

Membership, Roles, User Profile in ASP.NET
asp.net 20-Jul-2013
Membership, Roles, User Profile in ASP.NET

Membership is a self-standing feature in ASP.NET for authentication; it can be integrated with ASP.NET role management to provide authorization services for your site.