If I were to ask you
"How should I get starting learning VB.NET?"
What would you say?
Thanks.
If I were to ask you
"How should I get starting learning VB.NET?"
What would you say?
Thanks.
asked how to begin with VB.NET. and pointed toward reference materials, and emphasized learning by doing. Below is a compact, current-minded starting path and a handful of practical cautions to save time and frustration.
Option Strict enabled to avoid late-binding surprises.Common pitfalls: ignoring compiler warnings, relying on implicit conversions, and copying outdated snippets without checking framework compatibility. Because VB.NET and .NET have evolved, confirm which target framework and project types are supported today in the official docs.
Authoritative starting references: Visual Basic documentation and the Visual Studio Community download page.
Jump to Post— nanosani 20vb .net step by step by Michael Halvorson is a good book to get started. I just started learning vb.net
a good book is Simply Visual Basic .Net
An Application -DrivenTutorial Approuch
DEITEL TM
No......If you learn from a textbook it will take time and you'll forget things...
If you want to learn VB.NET ....Create your own application ...More like a student course schedule or online registration..Use the features one by one ...
Use database like SQL server to make your project interesting...
Use google to explore on each features ....Thats the best and fastest way to learn VB.NET....
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.