• Code

  • Minimal

  • Copy of Become SOLID in C#

  • Allocations and the Garbage Collector

    The .NET Garbage Collector (GC) slides based on several articles.

  • Introduction to the Common Language Runtime (CLR)

    At the heart of the .NET Framework is an execution engine called the Common Language Runtime. Designed from the ground up to support a myriad of programming language styles, the CLR provides a common type system, automatic memory management, support for concurrent execution and etc.

  • Reactive Extensions for .net (Rx.NET)

  • Refresher for new .NET / C# development techniques

    Let's try to refresh our knowledge about the .NET world and take a look to the modern .NET stuff.

  • Angular 2: Unit Testing

    Angular 2: Unit Testing

  • Angular 2: Advanced

    Angular 2 Advanced topics

  • Angular 2: Errors

    Here's a compilation of common beginner mistakes to avoid when you're writing your first application using Angular 2. Based on http://angularjs.blogspot.com.by/2016/04/5-rookie-mistakes-to-avoid-with-angular.html and https://daveceddia.com/angular-2-errors/

  • Angular 2 Forms

  • Become SOLID in C#

  • WebSockets

    Introducing to real-time web via websockets