.NET June 23rd, 2021 When .NET Framework is the Best Choice for Application Development and Why Adam Maciejek talks about the .NET Framework created by Microsoft, its advantages over other platforms, and why this technology is the best choice for app development.
.NET November 24th, 2020 Inversion of Control #2: Decoupling Through Events Read about the next level of implementation of the Inversion of Control: the Events. The article is written by Konrad Zajda, our full-stack developer.
.NET June 18th, 2020 Inversion of Control #1: Dependency Injection Inversion of Control is a pattern of software development in object-oriented programming. We distinguish several implementations of the IoC. In this article, we will take a closer look at the first implementation - the dependency injection.
.NET December 4th, 2019 Memory Management in .NET - Garbage Collector How to efficiently manage the memory under .NET? Learn a few tricks and focus on business value instead of remembering about allocating or deallocating memory.
.NET April 22nd, 2019 Programming Tips: Why Array Doesn't Have 'Add' Method? When we initiate an Array we have to declare the size of the array. We cannot extend the size of an existing array, so Add method doesn’t have any sense. Right? Check our programming tips and learn why Array doesn't have 'add' method.
.NET April 16th, 2019 OAuth 2.0: What is an Authorization? Have you ever thought that you have lost your keys from your home? What did you think? I can see in my imagination that thief staying next to the door to my flat with my key which I lost. He puts the key into the lock and opens the door. How this story is related to authorization?