News

Part of the new .NET 5, ASP.NET Core MVC 5 is the latest version of Microsoft’s framework for building web apps and APIs using the model-view-controller design pattern.
It supports .NET Core, Xamarin, Mono, and Universal apps and is easily integrated with Web API, MVC, WCF, ASP.NET Core, etc. This article talks about how we can leverage Simple Injector to ...
In the .NET Framework, delegates with events are an implementation of the Observer pattern. Before going too deeply into an implementation of the pattern, let's go over its core components. They ...