
|
|
Entries for the 'VB.NET' Category
Dan Gilleland posted on October 28, 2009 07:20

Every once in a while, I find myself needing to hand-code my own DAL (mostly because I play with different kinds of DAL and ORM approaches). Today, I...
[Read the rest of this article...]
Dan Gilleland posted on October 16, 2009 11:10

If you’re looking for a good tutorial to learn C# or VB.Net, then I would recommend the writings of a fellow in the UK by the name of Mike Kitchen. He has a website called PublicJoe that is chock full of good reading material. The C# tutorial looks quite extensive, and the VB.Net tutorial looks pretty good too.
[Read the rest of this article...]
Dan Gilleland posted on May 20, 2009 23:26

I love the generic types introduced in .net 2.0, and I knew that you could constrain the generic type by class name, but I didn’t know you could do fu...
[Read the rest of this article...]
Dan Gilleland posted on January 07, 2009 05:48

I ran accross this article about nullable types in VB 9.0. Basically, there is now integrated syntax to denote a nullable type. For example: Dim...
[Read the rest of this article...]