Menu

Monthly Archives: June 2015

C# 6 Features: Auto Property Initializers
Object Oriented programming has, like any paradigm, found itself refined as time moved forward. The core principle is rather straightforward- you have an [...]
C# 6 Features: Null-conditional Operator
Previously, I wrote about String Interpolation and Expression-bodied members, new features to C# 6.0. Today I will be looking at the Null-Conditional [...]
C# 6 Features: Improved Overload Resolution
I previously posted about the new Expression-bodied Members and String Interpolation features of C# 6.0. There are quite a few features to cover, but today [...]
BASeBlock Babble
More babbling about BASeBlock. It’s actually rather sad in a way because I would actually prefer to work on my work projects than on my own, simply [...]
Budget Computer Building
My current PC is nice and fast and responsive and speedy-quick, so I really do not see a new Computer build in the foreseeable future, (to do so would be [...]
C# 6 features: Expression-bodied members
In my Previous Post I discussed the new String Interpolation feature of C#. Today, I will be covering another C# 6 feature called “Expression-bodied [...]