Lambda expressions in C#
***This post is a WIP.***👷♂️🏗️ In many cases there is a fine blur between adding language features for functionality and syntactic sugar. At the very bas… ...more
About
***This post is a WIP.***👷♂️🏗️ In many cases there is a fine blur between adding language features for functionality and syntactic sugar. At the very bas… ...more
***This post is a WIP.***👷♂️🏗️ We already looked at a post explaining events and delegates that libraries might want to provide us with functionality to … ...more
By the design of C# reference types can have the value of null. This is perfectly normal and developers are supposed to use it as a feature. The probl… ...more
This post is a WIP, but I posted it because it already contains some cool information😁 Recently I have written a blogpost about the add and remove key… ...more
When we talk about keywords, most people tend to think about context-independent keywords. This is completely understandable as most of the time we te… ...more
Types of data in databases SQL or noSQL? Components of a DBMS ...more