VB.Net-Informations.com
   Home      .Net Framework      VB.NET      C#                                                                      About


VB.NET Tutorial and source code

Visual Basic .NET is the most productive tool for rapidly creating a wide range of Windows, Web, Mobile, and Office applications built on the .NET Framework. The Visual Basic language is designed to be human readable and accessible to everyone from novice programmers to advanced system architects. All of this is built on top of the .NET Framework, which guarantees that programs written in Visual Basic run with unsurpassed scalability and reliability. Programs written in Visual Basic will interoperate seamlessly with programs written in any other .NET languages such as Visual C#, Visual J#, or Visual C++.

I hope this site will help you to acquire the skills and knowledge necessary to develop Windows applications in VB.NET in a simplified manner rather than in a complex way.


Microsoft .Net Framework Tutorials
*       What is Microsoft .Net Framework
*       How to Microsoft .Net Framework
*       Common Language Runtime
*       How to Common Language Runtime
*       .Net Framework Class Library
*       Common Language Specification
*       Common Type System
*       Microsoft Intermediate Language
*       Portable Executable (PE) File Format
*       Just In Time Compiler
*       Managed Code
*       Metadata
*       Assembly
*       Assembly Manifest
*       Global Assembly Cache (GAC)
*       What is a Satellite Assembly?
*       What are the contents of an Assembly?
*       Private Assembly and Shared Assembly
*       What is .Net Strong Name
*       Namespaces
*       Application Domain
*       Code Access Security
*       Garbage Collection
*       .Net Threads

VB.NET Language Basics Tutorials
*       VB.NET data types
*       VB.NET Implicit conversion and Explicit Conversion
*       VB.NET Access Specifiers
*       VB.NET Exceptions
*       VB.NET Option Explicit
*       VB.NET Option Strict
*       VB.NET On Error

VB.NET Program Flow Control Tutorials
*       How to use IF ELSE END IF in VB.NET
*       How to use FOR NEXT loop in vb.net
*       How to use FOR EACH loop in VB.NET
*       How to use vb.net While End While loop

VB.NET Collections Tutorials
*       How to use VB.NET ArrayList
*       How to use VB.NET HashTable
*       How to use VB.NET Stack
*       How to use VB.NET Queue
*       How to use VB.NET Arrays
*       How to use VB.NET Dyanamic Arrays
*       How to use VB.NET NameValueCollection

VB.NET String Tutorials
*       How to vb.net String Length()
*       How to vb.net String Insert()
*       How to vb.net String IndexOf()
*       How to vb.net String Format()
*       How to vb.net String Equals()
*       How to vb.net String CopyTo()
*       How to vb.net String Copy()
*       How to vb.net String Contains()
*       How to vb.net String Compare()
*       How to vb.net String Clone()
*       How to vb.net String Chars()
*       How to vb.net String substring()
*       How to vb.net String Split()
*       How to vb.net String EndsWith()
*       How to vb.net String Concat()

VB.NET Files Tutorials
*       How to VB.NET Directory operations
*       How to VB.NET File operations
*       How to VB.NET FileStream
*       How to VB.NET TextReader
*       How to VB.NET Simple TextReader
*       How to VB.NET TextWriter
*       How to VB.NET BinaryReader
*       How to VB.NET BinaryWriter

VB.NET Excel 2007 Tutorials
*       How to create an Excel 2007 file in VB.NET 2005
*       How to open or read an existing Excel 2007 file in VB.NET 2005
*       How to read entire worksheet in an Excel workbook
*       How to Format Excel 2007 Page in VB.NET
*       How to insert a Picture in Excel 2007 through programing on VB.NET 2005
*       How to insert a background Picture in Excel 2007 through VB.NET 2005
*       How to create a Chart in Excel 2007 in VB.NET
*       How to export a Chart in Excel 2007 as Picture file from VB.NET
*       How to Excel 2007 Chart in VB.NET Picture Box
*       How to Excel 2007 DataBar in VB.NET
*       How to Excel 2007 Data Validation Input Message
*       How to read data from excel using OLEDB
*       How to insert cell data in an Excel file using OLEDB
*       How to update cell data in an Excel file using OLEDB
*       How to export from database to excel
*       How to export from DataGridView to excel

VB.NET Crystal Reports Tutorials
*       Sample Database and tables for Crystal Reports tutorials
*       Step by Step help for creating a simple Crystal Reports in VB.NET
*       VB.NET Crystal Reports from multiple tables
*       VB.NET Crystal Reports String parameter
*       VB.NET Crystal Reports Integer parameter
*       VB.NET Crystal Reports Date parameter
*       VB.NET Crystal Report Load Dynamically
*       VB.NET Crystal Reports Formula Fields
*       VB.NET Crystal Reports Summary Fields
*       VB.NET Crystal Reports Export to PDF
*       VB.NET Crystal Reports Export to Excel
*       Email a Crystal Reports from VB.NET
*       Crystal Reports Without Database
*       Crystal Report from SQL Query String
*       Dynamic Crystal Reports from SQL Query String
*       Crystal Reports from XML File
*       Create a Subreport in Crystal Reports
*       Create a Subreport in Crystal Reports with Link
*       How to deploy Crystal Reports on Clinet Machine
*       How to create Crystal Reports installer using Merge Modules

VB.NET Communications Tutorial
*       How to send email from VB.NET
*       VB.NET Send email using CDOSYS
*       How to find IP Address of Host
*       How to read a URL Content
*       VB.NET Socket Programming
*       VB.NET Server Socket Program
*       VB.NET Client Socket Program
*       VB.NET MultiThreaded Socket Programming
*       VB.NET MultiThreaded Server Socket Programming
*       VB.NET MultiThreaded Client Socket Programming
*       VB.NET Chat Server Program
*       VB.NET Chat Server
*       VB.NET Chat Client

