Posts by Tag

csharp

My favorite bugs with IDisposable

System.IDisposable is a foundational interface used in most .NET programs. Its primary purpose is to provide a mechanism for releasing “unmanaged” resources:...

Back to Top ↑

git

My favorite git aliases

I tend to use git from the command line frequently. There’s a useful feature to reduce repetitive work called git aliases:

Back to Top ↑

azure

Back to Top ↑

kicking-the-tires

Back to Top ↑

bugs

My favorite bugs with IDisposable

System.IDisposable is a foundational interface used in most .NET programs. Its primary purpose is to provide a mechanism for releasing “unmanaged” resources:...

Back to Top ↑

performance

Back to Top ↑