Working from Home for Fun and Profit
I’ve been working remotely–or telecommuting, as it is often known–for nearly 10 years, and in that time I’ve learned a few DOs and DON’Ts for
I’ve been working remotely–or telecommuting, as it is often known–for nearly 10 years, and in that time I’ve learned a few DOs and DON’Ts for
When I talk to .NET developers, I find that there’s still a lot of confusion about what .NET Standard is and how it relates to
In two recent posts, I blogged about SignalR in .AspNet Core 2.1, and automating boilerplate multitenancy code in Entity Framework Core 2.1. Both these blogs
In any real world enterprise application, you end up writing a lot of similar, tedious boilerplate code for bookkeeping . This logic results in a
UPDATE, 2018 May 30: It’s alive. The dotnet team officially announces 2.1 on their blog! The newest version of ASP.NET Core will be released in
In a previous post, I wrote about using SignalR in AspNetCore. Today, I tried the next step up – SignalR as a service! You will
We’ve all been waiting for the first production release of SignalR for AspNetCore, and supposedly it’s going to be out there any day now. Impatient
I recently needed to write a routine that exports a query to an Excel file, and came up with a generic solution I thought might