Precautions for. net development and. net Development

Source: Internet
Author: User

Precautions for. net development and. net Development

1. Try to use less static

When an object is defined as static, the memory occupied by this object will not be recycled. Sometimes we define frequently called objects (variables) as static to improve the running performance of the program. Therefore, do not define variables of the static type if they are not commonly used.

2. Reduce object Creation

Avoid using new objects cyclically in frequently called methods. Because the system not only takes time to create objects, but also takes time to recycle and process these objects. The metadata mode in the design mode is designed to reduce the number of object creation times. Objects can be reused to the maximum extent that we can control. In some cases, it is best to replace objects with basic data types or arrays.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.