自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 收藏
  • 关注

编写高性能的Web应用程序的10个注意点

文章讨论: 1. 普遍的asp.net性能点 2. ASP.NET中有用的性能点和窍门 3. ASP.NET中使用数据库时的一些建议 4. ASP.NET中的缓存和后台处理 内容: 数据层性能 Tip1:返回多个结果集 Tip2:数据访问分页 Tip3:连接池 Tip4:ASP.NET缓存API Tip5:预请求缓存 Tip6:后台处理 Tip7:页面输出缓存和代理服务 ...

2007-12-29 16:03:00 82

实例构造与结构构造(Java/C#)

所谓实例构造就是指通常的构造函数带参数的和不带参数的,其中不带参数的构造函数又叫做默认构造函数。而类型构造函数又可称为静态构造函数。例如: publicclassCustomer...{publicCustomer()...{...}//instanceconstructor,defaultpublicCustomer(Typetype)...{...}//instanceconstruc...

2007-12-23 20:33:00 92

ASP.NET 2.0 中的资源与本地化(by Ted Pattison)

http://www.microsoft.com/china/msdn/library/architecture/BOFforSO.mspx?mfr=true 在上一期专栏文章中,我介绍了资源文件在 .NET 开发中的使用。我将一个 Windows® Forms 应用程序进行了国际化,并将其本地化以适用于使用不同语言的用户。本月我将讨论 ASP.NET 2.0 中网站的本地化。 我假设您熟悉区...

2007-12-18 15:14:00 87

通过避免下列 10 个常见 ASP.NET 缺陷使网站平稳运行(BY Jeff Prosise)

http://www.microsoft.com/china/msdn/library/architecture/BOFforSO.mspx?mfr=true ASP.NET 成功的其中一个原因在于它降低了 Web 开发人员的门槛。即便您不是计算机科学博士也可以编写 ASP.NET 代码。我在工作中遇到的许多 ASP.NET 开发人员都是自学成材的,他们在编写 C# 或 Visual Basic...

2007-12-18 15:08:00 64

Master/Detail Filtering With a DropDownList(Data Access Tutorial 7)

Introduction A 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 94

Programmatically Setting the ObjectDataSource's Parameter Values(Data Access Turorial 6)

Introduction As we saw in the previous tutorial, a number of options are available for declaratively passing parameter values to the ObjectDataSource's methods. If the parameter value is hard-coded, ...

2007-12-17 16:18:00 66

Declarative Parameters(Data Access Tutorials 5)

Introduction In 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 82

ADO.NET中的数据关系

传统的ADO与ADO.NET最大的区别在于以ADO.NET存储的RowSets有真正的相互关系。例如,一个DataSet存储包含客户信息的Customers表和客户订单的Orders表,在ADO.NET中,这些表之间可以具有联系,并且重新创建了在关系数据库中的联系。对ADO.NET来说,一旦你再次得到这两个行集合的数据(换句话说,有父子关系的表的数据),并且使他们之间具有联系,你就可以通过给定的P...

2007-12-09 21:50:00 109

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! Sooner or later you'll face a situation w...

2007-12-08 23:02:00 71

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 108

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除