Blog Posts

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.

How to Start Multiple Projects in Visual Studio

How to Start Multiple Projects in Visual Studio

If you have multiple projects that need to interact with one another, you can configure Visual Studio to launch multiple projects whenever you press F5/ctrl+F5. To do so, right-click on the solution and go to Properties: …

Read More →
Windows Mac Native Google Mail Client

Windows Mac Native Google Mail Client

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 …

Read More →
What's New in C# 6

What's New in C# 6

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 …

Read More →
Bus or Queue

Bus or Queue

A common question I encounter is," what is the difference between a message bus (or service bus) and a message queue?"

Read More →