Click here to Skip to main content
15,892,161 members
Articles / Operating Systems / Windows
Article

Advantages of .Net Compare to VB6.0 and ASP3.0

Rate me:
Please Sign up or sign in to vote.
1.00/5 (16 votes)
19 Jan 20042 min read 52.5K   7  
This will give the list of Advantages of .Net as compare to the VB6.0 and ASP3.0

Introduction

ASP.Net is the latest Microsoft programming framework that allows for the rapid development of powerful web applications:<o:p>

<o:p> 

  1. Faster web applications:<o:p>

<o:p> 

Two aspects of ASP.Net make it fast -- compiled code and caching. In the past, the code was interpreted into "machine language" when your website visitor viewed your page. Now, with ASP.Net the code is compiled into "machine language" before your visitor ever comes to your site.<o:p>

<o:p> 

  1. No need of third party tool :<o:p>

<o:p> 

In ASP.Net for the Automated Email system and Uploading the Files no need <o:p>

Of use of third party tool like ABC Upload and ASPEMail Dll as .Net <o:p>

Framework is already having this class. <o:p>

<o:p> 

  1. Caching is the storage of information that will be reused in a memory location for faster access in the future. ASP.Net allows programmers to set up pages or areas of pages that are commonly reused to be cached for a set period of time to improve the performance of web applications. In addition, ASP.Net allows the caching of data from a database so your website isn't slowed down by frequent visits to a database when the data doesn't change very often.<o:p>

<o:p> 

  1. ASP.Net was tested and found to be over 10 times faster for the average user than other technology. While there have been some debates about the methods of the testing it is interesting to note that this has been validated by 3rd parties.<o:p>

<o:p> 

  1. Memory leak and crash protection:  ASP.Net automatically recovers from memory leaks and errors to make sure that your website is always available to your visitors.<o:p>

<o:p> 

  1. Multiple language support:   Programmers can actually write their code in more than 25 .Net languages (including VB.Net, C#, and JScript.Net). This allows programmers to develop your site in the language they know best and it means that you can more easily find programmers to support the work on your site.<o:p>

<o:p> 

  1. Use of Duwamish 7.0 for DLL Development : It is a multi-tier, distributed enterprise application built specifically for the Microsoft .NET Platform. Its design, development, and deployment provide insight into how developers can leverage various features of the .NET Platform to build reliable, scalable, and well-performing applications<o:p>

<o:p> 

<o:p> 

<o:p> 

<o:p> 

  1. Powerful Web Controls : In ASP.Net we can use Tab Strip, Tree view, List View control, User Control and DetaGrid Control using which we can do ADD/EDIT/DELETE in the grid itself, also it is having the advantages of Inbuilt sorting and paging logic.<o:p>

<o:p> 

  1. Deployment is Easy : As compare to ASP application the deployment is easy as in .Net there is no need of registration of DLL. <o:p>

<o:p> 

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
I am working on .Net platform from more than 1 Year in web application as well as clent server application development.

Comments and Discussions

 
-- There are no messages in this forum --