|
Introduction to Visual Studio.NET |
|
Page 1 of 2
Introduction to Visual Studio.NET
In this tutorial we shall proceed with a brief Introduction to Visual Studio.NET and also discuss three Versions of Visual Studio.NET - The first version-VS.NET, VS.NET 2003, Visual Studio 2005 VS.NET 2005.
The fine lines of distinction between programming disciplines, has been blurred with the introduction of .NET framework. The functionalities encapsulated by the .NET class library, has created common programming interfaces which has impacted the process of development of applications greatly.
One of the major areas of change is in Web development. Prior to .NET, Web application programming was all about ASP. The script based technology had its own shortcomings and inefficiencies and the lessons derived from the experience resulted in the creation of the Web development technology named ASP.NET. Visual Studio.NET which includes ASP.NET, furthered the concept by making the code and the interface similar across various programming disciplines—such as web development and application development. This has eased the process of transition from application development to web development for the developer.
However, unlike application development, Web Development must take into consideration the fact that applications are to be designed to talk to one another over a network. The issues involved include performance and scalability across remotely connected systems. Considerations such as Messaging, Manipulation of user interface, security and handling of multiple users, identification and state assume importance in the context of the network. The evolution of Visual Studio.NET reflects the commitment of Microsoft to cater to the emerging needs of the developers using their products.
|