深瞳

夜如深瞳,瞳深如夜

  :: :: 博问 :: 闪存 :: :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 2 3 4 5 6 ··· 8 下一页

2006年1月31日

摘要: Tutorial 5: Using Master Pages and Site Navigation The below tutorial demonstrates how to create and use the new ASP.NET Master Pages and Site Navigation features within VS 2... 阅读全文
posted @ 2006-01-31 21:24 深瞳 阅读(565) 评论(0) 推荐(0) 编辑

摘要: Tutorial 4: Data Binding against Objects The below tutorial demonstrates how to build ASP.NET Pages that databind against Objects within VS 2005 Web Application Projects. Ple... 阅读全文
posted @ 2006-01-31 21:07 深瞳 阅读(482) 评论(0) 推荐(0) 编辑

摘要: Tutorial 3: Building Pages with VS 2005 Web Application Projects The below tutorial demonstrates how to build ASP.NET Pages within VS 2005 Web Application Projects. Please ma... 阅读全文
posted @ 2006-01-31 21:05 深瞳 阅读(514) 评论(0) 推荐(0) 编辑

摘要: Tutorial 2: Code-Behind with VS 2005 Web Application Projects The below tutorial helps explain the code-behind model and project structure of pages built within VS 2005 Web A... 阅读全文
posted @ 2006-01-31 21:05 深瞳 阅读(738) 评论(0) 推荐(0) 编辑

摘要: Visual Studio 2005 Web Application Projects provide a companion web project model option for Visual Studio 2005 that works like the Visual Studio 2003 project model and can be used as an alternativ... 阅读全文
posted @ 2006-01-31 20:54 深瞳 阅读(584) 评论(0) 推荐(0) 编辑

摘要: .net如今已经很流行,成为赶时髦的程序员的首选。但是,大量刚刚接触.net的程序员的确存在一定的认识误区,这里先介绍一部分。一、.net程序再运行一次就会更快许 多人对此的解释是:.net程序第一次运行时会被编译成本地代码,所以再次运行会更快。但遗憾的是,其实每次运行,那些IL都会被翻译一次,不会保留下 来。所以并不会变快。但为什么有时候真的觉得快了呢?其实所有程序都是这样,这是Windows再... 阅读全文
posted @ 2006-01-31 09:40 深瞳 阅读(283) 评论(0) 推荐(0) 编辑

摘要: CSVS 版使用Code Behind风格的.cs文件,而SDK版使用C#嵌入的.aspx文件;而且CSVS版本还有一个VS解决方案文件.slnVS版本表明可以在开发环境打开VS的项目,SDK版本表明安装了.NET Framework,不需要安装VS.NET就可以工作 阅读全文
posted @ 2006-01-31 08:47 深瞳 阅读(828) 评论(2) 推荐(0) 编辑

2006年1月25日

摘要: Chapter 11. Security ASP.NET provides authentication and authorization services in conjunction with IIS, supporting Basic, Digest, and Windows authentication. Impersonation using client credentials is... 阅读全文
posted @ 2006-01-25 11:01 深瞳 阅读(544) 评论(0) 推荐(0) 编辑

摘要: Chapter 10. State Management Before we begin discussing state management in ASP.NET, let's get one thing straight: Attempting to manage state in Web applications goes against the fundamental design pr... 阅读全文
posted @ 2006-01-25 10:57 深瞳 阅读(591) 评论(0) 推荐(0) 编辑

摘要: Chapter 9. Caching The distributed nature of the Web provides many opportunities for performance improvement through caching. In general, caching is the temporary storage of state for faster retrieval... 阅读全文
posted @ 2006-01-25 10:53 深瞳 阅读(760) 评论(1) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 8 下一页