Pessimists, we're told, look at a glass containing 50% air and 50% water and see it as half empty. Optimists, in contrast, see it as half full. Engineers, of course, understand the glass is twice as big as it needs to be. --Bob Lewis
Posts in developer
Posted
Friday, May 31, 2019 by
Steve.
Views: 19,368 Today: 1
There are a lot of ways you can hack a time of day in C#, but why not use a dedicated TimeOfDay class. Continue...
Developer
C#
Posted
Monday, May 28, 2018 by
Steve.
Views: 30,564 Today: 1
Enums in C# are very useful, but it can seem difficult to work with them at times. In truth, they're pretty easy, but a generic helper class can make our lives a lot easier. Continue...
Snippet
Developer
C#
Posted
Wednesday, May 03, 2017 by
Steve.
Views: 18,305 Today: 1
The term "code smell" has been around for a while to indicate a particular quality of software code that suggests a problem or bad practice. But it might not be the best choice of words for a software development team. Continue...
Developer
Software Success
Best Practices
Posted
Friday, Sep 30, 2016 by
Steve.
Views: 21,429 Today: 1
Posted
Wednesday, Sep 14, 2016 by
Steve.
Views: 73,764 Today: 2
Cambia.UriExtensions is a Nuget package provides extension methods to the existing .NET Uri class which make extracting, modifying and building URIs and their parts easier than ever. An overarching goal of this project was to make worrying about delimiter characters a thing of the past. Build and modify your URIs using fluent Drop and Set methods. Continue...
Developer
Cambia.UriExtensions
Documentation
Package
URI