Category: ASP.NET Core
-

With ASP.NET Core 3.0, the first version of Blazor will be released. Client-side Blazor allows writing .NET Code that runs in the browser – using…
-

In part 1 of this article series I’ve shown how to configure the Azure IoT button and how to invoke an Azure Function when the…
-

.NET Core 3.0 doesn’t make it easier to choose the correct Web technology creating .NET applications. Some more options have been added to select from,…
-

Slides and source code for my C# 7 & 8 and Blazor sessions at the thrive conference in Ljubljana
-

With Visual Studio 2017 15.8 the Library Manager is released! This feature of Visual Studio allows to manage client side libraries with Web applications. It’s…
-

ASP.NET Core and Azure Active Directory B2C offers easy ways for identity management. It’s great functionality out of the box.
-

Creating a ASP.NET Core 2.1 project with identity configured you might miss controllers and many views that all have been available with ASP.NET Core 2.0…
-

With Visual Studio 15.7 it was planned to have Library Manager available to manage client side libraries with Web applications. However, Library Manager was delayed…
-

On May-25th, General Data Protection Regulation (GDPR) becomes active. With that many articles available on GDPR, I need to write one as well. However, this…
-

View Components allow creating functionality similar to a controller action method independent to a controller. Thus, view components can be used from different controllers, and…
