手机站
网通分站
电信主站
密 码:
用户名:
当前位置 : 主页>网络编程>Asp.Net编程>列表

VB .NET vs. C#

来源:互联网 作者:西部数码 时间:2008-04-10
西部数码-全国虚拟主机10强!40余项虚拟主机管理功能,全国领先!双线多线虚拟主机南北访问畅通无阻!免费赠送企业邮局,.CN域名,自助建站480元起,免费试用7天,满意再付款! P4主机租用799元/月.月付免压金!

.NET这一平台下,vb.net绝对不落后c#

拿为什么会有c#呢

C# exists for a very different reason. While VB .NET added support for such things as multithreading and inheritance, C has had those capabilities for years. However, C often is used for plumbing. You don’t typically write device drivers in VB. Instead, you use C . If you take the concept of building a house, the C developers are the ones pouring the foundation, running the wiring, and installing the plumbing. VB developers then step in, put up the drywall, add carpeting, paint and furniture, and make the rooms functional. It’s not that C can’t do those things, it’s just that it generally takes longer to do those things in C . In business, time is money, and time is a luxury many businesses do not have.

还是承认,C++是基础,vb开发应用层。商业上,时间就是金钱;同样开发效率就是金钱。

Microsoft claims C# is the modernization of C , just as VB .NET is the modernization of VB. While C# does try to eliminate some of the inconsistencies of the C language, it is really more about welcoming C developers into the world of building business applications quickly. In other words, C# allows C/C developers to finish those rooms and make them functional as fast as VB developers have been able to for years.

C#对C++的用户来说,却是一个快速开发的好工具。

C# eliminates many of the areas that make C a minefield for developers. Because C# is built on the .NET Framework, it takes advantage of .NET’s automatic memory management. This should eliminate many of the memory leaks often associated with incorrect use of memory in C . C# also takes advantage of the CLR’s type safety, preventing you from reading memory outside your object’s memory range. And C# eliminates explicit pointers, which were the source of a tremendous number of bugs, especially for novice developers.

文章整理:西部数码--专业提供域名注册虚拟主机服务
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!