asp.net-core
29 items tagged with "asp.net-core"
Articles
OTS parsing error: Size of decompressed WOFF 2.0 is less than compressed size
HTTPS Link Generation for ASP.NET Core App hosted in Azure Container Apps
Retrieve Client IP Address in Azure Container Apps with HTTP Ingress
Overwrite Connecting String via Environment Variable for ASP.NET Core on Docker
System.Globalization.CultureNotFoundException: Only the invariant culture is supported in globalization-invariant mode.
Azure App Service IIS Log Analytics using Pandas
Utilize HOME and TEMP/TMP Folders in Azure App Services
ASP.NET Core MVC - Customize Client Validation Attributes (data-val-*)
Create File Version using IFileVersionProvider in ASP.NET Core Razor
ASP.NET Core - Detect Browser and Device Type
ASP.NET Core Exception - The request matched multiple endpoints
Generate Absolute Path using LinkGenerator in ASP.NET Core
Modern Web Application - Azure App Service ASP.NET Core Logging to Blob Storage
Azure DevOps - Configure Web or Function App Settings
ASP.NET Core - Implement Google One Tap Sign In
Draw Images in ASP.NET Core 5
Get IP Address in ASP.NET Core 5
Razor Pages: Dynamic Routing Parameter Name
Configure Azure Blob Storage as Application Log Storage
Run .NET 5 on Azure App Services
Get IP Address in ASP.NET Core 3.x
Send Emails using Microsoft 365 in ASP.NET Core
Entity Framework Core Code-First - Generate Covering Index with Columns Included
Sign-in with Google Error - {"error": "invalid_client", "error_description": "Unauthorized" }
Modern Web Application - Azure Blob Storage for Uploaded Files
With cloud platforms like Azure, we can totally separate user content storage from web application storage to decouple components from each other and to make the application easy to scale and deploy. This article provides detailed information with code snippets about how to use Azure server-less product Blob Storage and App Service to enable horizontally scalable web application for users to upload files (BLOBs).
Migrate from Bower to Gulp for Client Libraries Management in ASP.NET Core
Retrieve Identity username, email and other information in ASP.NET Core
The identity system in ASP.NET has evolved over time. If you are using ASP.NET Core, you probably found User property is an instance of ClaimsPrincipal in Controller or Razor views. Thus to retrieve the information, you need to utilize the claims.