.NET .NET Core Best Practices C# Visual Studio How to use ZipFile in .NET 8.0 for Uploading and Downloading Files In this post I will be showing you how to use the ZipFile class to upload files with .NET 8.0.
.NET .NET Core Best Practices C# Visual Studio How to use Null Reference Types in .NET 8 In this post I will be showing you how to configure .NET applications to use nullable reference types.
.NET .NET Core ASP.NET Core ASP.NET Core Identity Azure AD C# Entra Visual Studio How to Authorize ASP.NET Core Apps with Azure AD In this post I will be showing you how to configure and implement Azure AD (Entra) user authorization from an…
.NET .NET Core ASP.NET Core ASP.NET Core Identity Azure AD C# Entra Security Tenants Visual Studio How to Authenticate ASP.NET Core Apps with Azure AD In this post I will be showing you how to configure and implement Azure AD (Entra) user authentication from an…
.NET .NET Core ASP.NET Core ASP.NET Core Identity Blazor C# Razor Visual Studio How to Implement Custom User Roles in a .NET Core Blazor Server Application In this post I will be showing you how to implement custom user roles in an ASP.NET Core Blazor Server…
.NET .NET Core ASP.NET Core ASP.NET Core Identity Blazor C# Entity Framework Core HTML Razor SQL Server Visual Studio How to Implement Role-Based Authorization with AuthorizeView in .NET Core Blazor Applications In this post I will be showing you how to implement role-based authorization with AuthorizeView in an ASP.NET Core Blazor…
.NET .NET Core ASP.NET Core ASP.NET Core Identity Blazor C# Razor Security Visual Studio How to Implement Authorization within an ASP.NET Core Blazor Server Application In this post I will be showing you how to implement authorization in an ASP.NET Core Blazor Server application.
.NET .NET Core ASP.NET Core ASP.NET Core Identity Blazor C# Entity Framework Core Razor Visual Studio How to Create an ASP.NET Core Blazor Server Application with Identity Services In this post I will be showing you how to create an ASP.NET Core Blazor Server application with ready to…
.NET Best Practices C# Visual Studio How to Use Spread Operators in C# 12.0 In this post I will explain what spread operators are and how to use them in C#.
.NET Best Practices C# Visual Studio How to Use Collection Expressions in C# 12.0 In this post I will explain what collection expressions are in C#.