03 2006 档案

摘要:ASP.NET web application configuration is stored in a web.config file. This file is used to describe the properties and behaviors of various aspects of ASP.NET application. 阅读全文
posted @ 2006-03-28 22:19 Rickie 阅读(2804) 评论(0) 推荐(0) 编辑
摘要:Tips: What you need do before deploying your web applications Posted by: Rickie http://rickie.cnblogs.comBefore deploying your ASP.NET web applications, you should take the following steps... 阅读全文
posted @ 2006-03-24 17:56 Rickie 阅读(467) 评论(0) 推荐(0) 编辑
摘要:Support for asynchronous processing would have allowed users to make multiple, unrelated updates to the database in a parallel fashion. With the release of ADO.NET 2.0, now we are able to process database commands asynchronously. 阅读全文
posted @ 2006-03-11 17:56 Rickie 阅读(1406) 评论(0) 推荐(0) 编辑
摘要:Multiple Active Result Sets (MARS) is a new feature of ADO.NET 2.0 that provides the capability to open more than one result set over the same connection and lets you access them all concurrently. Prior to MARS, each result set required a separate connection. Currently, the first commercial database to support MARS is SQL Server 2005. 阅读全文
posted @ 2006-03-09 21:59 Rickie 阅读(2595) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示