.NET .NET Core Best Practices C# Visual Studio How to use ZipFile in .NET 8.0 for File Archiving In this post I will be showing you how to use the ZipFile class to archive files with .NET 8.0.
.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…