教程集 www.jiaochengji.com
教程集 >  操作系统  >  windows  >  正文 Performance Tips and Tricks in .NET Applications(一

Performance Tips and Tricks in .NET Applications(一

发布时间:2019-12-12   编辑:jiaochengji.com
教程集为您提供Performance Tips and Tricks in .NET Applications(一等资源,欢迎您收藏本站,我们将为您提供最新的Performance Tips and Tricks in .NET Applications(一资源
Performance Tips and Tricks in .NET ApplicationsA .NET Developer Platform White Paper
Emmanuel Schanzer
Microsoft Corporation
August 2001
Summary: This article is for developers who want to tweak their applications for optimal performance in the managed world. Sample code, explanations and design guidelines are addressed for Database, Windows Forms and ASP applications, as well as language-specific tips for Microsoft Visual Basic and Managed C . (25 printed pages)Contents
Overview
Performance Tips for All Applications
Tips for Database Access
Performance Tips for ASP.NET Applications
Tips for Porting and Developing in Visual Basic
Tips for Porting and Developing in Managed C
Additional Resources
Appendix: Cost of Virtual Calls and AllocationsOverview
This white paper is designed as a reference for developers writing applications for .NET and looking for various ways to improve performance. If you are a developer who is new to .NET, you should be familiar with both the platform and your language of choice. This paper strictly builds on that knowledge, and assumes that the programmer already knows enough to get the program running. If you are porting an existing application to .NET, it's worth reading this document before you begin the port. Some of the tips here are helpful in the design phase, and provide information you should be aware of before you begin the port.
This paper is divided into segments, with tips organized by project and developer type. The first set of tips is a must-read for writing in any language, and contains advice that will help you with any target language on the Common Language Runtime (CLR). A related section follows with ASP-specific tips. The second set of tips is organized by language, dealing with specific tips about using Managed C and Microsoft® Visual Basic®.

您可能感兴趣的文章:
Performance Tips and Tricks in .NET Applications(一
Destructors in C
.net中的事务处理(二)
Web Services: Building Reusable Web Components wit
IOCP Thread Pooling in C
[转]Go语言(golang)开源项目大全
jQuery 开发者应该注意的9个错误
JQuery Tips
Zabbix Mysql Fpmmm(MPM)监控的教程
css3提示框效果测试实例

[关闭]
~ ~