posted @ 2009-05-26 21:19 Brian Wang 阅读(168) 评论(0) 推荐(0) 编辑
摘要:
众所周知,DotNet框架是非常庞大的,光项目创建时的种类就有WPF,WCF,WF这三种最新的技术,还有以前的Web,WinForm,Service,Mobile等等. 这么复杂和庞大的框架,用文字来描述是远远不够的,所以我准备写一系列图文并茂的文章,把我所知道的所有Net框架中的东西全部串联起来(WPF,WCF)希望可以给大家一个DotNet框架的知识图,本人能力有限,难免有理解错误和表达不清的... 阅读全文
摘要:
javascript的概念和历史 javascript的现状 javascript的本质 javascript的现有类库的简单介绍 阅读全文
posted @ 2009-05-04 11:07 Brian Wang 阅读(185) 评论(0) 推荐(0) 编辑
摘要:
Today I decided to set myself a little challenge, I wanted to see if I could use the Control Adapter framework which shipped with ASP.NET 2.0 that allows the developer to override and uniquely control... 阅读全文
posted @ 2009-04-20 22:52 Brian Wang 阅读(382) 评论(0) 推荐(0) 编辑
摘要:
Tired of having elements rendered by the built-in ASP.NET server controls and wishing you could use a pure CSS solution instead? Read on... Today we published the CSS Control Adapter Toolkit f... 阅读全文
posted @ 2009-04-20 22:49 Brian Wang 阅读(752) 评论(0) 推荐(0) 编辑
摘要:
转自:http://blog.csdn.net/gueter/archive/2007/03/08/1524447.aspx Author :Jeffrey 引言 HTTP是一个属于应用层的面向对象的协议,由于其简捷、快速的方式,适用于分布式超媒体信息系统。它于1990年提出,经过几年的使用与发展,得到不断 地完善和扩... 阅读全文
posted @ 2009-04-17 09:37 Brian Wang 阅读(255) 评论(0) 推荐(0) 编辑
摘要:
The sitemap provider of .NET 2.0 is great but what if you have database generated pages ? 1 way to do it is to create a table in your database that has the same structure as the web.sitemap. And wri... 阅读全文
posted @ 2009-04-15 21:46 Brian Wang 阅读(570) 评论(0) 推荐(0) 编辑
摘要:
概述 HttpHandler是一个HTTP请求的真正处理中心,也正是在这个HttpHandler容器中,ASP.NET Framework才真正地对客户端请求的服务器页面做出编译和执行,并将处理过后的信息附加在HTTP请求信息流中再次返回到HttpModule中。 IHttpHandler是什么 IHttpHandler定义了如果要实现一个HTTP请求的处理所必需实现的一些系统约定。HttpH... 阅读全文
posted @ 2009-04-14 15:39 Brian Wang 阅读(464) 评论(0) 推荐(0) 编辑