Wednesday, May 2, 2007

Introduction to Visual Basic .NET

Welcome to Visual Basic .NET. It's a very prowerfull programming language. Anything that can be done in Windows, can be done in Visual Basic .NET. You can create new simple application into enterprise application. You can build a program that you can use on you PC or your Web Browser, or even your phone or PDA.

Programming in Visual Basic is easier than you might think, thanks to the visual tools and excellent code editor supplied by Visual Studio. You don’t have to type line after line of code to create a working program — Visual Studio automatically generates some code for you when you drag and drop components with the visual tools. Of course, being able to read and write code is important too, and this book provides plenty of code samples so you can understand the inner workings of your programs.
 

Copyright © 2007, Djainul. All rights reserved.