netcore

Dependency Injection in C#

Dependency Injection in C# uses IoC principle. IoC stands for Inversion of Control, this is used to invert different kinds of controls like a class etc. This include control over the flow of an application, and control over object creation or dependent object creation and binding.

Dependency Injection in C# Read More »

code, code editor, coding

The Death of .net and the Arrival of .net core

During the initial phase until Bill was the CEO of the company they kept .net framework licensed. Thus making it work only in closed environment of windows. But after the failure or various features (Silverlight) and products like windows phone, and once Satya becomes CEO and his baby azure becomes the backbone of the companies overall earning. They started focusing on services and platforms instead of the product. And hence the phase of open source started with the advent of .Net Core and made .Net framework free.

The Death of .net and the Arrival of .net core Read More »

Scroll to Top