找到相关内容 67
Design pattern FAQ Part 3 ( Design pattern training series)
Introduction This FAQ article is continuation to design pattern FAQ part 1 and 2. In this article we will try to understand state pattern,stratergy,visitor,adapter and flyweight pattern. In case your are completely new to design patterns or you really do not want to read this complete   article do see our free design pattern Training and interview questions / answers videos. If you
http://www.cyqdata.cn/cnblogs/article-detail-80 
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
http://www.cyqdata.cn/cnblogs/article-detail-52 
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
http://www.cyqdata.cn/cnblogs/article-detail-51 
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://www.cyqdata.cn/cnblogs/article-detail-50 
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
http://www.cyqdata.cn/cnblogs/article-detail-49 
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
http://www.cyqdata.cn/cnblogs/article-detail-48 
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
http://www.cyqdata.cn/cnblogs/article-detail-47