摘要:有些情况下,非类型化的 DataSet 可能并非数据操作的最佳解决方案。本指南的目的就是探讨 DataSet 的一种替代解决方案,即:自定义实体与集合。(本文包含一些指向英文站点的链接。)阅读全文>
发表于 @ 2006年04月14日 10:00:00|评论(loading...)|编辑
Compression Support in ASP.NET 2.0
This article covers the new System.IO.Compression namespace in the .NET Framework 2.0. You'll learn how this namespace can be used to implement gzip and deflate compression directly in ASP.NET 2.0.
简简单单的几句,完成了一项实用的功能。具体参见原文阅读全文>
发表于 @ 2006年04月12日 10:22:00|评论(loading...)|编辑
css:
#ad{ text-align:center; width:221px;position:absolute; left:779; top:0;background:#F8E4CC;}
广而告之
阅读全文>
发表于 @ 2006年04月11日 10:03:00|评论(loading...)|编辑
I really have some good laughs when I tamper with cookies on my machine and watch the results when it is submitted back to the site. On the other hand, I don’t want any one to do the same to the cookies that I make!
Cookies, most of the times, shouldn’t be in plain text, at least, they should be tamper-proof! Revealing the content of your cookies might give curious and malicious people an idea about your application’s architecture, and that might help hacking it.
ASP.NET encodes and hashes阅读全文>
发表于 @ 2006年04月07日 12:46:00|评论(loading...)|编辑