Subscribe via email
Click Here to Subscribe
Appending strings is a common and repetitive task in C#. You'll be surprised how much time and energy this little extension method saves you. Continue...
There are a lot of ways you can hack a time of day in C#, but why not use a dedicated TimeOfDay class. Continue...
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...
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...
Cambia.Gravator is a free Nuget package. It contains a simple .NET class for generating Gravatar URLs from emails. It supports all gravatar options. Continue...