Tim Laughlin's Everything VB.NET Blog


Browse by Tags

All Tags » .NET 3.0 » vb.net (RSS)
Workflow Foundation, cool but complicated
I have begun a project that is going to utilize Microsoft Work Flow Foundation. Over, I think this technology is going to have a lot to offer. But being an earlier adopter isn't easy. The framework is very powerful and seems to be very expandable. But...
Nullable Generic Structure
I discovered a small gem within the .net 2.0 framework, system.nullable. This structure takes a parameter of the underlying data type you want to use. So for example you can now set a integer to nothing rather then setting it some value and trying to...