How to implement Dependency Injection in WPF

WPF

The Microsoft .NET Core Framework has built-in support for Dependency Injection and the ASP.NET Core projects use this feature by default. This feature is provided through Microsoft.Extensions.DependencyInjection NuGet package and can be used in other …

Read more

Top 5 Blazor Component Libraries

Top 5 Blazor Component Libraries 9

Blazor is a new framework provided by Microsoft to build interactive client-side web applications using C# programming language and Razor syntax on top of the .NET Core framework. Blazor application can be hosted on a …

Read more

Microsoft C# Version History

csharp programming language

The C# programming language was first released by Microsoft in 2002 along with the new .NET Framework 1.0 and Visual Studio.NET 2002. Currently, it stands as the seventh most used programming language in the world. …

Read more

Microsoft .NET Core Versions History

.NET Core

The Microsoft .NET Core Framework is a free, open-source, and managed framework for Windows, Linux, macOS and can also be used to build devices, cloud, and IoT applications. The framework provides a way to write …

Read more