Shenzhen

13802269370 [micro] Shenzhen surrogacy package successful exercise power consultant, Shenzhen surrogate bag boy, donor eggs surrogacy, IVF selected three generations of sex, donor egg IVF, surrogate decade old brand company,

Powerful Programming C #

Although the idea is very close to the traditional C # high-level languages like C and C ++, it is an object-oriented programming language, but it is very similar to Java, there are many powerful programming features, so get close friends of the majority of programmers. 
Listed below C # some important features: 
Boolean condition (Boolean Conditions) 
automatic garbage collection (Automatic Garbage Collection) 
standard library (Standard Library) 
component versions (Assembly Versioning) 
properties (Properties) and events (Events) 
commission (Delegates) and events management (Events management) 
easy to use generics (generics) 
indexer (indexers) 
conditional compilation (Conditional compilation) 
simple multi-threaded (multithreading) 
LINQ and Lambda expressions 
integrated Windows

C # environment

In this chapter, we will discuss the tools needed to create C # programming. We have already mentioned is part of C # .Net framework, and for writing .Net applications. Therefore, before discussing the tools available to run a C # program, let us first look at the relationship between C # and the .Net framework.

.Net framework (.Net Framework)

.Net Framework is an innovative platform that can help you write the following types of applications: 
Windows Applications 
Web Applications 
Web Services 
.Net Framework application is multi-platform applications. Frame design approach makes it suitable for a variety of the following languages: C #, C ++, Visual Basic, Jscript, COBOL , and so on. All of these languages can access framework, you can also interact with each other with each other. 
.Net framework consists of a large code base composition, and the like for the client C # language. Listed below are some of the components of the .Net framework: 
common language runtime (the Runtime the Common Language - the CLR) 
.Net Framework Class Library (.Net Framework Class Library) 
Common Language Specification (Common Language Specification) 
Common Type System (Common Type System) 
element data (the Metadata) and component (assemblies) 
the Windows Forms (the Windows Forms) 
the ASP.Net AJAX and the ASP.Net 
ADO.Net 
the Windows workflow foundation (the Windows workflow foundation - WF) 
the Windows based display (the Windows the Presentation foundation) 
the Windows communication foundation ( Communication Foundation Windows - WCF) 
LINQ 
For more information on each component, see the Microsoft (Microsoft) document. 
C # integrated development environment (Integrated Development Environment - IDE) 
, Microsoft (Microsoft) provides the development tools following for C # Programming: 
Visual Studio 2010 (VS) 
Visual C # 2010 Express (VCE) 
Visual Web Developer 
latter two are free to use It can be downloaded from Microsoft's official website. Using these tools, you can write C # various programs, from a simple command-line applications to more complex applications. You can also use a basic text editor (such as Notepad) written in C # source code files, and use the command-line compiler (part of the .NET Framework) compiled code for the component. 
Visual C # Express and Visual Web Developer Express edition is a customized version of Visual Studio, and has the same look and feel. They retain most of the features of Visual Studio.

Guess you like

Origin www.cnblogs.com/qwer24q/p/11905862.html