Don't ask me about Singletons
Some time ago I attended a job interview for C# developer position in Warsaw. One of the tasks that I had to perform was to implement... »
Some time ago I attended a job interview for C# developer position in Warsaw. One of the tasks that I had to perform was to implement... »
In this post I will present the most popular Castle Windsor features encountered in typical enterprise applications. Source code: https://github.com/marcin-chwedczuk/castle-windsor-most-popular-features Typed factory When I follow good... »
Let’s start with C#. In C# nulls may show up in switch statement in two cases: We switch on string type We switch on nullable char,... »
In this post I want to present a nice C# syntax sugar: object and collection initializers. Object initializers We will start with object initializers. Let’s assume... »