Sponsored Links
ASP.NET 2.0 Tutorials
- Advanced Site Functionality - ASP.NET 2.0
- ASP.NET : Dynamic Image control
- ASP.NET 2.0 Creating Web Wizards
- Displaying Master-Detail Data on Separate Pages in ASP.NET 2.0
- ASP.NET Displaying Master-Detail Data on the Same Page
- ASP.NET DataBound Controls - Details View
- ASP.NET : Using a Grid to Display Detail Information
- ASP.NET 2.0 : Adding Sorting and Paging in GridView
- ASP.NET 2.0 Tutorials : GridView Filtering
- ASP.NET GridView Control
- ASP.NET 2.0 Training : Data Bound Controls
- ASP.NET 2.0 Free Tutorials : SqlDataSource Control
- ASP.NET 2.0 Training : Data Source Object Model
- ASP.NET 2.0 Free Training : Setting Application-Level Caching
- ASP.NET 2.0 Tutorials : Configuring Page-Level Caching
- ASP.NET 2.0 Free Tutorials : Managing Membership and Roles
- ASP.NET 2.0 Free Tutorials : State Management And Caching in ASp.net 2.0
- Forms Authentication in ASP.NET 2.0
- ASP.NET 2.0 Training : ASP.NET Security
- ASP.NET 2.0 Training : Customizing the Session State Mechanism
Tutorials
ASP.NET 2.0Introduction to Visual Studio.NET
Introduction to Visual Studio.NET
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.
Next Page: Visual Studio.NET Versions
Comments
ramakrishnan said:
| very useful |
Sponsored Links
