
SQL Server
guangboo
查无此人
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
The SQL Site Map Provider You've Been Waiting For
Now that ASP.NET 2.0 is a shipping product, it seems appropriate to revisit an issue that tops the new features wish lists of many developers: a SQL Server™ site map provider.As you probably know转载 2007-12-06 17:38:00 · 1420 阅读 · 0 评论 -
Five Ways to Rev up Your SQL Performance
S ometimes all it takes is a little tweak here or there to make your application run much faster. Ah, but the key is figuring out how to tweak it! Soon转载 2007-12-08 23:02:00 · 580 阅读 · 0 评论 -
ADO.NET中的数据关系
传统的ADO与ADO.NET最大的区别在于以ADO.NET存储的RowSets有真正的相互关系。例如,一个DataSet存储包含客户信息的Customers表和客户订单的Orders表,在ADO.NET中,这些表之间可以具有联系,并且重新创建了在关系数据库中的联系。对ADO.NET来说,一旦你再次得到这两个行集合的数据(换句话说,有父子关系的表的数据),并且使他们之间具有联系,你就可以通过给翻译 2007-12-09 21:50:00 · 1106 阅读 · 0 评论 -
Master/Detail Filtering With a DropDownList(Data Access Tutorial 7)
IntroductionA common type of report is the master/detail report, in which the report begins by showing some set of "master" records. The user can then drill down into one of the master records, ther原创 2007-12-17 16:43:00 · 783 阅读 · 0 评论 -
Declarative Parameters(Data Access Tutorials 5)
IntroductionIn the last tutorial we looked at displaying data with the GridView, DetailsView, and FormView controls bound to an ObjectDataSource control that invoked the GetProducts() method from th转载 2007-12-17 15:53:00 · 635 阅读 · 0 评论 -
Programmatically Setting the ObjectDataSource's Parameter Values(Data Access Turorial 6)
IntroductionAs we saw in the previous tutorial, a number of options are available for declaratively passing parameter values to the ObjectDataSources methods. If the parameter value is hard-coded,转载 2007-12-17 16:18:00 · 985 阅读 · 0 评论 -
通过避免下列 10 个常见 ASP.NET 缺陷使网站平稳运行(BY Jeff Prosise)
http://www.microsoft.com/china/msdn/library/architecture/BOFforSO.mspx?mfr=trueASP.NET 成功的其中一个原因在于它降低了 Web 开发人员的门槛。即便您不是计算机科学博士也可以编写 ASP.NET 代码。我在工作中遇到的许多 ASP.NET 开发人员都是自学成材的,他们在编写 C# 或 Visual Basic转载 2007-12-18 15:08:00 · 726 阅读 · 0 评论 -
编写高性能的Web应用程序的10个注意点
文章讨论:1. 普遍的asp.net性能点2. ASP.NET中有用的性能点和窍门3. ASP.NET中使用数据库时的一些建议4. ASP.NET中的缓存和后台处理内容:数据层性能Tip1:返回多个结果集Tip2:数据访问分页Tip3:连接池Tip4:ASP.NET缓存APITip5:预请求缓存Tip6翻译 2007-12-29 16:03:00 · 700 阅读 · 0 评论