Rob Chartier ~ Contemplation...

.NET, C#, Work, etc.

News






www.flickr.com
This is a Flickr badge showing public photos from Rob & Kat Chartier. Make your own badge here.


Even Quicker Links

Browse by Tags

All Tags » VB.NET (RSS)
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 As Cat = CType (Factory.GetObject(someKey), Cat) 2:   3: If (sneakers...
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 produce a list of code metrics for each given method, one of which...
More Posts