六、其它提高性能的技巧
1、使用存储过程数据访问
2、只读数据访问不要使用DataSet,而是使用SqlDataReader代替DataSet,因为SqlDataReader是read-only, forward-only
3、关闭ASP.NET的Debug模式

相关文章:

  • 2021-09-04
  • 2022-12-23
  • 2021-07-16
  • 2021-09-25
  • 2021-04-12
猜你喜欢
  • 2022-12-23
  • 2021-09-06
  • 2021-06-02
  • 2021-10-20
  • 2021-11-06
相关资源
相似解决方案