How to Manage Solution Projects using dotnet CLI
You can use the latest version of the dotnet CLI (installed by
MANY articles on a wide array of topics. You’ll find a lot of my newer content is going to my YouTube channel first, but I do still blog occasionally.
You can use the latest version of the dotnet CLI (installed by
I’m involved in quite a few businesses and ventures at any given time, and most of them have an email account associated with them. My preferred email client is Google/GMail/Google Apps/G suite, mainly because …
A feature I've long wished for in.NET Core and its command line interface (CLI) is the ability to manage nuget references from the command line.
Last month, Brendan Enrick published a short course on What's New in C#6. He also presented a standing-room-only session on the subject at CodeMash (people were blocked from trying to get in from the hall, the room was …
A common question I encounter is," what is the difference between a message bus (or service bus) and a message queue?"
Occasionally I run into an issue where I'll open a solution in
Starting with Entity Framework Core 1.1, you can now have properly encapsulated collections in your classes that rely on EF for persistence.
If you run into an error with test discovery using xUnit and
VS Code is a lightweight code editor available for free from Microsoft. It's a great, open-source tool for quick edits, or even for all day coding.
If you're using git, you've probably run into a problem at some point where you've had to perform a merge, and a merge conflict resulted.