An Introduction to .NET(非原创---外教讲义)[14]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


                   Microsoft .NET – A working scenario

 

The .NET makes intensive use of XML, and places a lot of  emphasis on the SOAP protocol. Microsoft plans to introduce a new system of programming which will be based on the reuse of services. SOAP and Web Services are the cornerstones of the .NET platform.

 

According to .NET framework, all source code is first converted into an intermediate code ( known as IL Code) at compilation time. Before the IL Code is executed, it has to be converted to CPU-specific executable code. Once the CPU-specific exe is generated, it can be executed as a normal application. Figure below gives the details.

Source code in any .NET language

本文关键:An Introduction to .NET(非原创---外教讲义)
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top