Skip to content

Tag Archives: visual-studio

Make aliases an option

26-Nov-09

Do you prefer int or Int32? How about string or String? Some developers have strong preferences, others don’t care. Personally, I prefer to use the actual CLR type names (in other words I prefer Int32 and String) and since I do, I feel as though I am a second-class citizen. Interestingly enough, it is Visual [...]