Updated Articles and Resources
- Using Block Level Scope in VB.NETCreated: 2009-07-12 @ 02:41:29 GMT Updated: 2009-07-12 @ 02:45:31 GMT
VB.NET uses what is called block level scope for variable declarations. This article shows what it is, and also explores some dark corners that you might run into when you use it. … - Small Basic - A Language for New Programmers from MicrosoftCreated: 2009-07-11 @ 20:20:24 GMT Updated: 2009-07-12 @ 17:36:20 GMT
If you've tried Visual Basic .NET Express and you're still confused, Microsoft now has a new version of Visual Basic that's even easier than that to get started with. It's called Small Basic and it… - Opening a specific location in a web documentCreated: 2009-07-10 @ 00:44:20 GMT
A reader asked for help finding a way to open a specific location in an HTML document using the # marker in a URI. (As in file:///C:\webdoc.htm#location). The reader was trying to use Process.Start… - Beginning Tutorial to Learn Visual Basic .NET - 1Created: 2009-07-04 @ 22:50:29 GMT
This course is about programming using Visual Studio and the Visual Basic .NET language. It's written for complete beginners so if you're an experienced programmer, you may want to try one of the o… - Beginning Tutorial to Learn Visual Basic .NET - 3Created: 2009-07-04 @ 22:46:52 GMT
This course is about programming using Visual Studio and the Visual Basic .NET language. It's written for complete beginners so if you're an experienced programmer, you may want to try one of the o… - Beginning Tutorial to Learn Visual Basic .NET - 2Created: 2009-07-04 @ 22:44:13 GMT
This course is about programming using Visual Studio and the Visual Basic .NET language. It's written for complete beginners so if you're an experienced programmer, you may want to try one of the o… - Beginning Tutorial to Learn Visual Basic .NET - 4Created: 2009-07-04 @ 03:13:40 GMT Updated: 2009-07-04 @ 22:49:00 GMT
This course is about programming using Visual Studio and the Visual Basic .NET language. It's written for complete beginners so if you're an experienced programmer, you may want to try one of the o… - A LINQ Example Program for XML in Visual Basic .NETCreated: 2009-06-16 @ 21:14:24 GMT Updated: 2009-06-17 @ 19:44:42 GMT
Microsoft's LINQ technology combined with XML can revolutionize the way you program, but it's difficult to make the transition from more traditional ways of programming to LINQ. Moving to XML can b…
