asp.net-core

29 items tagged with "asp.net-core"

28 Articles
1 Diagram

Articles

OTS parsing error: Size of decompressed WOFF 2.0 is less than compressed size

2024-06-29
Frontend & JavaScript

HTTPS Link Generation for ASP.NET Core App hosted in Azure Container Apps

2023-08-24
ASP.NET Core

Retrieve Client IP Address in Azure Container Apps with HTTP Ingress

2023-06-24
Microsoft Azure

Overwrite Connecting String via Environment Variable for ASP.NET Core on Docker

2023-04-25
ASP.NET Core

System.Globalization.CultureNotFoundException: Only the invariant culture is supported in globalization-invariant mode.

2023-04-25
ASP.NET Core

Azure App Service IIS Log Analytics using Pandas

2022-09-05
Python Programming

Utilize HOME and TEMP/TMP Folders in Azure App Services

2022-08-30
Microsoft Azure

ASP.NET Core MVC - Customize Client Validation Attributes (data-val-*)

2022-08-15
ASP.NET Core

Create File Version using IFileVersionProvider in ASP.NET Core Razor

2022-08-15
ASP.NET Core

ASP.NET Core - Detect Browser and Device Type

2022-08-09
ASP.NET Core

ASP.NET Core Exception - The request matched multiple endpoints

2022-08-09
ASP.NET Core

Generate Absolute Path using LinkGenerator in ASP.NET Core

2022-03-28
ASP.NET Core

Modern Web Application - Azure App Service ASP.NET Core Logging to Blob Storage

2022-01-02
ASP.NET Core

Azure DevOps - Configure Web or Function App Settings

2021-09-25
Microsoft Azure

ASP.NET Core - Implement Google One Tap Sign In

2021-05-18
ASP.NET Core

Draw Images in ASP.NET Core 5

2021-02-16
ASP.NET Core

Get IP Address in ASP.NET Core 5

2021-01-16
ASP.NET Core

Razor Pages: Dynamic Routing Parameter Name

2020-12-30
ASP.NET Core

Configure Azure Blob Storage as Application Log Storage

2020-12-22
Microsoft Azure

Run .NET 5 on Azure App Services

2020-10-24
Microsoft Azure

Get IP Address in ASP.NET Core 3.x

2020-09-24
ASP.NET Core

Send Emails using Microsoft 365 in ASP.NET Core

2020-09-11
ASP.NET Core

Entity Framework Core Code-First - Generate Covering Index with Columns Included

2020-06-28
ASP.NET Core

Sign-in with Google Error - {"error": "invalid_client", "error_description": "Unauthorized" }

2020-06-10
ASP.NET Core

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).

2020-04-11
Microsoft Azure

Migrate from Bower to Gulp for Client Libraries Management in ASP.NET Core

2019-04-14
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.

2017-10-15
ASP.NET Core

Retrieve Http client request metadata like IP address and languages in asp.net core

2017-10-15
ASP.NET Core

Diagrams