Anything For Sale By Owner
As I alluded in a post a couple of weeks ago, I have been a bad blogger. And I have neglected my community of readers. However »
As I alluded in a post a couple of weeks ago, I have been a bad blogger. And I have neglected my community of readers. However »
Recently I have been diving in to the world of REST and all the great things that come along with that. If you are not familiar »
The ?? operator returns the left-hand operand if it is not null, or else it returns the right operand. int? i = null; int count = i ?? 0; The »
Introduction In this post we are going to go over what it takes to create a control, and more specifically a Vista Search Box like control. »
Many developers use a pattern called ORM or Object Relation Mapping to generate data layers for their application. Many other developers choose to create their own »