home / developersection / category
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.
I would like to share basic of generics. Here first we will learn Problem statement and then will resolve the problem using Generics.
I would like to share how to create Extension method in c# and why we need to have this method in C#.
I would like to share a way by which server may transfer the data to client in chunks rather than sending entire data.
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
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.
In this article, I’m trying to explain the concept of input validation and its types in asp.net and how to implement them in your application.
In this article, I’m trying to explain the concept of session in asp.net
When working with websites, you often need to pass values from one page to another like data from html page to aspx web forms in context of Asp.Net
In this article, I’m trying to explain how to read and write cookies in asp.net
For this tutorial we will add a TableAdapter and strongly-typed DataTable for the Employee table the DAL.xsd dataset. The Employee table contains a ReportTo field that specified the EmployeeID of the employee’s manager.