Writing “weakly typed” C#?
Because C# is a strongly-typed language… with a touch of leniency!
Read More »Writing “weakly typed” C#?Because C# is a strongly-typed language… with a touch of leniency!
Read More »Writing “weakly typed” C#?Did you know that a method can return multiple values in C#? That’s thanks to tuples and deconstruction!
Read More »Using tuples to pass simple data quickly in C#Let’s see how we can use extension methods to boost the behaviour of our C# objects without creating new derived types!
Read More »Extending C# objects with our own custom methodsHave you ever struggled with data queries in C#? Let’s discover a few Linq tips and tricks!
Read More »Taking a (quick) look at the C# Linq technology