Skip to content
@CSharp-Pills-15mg

C# Pills 15mg

Pinned Loading

  1. Lock-vs-Monitor Lock-vs-Monitor Public

    A C# Pill that tries to peek under the hood of the `lock` instruction. Is the `lock` statement just a syntactic sugar for the usage of `Monitor` class?

    C# 1

  2. Boxing-and-Unboxing Boxing-and-Unboxing Public

    Are the boxing and unboxing processes really as time consuming as it is said?

    C#

  3. Virtual-in-Constructor Virtual-in-Constructor Public

    This pill demonstrates why it is not a good idea to call abstract or virtual methods from the constructor.

    C# 1 1

Repositories

Showing 10 of 14 repositories

Top languages

Loading…

Most used topics

Loading…