| 1. |
VB.NET 2005 Tutorials: Exceptions
|
|
|
VB.NET 2005 Tutorials: Exceptions - In this tutorial you will learn about Exceptions, Common Exceptions, Handling Exceptions - Try Block, Catch Block, Throw Statement, Finally Block, Salient points about error handling Custom Exceptions - Managing Unhandled Exception
|
| 2. |
VB.NET 2005 Free Training: Introduction and Implementing Inheritance in VB
|
|
|
VB.NET 2005 Free Training : Visual Studio.NET Namespaces The .NET Framework class library has thousands of classes which are needed for developing and deploying solutions. In order to organize all those classes for ease of use .NET Framework uses namespaces. This Gives the Classes their own space and prevents conflicts between the various names in these classes. For instance if two classes contain a method Paint(), then to avoid conflicts in names we can place these classes in two different namespaces. Thus namespaces allow classes to be grouped in a consistent, hierarchical manner.
|
| 3. |
A Fast-Track Guide to ASP.NET
|
|
|
A Sample Chapter from Professional ASP.NET. Covers Installing .NET, Creating ASP.NET Applications in Visual Studio.NET, The difference between ASP.NET Different and ASP, Web forms, Server Control, Code and Content Separation, and more.
|
| 4. |
Displaying Data on the Web
|
|
|
This paper will provide a broad introduction to the topic of data-driven web sites, and how they are implemented in ASP.NET. It starts with a discussion of the advantages and disadvantages of data-driven sites, and then moves on to examine the sources that such data can come from. After that, you will know the .NET Frameworks data access strategy of choice, ADO.NET, including its architecture, its classes, and how it fits into the structure of data-driven applications.
|
| 5. |
ASP.NET: An Introduction
|
|
|
ASP.NET is not just the next version of ASP: its the next era of web development. ASP.NET allows us to use a fully featured programming language (such as C# or VB.NET) to build web applications easily. This article talks about the fundamentals of ASP.NET and some of its powerful features such as web services, the MSDN library and several learning resources.
|
|