Advice Given to First Learners of ASP.NET

王朝asp·作者佚名  2006-01-10
窄屏简体版  字體: |||超大  

If you want to learn to learn asp.net or are learning, I think you should take care of the follow namespaces:

 System

 System.Collections

 System.Web

 System.Data

 System.XML

ASP.NET makes heavy use of these namespaces; therefore, it is vital we understand their purpose!

The following are some key points about ASP.NET:

 ASP.NET is a key part of the wider Microsoft .NET initiative,

Microsoft’s new application development platform.

 .NET is both an application architecture to replace the Windows DNA

model and a set of tools, services, applications and servers based around

the .NET Framework and common language runtime (CLR).

 Rather than just being ASP 4 or an incremental upgrade,ASP.NET is a

complete rewrite from the ground up, using all the advanced features

.NET makes available.

 ASP.NET can take advantage of all that .NET has to offer, including

support for around 20 or more .NET languages from C# to Perl.NET,

and the full set of .NET Framework software libraries.

 Web applications written in ASP.NET are fast, efficient, manageable,

scalable, and flexible, but, above all, easy to understand and to code!

 Components and Web applications are all compiled .NET objects

written in the same languages, and they offer the same functionality, so

no need to leave the ASP environment for purely functional reasons.

 You’ll have less need for third-party components.With a few lines of

code,ASP.NET can talk to XML, serve as or consume a Web service,

upload files, “screen scrape” a remote site, or generate an image.

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
 
 
© 2005- 王朝網路 版權所有 導航