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.

Set Up Build Agents By Project in TeamCity

Set Up Build Agents By Project in TeamCity

We're using TeamCity to manage our continous integration builds for CodeProject.com and LakeQuincy.com. Before TeamCity, I was using CruiseControl.net, and TeamCity is much easier to get working (and requires far less …

Read More →
Great Uses of Using Statement in C#

Great Uses of Using Statement in C#

In my last post about [testing emails in .NET](https://ardalis.com/testing-email-sending), I noted the use of the using statement to ensure safe usage of the IDisposable SmtpClient and MailMessage objects.

Read More →