Visual Basic .NET - Free EBook
Visual Basic .NET, The .NET Framework and Visual Studio

C#
VB.Net Ebook
Java


O'Reilly - Learning Visual Basic .NET
Chapter 2 - Getting Started with VB.NET
Download the pdf at O'Reilly.
Download the source code for the book at O'Reilly.

Topics include:
What's in a Program?
Your First Program: Hello World
Examining Your First Program


Sams - ASP.NET for Developers
Chapter 4 - Understanding Visual Basic .Net Syntax and Structure
Download the pdf at jobinkurian.
Download the source code for the book at Sams.

Topics include:
Statements and Lines
Comments
Operators
Using Procedures
Using Variables and Parameters
Using Branching and Looping Structures
Creating Objects


Wrox - Professionl VB.NET, 2nd Edition
Chapter 5 - Object Syntax Introduction
Download the pdf at AspAlliance.
Download the source code for the book at Wrox.

Topics include:
Object-Oriented Terminology
Working with Objects
Creating Classes
Creating Basic Classes
Constructor Methods
Termination and Cleanup
Advanced Methods
Classes vs. Components


O'Reilly - Building Applications and Components with Visual Basic .NET
Chapter 5 - Inheritance
View Online at InformIT.
Download the pdf at InformIT.
Download the source code for the book at Barracuda.NET.

Topics include:
Inheriting from a Class.
Polymorphism and Type Substitution.
Replacing Methods in a Derived Class.


Sams - MCAD/MCSD Training Guide (70-306)
Chapter 3 - Error Handling for the User Interface
View Online at InformtIT.

Topics include:
Understanding Exceptions
Handling Exceptions
The Try Block
The Catch Block
The Throw Statement
The Finally Block
Custom Exceptions
Managing Unhandled Exceptions
User Input Validation
Keystroke-Level Validation
Field-Level Validation
Enabling Controls Based On Input
Other Properties for Validation

Apress - Best Kept Secrets in .NET
Various Excerpts
Download the pdf at Apress.
Download the source code for the book at Apress.

Topics include Chapter 1 - Hidden Treasures in Visual Studio
  • Organizing Code Snippets
    Chapter 2 - Doing Windows Forms
  • Iterating Through the Controls on a Form
    Chapter 3 - Code Tricks
  • Obsolescing Your Code
    Chapter 4 - Much ADO
  • Viewing Datasets As XML

  • Apress - Real World .NET Applications
    Chapter 5 - Developing an FTP Client Application
    Download the pdf at Apress.
    Download the source code for the book at Apress.

    Topics include:
    Working with Sockets
    Understanding FTP
    Creating an FTP Application Step by Step
    Implementing the Project