Programmers who need to design and develop VB.NET for the .NET framework.
Many times New Professional get confused where actually to start to Learn .Net thing. Simple answer to that question is what this blog topic all say about.What a Professional Should Know is a practical introduction to programming in VB.NET and the use of services provided by .NET. It emphasizes the VB.NET language and how to build VB.NET applications from an object-oriented perspective. Listed Below are some of the important Topics in .Net , which introduces important new features, such as generic types and partial classes.
.NET: What Is Really Happening .NET Programming in a Nutshell Viewing the Assembly Viewing Intermediate Language Understanding .NET Visual Studio 2005 Visual Basic 2005 Express Edition Creating a Console Application Saving Your Project Visual Studio Solutions Starter Code Using the Visual Studio Text Editor IntelliSense Build and Run the Project Pausing the Output Visual Basic and GUI Programs .NET Documentation
Visual Basic Hello, World Compiling, Running (Command Line) Program Structure Namespaces Project Imports Startup Object Naming Standards Keywords Multiple-File Program Structure Using Procedures Data Types IEEE 754 Floating Point Standard Data Type Ranges Literals Variables Initialization of Variables Type Checking Constants Data Conversions Operators and Expressions Arithmetic Operators String Operators Relational Operators Logical Operators Bitwise Operators Assignment Operators Operator Precedence Console I/O Console Input Console Output Placeholders
Control Structures If/Then Statement If/Then/Else Statement Select Case Statement Looping Do/Loop Statement Exiting Do Loops Prematurely While Statement For/Next Statement Continue Statement
Modules Subroutines ByVal Parameters ByRef Parameters Functions Access, Modules, and Scope Scope Static Variables Overloading Optional Parameters Variable Length Parameter Lists
Arrays Initializing Arrays Using UBound Multi-Dimensional Arrays Arrays are a Reference Type Reference Assignment Issues Jagged Arrays Dynamic Arrays Releasing Memory for the Array System.Array System.Array Functions Enumerations System.Enum System.Enum Functions Structures With Statement Structure Assignment Pass-by-Value versus Pass-by-Reference Value Types vs. Reference Types Value Types vs. Reference Types – Using ByVal with Value Types Using ByRef with Value Types Using ByVal with Reference Types Handling Errors Visual Basic Exception Handling System.Exception Exception Flow of Control Handling Multiple Exceptions Throwing Exceptions Types of Exceptions Context and Stack Unwinding Exception Handling Strategies Fahrenheit/Celsius Version 1 Fahrenheit/Celsius Version 2 Fahrenheit/Celsius Version 3 Fahrenheit/Celsius Version 4 Inner Exceptions Custom Exceptions Object-Oriented Programming Objects in Software Abstraction and Encapsulation Classes Defining a Class in Visual Basic Defining Data Members Defining Methods Creating Objects Using Objects Assigning Object References Garbage Collection Me Properties Defining Properties ReadOnly Properties WriteOnly Properties Shared Attributes Shared Methods and Properties Constructors and Initialization Defining Constructors Default Constructor Shared Constructor ReadOnly Members Constant Members Events Defining Events Restrictions on Event Procedures Raising Events Trapping Events Using WithEvents Trapping Events Dynamically ToString in User-Defined Classes
.NET: What You Need to Know
Fundamentals of Visual Basic Programming
Control Structures
Procedures
Advanced Data Types
Exception Handling
Object-Oriented Programming
InheritanceInterfaces and CollectionsIntroduction to Windows FormsWindows Forms ControlsUser Interface FeaturesDatabase Programming |