Thursday 5 January 2012

VB.Net Tutorial | VB.Net Tutorial For Biginners PDF Download


VB.Net Tutorials, VB.Net Tutorials For Beginners, VB.Net Tutorials For Beginners PDF, VB.Net Tutorials For Freshers
 
Introduction
Tracing the .NET History
Flavors of .NET
Features of .NET
Installing the .NET Framework SDK

Introduction to the .NET Initiative and the .NET Platform
Understanding the Existing Development Scenario
Challenges faced by developers
NET Philosophy / Where does .NET fit in?
Understanding the .NET Platform and its layers
Understanding the various components of the .NET Platform and the functions performed by them
Structure of a .NET Application

Code Management
Introduction
First VB.NET / C# program
JIT (Just–in-Time Compiler) & Debugging
Managed Vs. Unmanaged Methods/Transitions

Language Features of VB.NET
History of VB.NET
Language Fundamentals in VB.NET
Features of VB.NET
Control Statements
Arrays

Object Oriented Programming Concepts
Concept of Procedural Programming
Object Oriented Programming
Classes
Encapsulation
Inheritance
Polymorphism
Understanding CSharp and VB.NET as Object Oriented Programming languages
Abstract Classes (Virtual Class)
Interfaces
Delegates and Events
Structures
Sample Application: OOPS

Error and Exception Handling
Need for Error Handling
Old-school unstructured exception handling in VB and its disadvantages
Structured Exception Handling in C#/VB.NET
System.Exception: The mother of all exceptions
Handling exceptions that are not System.Exception compliant Catch
Understanding Application exceptions (user-defined or custom exceptions)
Nesting try/catch/finally blocks and re-throwing exceptions


Assemblies and Application Domain
Introduction
Assembly Types
Private Assemblies
Shared Assemblies
Application Domain