Facebook and Google authentication in ASP.NET Core
5/6/2024 6:55:00 PM
Create a New ASP.NET Core Project Visual Studio Visual Studio Code / Visual Studio for Mac Select the ASP.NET Core Web App template Select OK In the Authentication type input, select Individual Accounts Apply migrations Run the app and select the Register link Enter the email and password for the new account, and then select Register Follow the i...

Tutorial - Transform and protect your API in Azure API Management
4/3/2024 5:09:00 PM
In this tutorial, you learn how to protect your API in API Management with transformation and throttling (rate-limiting) policies.

Run an ASP.NET Core app in Docker containers
3/14/2024 1:44:00 PM
The tools installed for development and compilation make the image relatively large. dotnet/aspnet The sample uses this image for running the app The image contains the ASP.NET Core runtime and libraries and is optimized for running apps in production Designed for speed of deployment and app startup, the image is relatively small, so network perfor...

.NET container images - .NET
9/26/2023 10:32:00 AM
The image type (for example, runtime, aspnet, sdk) The image variant (for example, *-distroless, *-chiseled) The image feature (for example, *-aot, *-extra) Images optimized for size The following images are focused on resulting in the smallest possible image size: Alpine Mariner distroless Ubuntu chiseled These images are smaller, as they don't in...

ASP.NET Core code generator tool (`aspnet-codegenerator`)
7/28/2023 12:39:00 AM
The dotnet aspnet-codegenerator command runs the ASP.NET Core scaffolding engine Running the dotnet aspnet-codegenerator command is required to scaffold from the command line or when using Visual Studio Code The command isn't required to use scaffolding with Visual Studio, which includes the scaffolding engine by default Install and update the code...

1234 Next