随笔分类 -  ASP.NET

C#
摘要:似乎是.net开发人员中的一员,代码太好了! Using GZipStream for Compression in .NET [Brian Grunkemeyer] One of the cool new features in Whidbey is a GZipStream class, which supports GNU's zip utility (gzip). For anyone... 阅读全文
posted @ 2006-08-20 14:41 y9902 阅读(1642) 评论(1) 推荐(0)
摘要:Building XML File in C# 阅读全文
posted @ 2006-08-18 20:57 y9902 阅读(320) 评论(0) 推荐(0)
摘要:从核心层为IIS调优 阅读全文
posted @ 2006-08-14 18:01 y9902 阅读(1006) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Text;using System.Net;using System.IO; namespace spider{ class Program { static void Main(string[] args) { str... 阅读全文
posted @ 2006-08-01 12:01 y9902 阅读(5525) 评论(2) 推荐(0)
摘要:好久不用.net了,竟然生疏到了如此地步。幸亏辛苦一下午,终有成就。原来提供的CSharp代码所用的Hmac库 竟然需要安装组件,极其郁闷,有了asp写hmac的经验,用net实现倒也容易(参考了网上的c#实现hmac),代码如下: using System;using System.Web;using System.Data.OleDb;namespace WebApplication1{ ... 阅读全文
posted @ 2005-12-06 10:34 y9902 阅读(927) 评论(0) 推荐(0)