C# Using Statements

The new syntax for "using" with C# makes it much easier to nest using blocks together. If you're keeping your methods nice and short in the first place, then you'll probably be able to use this just about everywhere.

View code on GitHub

Comments

Popular posts from this blog

C# Record Serialization

Add timestamp to photo using ImageMagick

Read/write large blob to SQL Server from C#