IT Technology Blog

IT technology blog, featuring the essence for you to read the article, is to learn IT technology blog first choice

Web Application State

This article explains how to maintain the web application state. Download sample - 738 KB Introduction Web Application State A Web page is recreated every time it is posted back to the server. In traditional Web programming, this means that all the information within the page and information in the controls is lost with each round trip. To overcome this limitation of traditional Web

Data Access Layer Auto Generation Library

The proposed solution to avoid coding of data access layer in an ASP.NET project. Download demo project - 10.32 KB Download source - 15.05 KB Introduction Data Access Layer (DAL) is an important part in almost all architectures. I encountered problems creating DAL for large databases — maintaining DAL for these databases was another nightmare. So I thought of a generic solution to

Mastering ASP.NET DataBinding

The goal of this tutorial is to shed light on some of the more common and frequently asked questions about the capabilities of databinding. Download C# application - 136 Kb Download VB.NET application - 27.1 Kb Table of Contents Introduction The Sample Program Understanding DataItem Formatting Inline OnItemDataBound OnItemCreated Nested Binding Inline OnItemD

HTTP Binary Serialization through ASP.NET without WCF

Shows how to serialize an object using binary serialization without using WCF. Download sample - 12.4 KB Introduction While developing client/server applications, you often need to send an object to your client. The easiest way for us programmers to work with an object would be to get the whole object from the server, not just some properties. One way to do this is to use WCF or Web

Pivoting DataTable Simplified

A class to pivot a DataTable with various aggregate functions. Prize winner in Competition "Best ASP.NET article of December 2009" Download source file (C#) - 1.6 KB Download demo - 14.4 KB Download source [VB.NET] - 1.98 KB Download demo [VB.NET] - 15 KB Introduction Displaying data in tabular form is an essential part of any application nowadays. But sometimes you need to

Beginner's Guide To ASP.NET Cookies

Introduction First of all I would like to thanks to all of readers who read my previous articles and voted me. Wow.. What a great support I have got from you people. Again thanks to Sean Ewington  to start up with a very fantastic idea with Beginner's Walk for Web Development article. I have written few articles for Beginners. I really feel great when my "Beginner's Guide to View State