Giter Site home page Giter Site logo

C# Pills 15mg's Projects

disposable-pattern icon disposable-pattern

The support provided by .NET for reliably release the unmanaged resources, like manually allocated memory.

getters-and-setters icon getters-and-setters

A C# Pill that tries to answer the question: Is a property in C# just a collection of two methods?

life-after-await icon life-after-await

This is a C# Pill that tries to find out in which context is executed the code written after an awaited asynchronous method..

lock-vs-monitor icon lock-vs-monitor

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?

object-initialization-in-csharp icon object-initialization-in-csharp

A C# Pill that highlights the order in which the fields, properties and constructors, both static and instance, are initialized in C#.

parallel-evolution icon parallel-evolution

My target for this pill is to explain the `async-await` construct by presenting a short history of parallel programming.

queryable-vs-enumerable icon queryable-vs-enumerable

A C# Pill that highlights that the Linq query applied after a cast to `IEnumerable` is not translated into SQL. Instead, it is run in memory.

random-problems icon random-problems

What actually happens when we use a Random instance from multiple threads? Can we do something to make it thread-safe?

string-building icon string-building

What is the performance differences between string concatenation and StringBuilder and string constructor?

using-vs-try-finally icon using-vs-try-finally

A C# Pill to demonstrate that there is no functional difference between a 'try-finally' block, a 'using' block and a 'using' declaration.

virtual-in-constructor icon virtual-in-constructor

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.