View Single Post
  #3 (permalink)  
Old 08-12-2007, 11:39 PM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 882
kingmaker is on a distinguished road
Send a message via Yahoo to kingmaker
Default Re: Advantages of VB.NET?

Quote:
Originally Posted by anbuchezhians View Post
Advantages of VB.NET?
ADVANTAGES OF USING VB.NET:
Problems Solved easily and effectively.
Build Robust Windows-based Applications.
With new Windows Forms, developers using Visual Basic .NET can build Windows-based applications that leverage the rich user interface features available in the Windows operating system. All the rapid application development (RAD) tools that developers have come to expect from Microsoft are found in Visual Basic .NET, including drag-and-drop design and code behind forms. In addition, new features such as automatic control resizing eliminate the need for complex resize code. New controls such as the in-place menu editor deliver visual authoring of menus directly within the Windows Forms Designer. Combined with greater application responsiveness, as well as simplified localization and accessibility, these new features in Windows Forms make Visual Basic .NET the choice for today's Visual Basic developers.

Resolve Deployment and Versioning Issues Seamlessly.
Visual Basic .NET delivers the answer to all of your application setup and maintenance problems. With Visual Basic .NET, issues with Component Object Model (COM) registration and DLL overwrites are relics of the past. Side-by-side versioning prevents the overwriting and corruption of existing components and applications.
XCOPY deployment enables Windows-based applications to be deployed to client machines simply by copying files into the desired application directory.In addition, the auto-downloading of applications for Windows makes the deployment of rich Windows-based applications as easy as deploying a Web page.

Create Web Applications with a Zero Learning Curve.
Using the new Web Forms Designer in Visual Basic .NET, Visual Basic developers can apply the skills they have today to build true thin-client Web-based applications. Drag-and-drop Web Form creation delivers Visual Basic for the Web while code behind forms enables developers to replace limited scripting capabilities of the past with the full power of the Visual Basic .NET language. New intelligent rendering capabilities and server-side Web Forms controls provide Web applications that render on any browser running on any platform. The new HTML designer delivers Microsoft IntelliSense® statement and tag completion for HTML documents. In addition, separation of HTML markup and code enable more efficient team-based development .
__________________
The KINGMAKER
Makes Every Thing Possible

Stuffs (My Blog)
Reply With Quote