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.

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 →