VB.NET ADO.NET Tutorial
*       ADO.NET Architecture Help and Tutorial
*       Advantages of ADO.Net over ADO
*       Connected and Disconnected Data Access Architecture
*       ADO.NET ConnectionStrings
*       ADO.NET Data Providers

ADO.NET Data Providers help and Tutorial
*       ADO.NET Connection Object
*       ADO.NET SQL Server Connection
*       ADO.NET OLEDB Connection
*       ADO.NET ODBC Connection
*       ADO.NET Command
*       ADO.NET ExecuteNonQuery in SqlCommand Object
*       ADO.NET ExecuteNonQuery in OleDbCommand Object
*       ADO.NET ExecuteScalar in SqlCommand Object
*       ADO.NET ExecuteScalar in OleDbCommand Object
*       ADO.NET ExecuteReader in SqlCommand Object
*       ADO.NET ExecuteReader in OleDbCommand Object
*       How to ADO.NET DataReader
*       How to ADO.NET SqlDataReader
*       How to ADO.NET OleDbDataReader
*       How to Multiple Result Sets in ADO.NET
*       Getting Schema Informations from SqlDataReader
*       Getting Schema Informations from OleDbDataReader
*       What is DataAdapter
*       What is SqlDataAdapter
*       What is OleDbDataAdapter
*       Vb.NET ExecuteReader and ExecuteNonQuery

VB.NET ADO.NET Dataset Tutorial
*       What is ADO.NET Dataset
*       How to Dataset with Sql Server
*       How to Dataset with OLEDB Data Source
*       Search Tables in a Dataset Sql Server
*       Search Tables in a Dataset OLEDB Data Source
*       Dataset table row count in SQL Server
*       Dataset table row count - OLEDB Data Source
*       How to find column definition - Sql Server
*       How to find column definition - OLEDB Data Source
*       How to create DataSet without Databse
*       How to multiple tables in Dataset - Sql Server
*       How to multiple tables in Dataset - OLEDB Data Source
*       How to add relations between tables in a Dataset
*       How to merge tables in a Dataset - Sql Server
*       How to merge tables in a Dataset - OLEDB Data Source

ADO.NET DataAdapter and Dataset
*       Dataadapter with dataset - sql sever
*       Dataadapter with dataset - OLEDB Data Source
*       Dataadapter SelectCommand - Sql Server
*       Dataadapter SelectCommand - OLEDB Data Source
*       Dataadapter InsertCommand - Sql Server
*       Dataadapter InsertCommand - OLEDB Data Source
*       Dataadapter UpdateCommand - Sql Server
*       Dataadapter UpdateCommand - OLEDB Data Source
*       Dataadapter DeleteCommand - Sql Server
*       Dataadapter DeleteCommand - OLEDB Data Source
*       Dataadapter with CommandBuilder - Sql Server
*       Dataadapter with CommandBuilder - OLEDB
*       Dataadapter with DataGridView - Sql Server
*       Dataadapter with DataGridView - OLEDB

VB.NET ADO.NET DataView Tutorial
*       How to create a DataView
*       How to Sort DataView
*       How to Filter DataView
*       How to Find a rows in DataView
*       How to add new rows in DataView
*       How to update rows in DataView
*       How to delete rows in DataView
*       How to create a new DataTable from DataView

VB.NET Remoting Tutorial
*       .Net Remoting Architecture
*       VB.Net Remoting Application
*       VB.Net Remotable Type
*       VB.Net Remote Listener Application
*       VB.Net Remote Client Application
*       Compiling and Running Remote Application
*       VB.NET Remoting Configurations
*       VB.NET Remoting Activation
*       VB.NET Remoting Channel
*       VB.NET Remoting Formatters

VB.NET XML Tutorial
*       How to XML in VB.NET
*       How to create an XML file in VB.NET
*       How to open and read an XML file in VB.NET
*       How to create an XML file in VB.NET using Dataset
*       How to open and read an XML file in VB.NET using Dataset
*       How to create an XML file from SQL in VB.NET
*       How to search in an XML file
*       How to filter data in an XML file
*       How to insert data from xml to database
*       How to create an Excel file from XML
*       How to create an XML file from Excel
*       How to xml to DataGridView
*       How to create a TreevView from XML
*       How to create Crystal Reports from XML
*       How to serialization in xml
*       How to serialize a .Net Object to XML
*       How to de-serialize from an XML file to .Net Object

VB.NET DataGridView Tutorial
*       VB.NET DataGridView binding - Sql Server
*       DataGridView binding - OLEDB in VB.NET
*       DataGridView Sorting/Filtering in VB.NET
*       DataGridView adding rows and columns in VB.NET
*       DataGridView hiding rows and columns in VB.NET
*       DataGridView ReadOnly rows and columns in VB.NET
*       Adding Button to DataGridView in VB.NET
*       Adding CheckBox to DataGridView in VB.NET
*       Adding ComboBox to DataGridView in VB.NET
*       Adding Image to DataGridView in VB.NET
*       Adding ViewLink to DataGridView in VB.NET
*       How to Paging in DataGridView
*       How to Formatting in DataGridView
*       How to DataGridView Template
*       How to DataGridView Printing
*       How to Export datagridview to Excel
*       How to Import data from Excel to DataGridView
*       Database operations in DatagridView

   Home      VB.NET      C#

   Home      VB.NET      C#
  |  Home   |  VB.NET   |  C#   |  SiteMap   |  Terms of Use   |  About   |
net-informations.com (C) 2010
All Rights Reserved. All other trademarks are property of their respective owners.