新客网WWW.XKER.COM:致力做中国最专业的网络学院!
学院: 操作系统 - 网络应用 - 服务器 - 网络安全 - 工具软件 - 办公软件 - Web开发 - 数据库 - 网页设计 - 图形图像 - 媒体动画 - 硬件学堂 - 存储频道 - QQ专区
您的位置:首页 > 软件开发 > .Net开发 > Asp.net教程 > 正文:Advice Given to First Learners of ASP.NET

Advice Given to First Learners of ASP.NET

新客网 XKER.COM 2005-10-17 来源: 收藏本文
 

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.


收藏】 【评论】 【推荐】 【投稿】 【打印】 【关闭
发表评论
要记得去论坛讨论,点击注册新会员匿名评论
评论内容:不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
阅读排行
随机推荐
实用信息推荐