codestyle.co

  • 1 minute to read
Nearly five years ago I introduced codestyle.co. Code style and standards has long been of mine. I’ve helped a lot of different companies create and adopt code standards and I frequently talk about them at various code camps and user groups. Many of the problems I saw at... Read more

Floating Point Changes in .NET Core 3.0

  • 3 minutes to read
.NET Core 3.0 contains changes improve the parsing and formatting for floating point values. These were changes that started in .NET Core 2.1 and are now almost done, with .NET Core 3.0 being updated to be IEEE compliant. One of the biggest repercussions of this change is that the... Read more

Language Specs

  • 1 minute to read
Nearly two years ago I introduced Language Specs. At that time, I’d been helping Microsoft move their language specs for C# and VB to markdown and hosted on GitHub. The website acts as your “one stop shop” for finding the official language specs for a variety of popular... Read more

Introducing Essential Extensions

  • 1 minute to read
It’s been several years (and a few Visual Studio versions) since I last blogged about my favorite visual studio extensions and a lot has changed since then. This time around, rather than just listing my favorites, I decided to create some public Visual Studio Extensions that make it... Read more