Menu

.NET

“You are out of Date”
Recently, I overheard a very curious statement. This statement was made in regards to Visual Studio versions, and it was a discussion that many developers [...]
Unit Testing Basics
It should not come as any sort of surprise that verifying that software works properly relies quite heavily on testing. While in an academic environment, [...]
Abandoned Projects
I think it is something of a constant for software developers who have their own projects (And I can’t imagine many don’t) to also have a [...]
Comparing Objects and getting more info on the differences
Comparing Objects C# has a number of useful comparison interfaces that we can use and implement, so this would seem to be a redundant post, wouldn’t [...]
Unit Testing
Unit Testing. Books have been written about it. Many, many books. About Unit testing; about Testing methodologies, about Unit Testing approaches, about [...]
User Interface tracking for issue reproduction and problem tracing
One of the tricky parts of software development is when you get those defects/bugs that you simply cannot reproduce. These can be because they require [...]
Buying Books … but never reading them
I’ve got a problem. Computer/Programming books. I have a shelf full of them. When I was a teenager my computer time was limited, so I would often [...]
XML Serialization and Nested Generic Types
For some time I have been working on and off on an attempt to create a useful, powerful, and easy to use library to help with serializing and deserializing [...]
I’ve received the Microsoft MVP Award for .NET for 2015!
The Endless journey of learning and technical improvement continues, And this July I have once again been bestowed with the Microsoft MVP Award, for the [...]
C# 6 Features: Auto Property Initializers
Object Oriented programming has, like any paradigm, found itself refined as time moved forward. The core principle is rather straightforward- you have an [...]