Stumbled on a little gotcha today when using nuget packages as deployment
artifacts to be send to Octopus Deploy [http://octopusdeploy.com] and thought it
worth documenting so i don't forget next time.
The quick…
Some stuff I have read in the last couple of weeks that I think are worth
checking out, mostly new but some old stuff too. All worth subscribing to.
ASP.NET Core is approaching its…
Some stuff I have read in the last couple of weeks that I think are worth
checking out, mostly new but some old stuff too. All worth subscribing to.
The command line tooling shipped with…
When doing a code review I often see code comparing two strings where the
developer wants the comparison to be case insensitive and chose to use ToLower()
or ToUpper() and == to get the job done.…