How much do you know about the features in C # in one sentence?

Source: Internet
Author: User

I am bored with writing, and of course some descriptions are not very accurate. After all, a sentence cannot express too much meaning.

  • Delegate: Pass the method as a parameter.

  • Generic: Type parameterization used in classes and methods.

  • Anonymous method: Delegate and call the simplified version of the delegate.

  • Lambda expressions: further evolution of anonymous methods.

  • Extension Method: Add a new method to the existing class.

  • LINQ: extends SQL queries from databases to other aspects (Collection objects, XML, etc ).

  • Reflection: Get the runtime type information.

  • Partial classification: distributes the declaration of a class to multiple files.

  • Type inference: The types are automatically inferred during compilation.

  • Anonymous type: the object that encapsulates the read-only attribute.

  • Automatic attributes: the compiler automatically generates a private variable.

  • Dynamic binding: delays binding types from compilation to runtime.

How much do you know about the features in C # in one sentence?

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.