VB.NET - Refer

Asked By thushara nireesh
15-Aug-11 05:11 AM
Can any body a good site for learning each and every aspects of vb.net theory
  Ravi S replied to thushara nireesh
15-Aug-11 06:55 AM
HI

Visual Basic .NET (VB.NET or VB .NET) is a version of Microsoft's http://searchwindevelopment.techtarget.com/sDefinition/0,,sid8_gci213309,00.html that was designed, as part of the company's http://searchwindevelopment.techtarget.com/sDefinition/0,,sid8_gci342248,00.html product group, to make http://searchsoa.techtarget.com/sDefinition/0,,sid26_gci750567,00.html applications easier to develop. According to Microsoft, VB .NET was reengineered, rather than released as VB 6.0 with added features, to facilitate making fundamental changes to the language.http://searchwindevelopment.techtarget.com/answer/How-I-connect-to-an-Excel-spreadsheet-and-search-for-a-value-using-VBNET is the first fully object-oriented programming (http://searchsoa.techtarget.com/sDefinition/0,,sid26_gci212681,00.html) version of Visual Basic, and as such, supports OOP concepts such as http://searchcio-midmarket.techtarget.com/sDefinition/0,,sid183_gci343038,00.html, http://searchcio-midmarket.techtarget.com/sDefinition/0,,sid183_gci212351,00.html, http://searchcio-midmarket.techtarget.com/sDefinition/0,,sid183_gci212803,00.html, and aggregation.

Example

The VB .NET code window

VB.NET ADO.NET Tutorial 

ADO.NET is a data access technology from Microsoft http://vb.net-informations.com/framework/what_is_net_framework.htm , which provides communication between relational and non-relational systems through a common set of components . ADO.NET was built for a disconnected architecture , so it enables truly disconnected data access and data manipulation through its Dataset Object, which is completely independent from the Data Source.

ado.net-architecture.JPG

The two key components of ADO.NET are http://vb.net-informations.com/ado.net-dataproviders/ado.net-dataproviders-tutorial.htm and DataSet . The .Net Framework includes mainly three Data Providers for ADO.NET. The Microsoft http://vb.net-informations.com/ado.net-dataproviders/ado.net-sqlconnection.htm , http://vb.net-informations.com/ado.net-dataproviders/ado.net-oledbconnection.htm and http://vb.net-informations.com/ado.net-dataproviders/ado.net-odbcconnection.htm are the main Data Providers in the .Net Framework. In the following pages you can see each component of ADO.NET in details with source code.


refer the links 
http://vb.net-informations.com/ado.net/vb.net-ado.net-tutorial.htm
http://www.homeandlearn.co.uk/NET/nets1p12.html
http://www.java2s.com/Tutorial/VB/CatalogVB.htm
http://www.vbnettutorial.net/
  Riley K replied to thushara nireesh
15-Aug-11 07:20 AM

  I suggest you to buy a good book,

 check this link, you can find top books with ratings
 
http://www.amazon.com/Programming-Microsoft-Visual-Basic-Reference/dp/0735613753

and here are some good how do I section of videos from Microsoft 

http://msdn.microsoft.com/en-us/vbasic/bb466226

Enough to get you started

Regards
  dipa ahuja replied to thushara nireesh
15-Aug-11 07:51 AM
Using VB.NET you can develop windows application very easily. And it provides lots of controls and there are so many sites you can refer to learn vb.net

Check this site:

http://www.startvbdotnet.com/
Create New Account
help
SQL Server 2005 SQL Server SQL Server installed in my XP Prof with Visual Studio 2005. I do not know how to make it running. SQL Server(SQLEXPRESS) is Running. I do not see how to create a table. Please, Help
Cannot install ANY flavor of SQL Server SQL Server So far, I have tried: Visual Studio 2005 (SQL Express) SQL Server 2005 Express SQL Server 2005 Standard Visual Studio 2008 SQL Server 2008 with completely uninstalling
strawberry perl and sql server SQL Server I need to connect to sql server from strawberry perl. Is anyone aware of any free driver for this. thanks. SQL Server Discussions SQL Server 2005 (1) SQL Server 2000 (1) SQL Express (1) SQL Server (1
reporting options in SQl Server SQL Server What are the options to do SQL Server reports? I have done Access frontend SQL Server backend reports in Access. I have a client with SQL Server. He has Filemaker for
SSIS package in sql server 2008 SQL Server I am using sql server 2000 and want to move to sql server 2008 How to create / edit a ssis(dts) package in sql server 2008? Previously i