Contents tagged with VB.NET
-
VB.NET Conversions
There was some discussion around the office which touched on the topic for the best method for object conversion in VB.NET. Given this (typical) pattern: 1: Dim sneakers … more
-
Code Metrics - Complexity & The .NET Framework...
If you have never heard of "Cyclomatic Complexity" a good place to start is here. I decided to grab the Reflector Addin by Peli which will examine an assembly's methods and … more