ASP.NET Core

Articles

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

2023-08-24

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

2023-04-25

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

2023-04-25

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

2022-08-15

Create File Version using IFileVersionProvider in ASP.NET Core Razor

2022-08-15

ASP.NET Core - Detect Browser and Device Type

2022-08-09

ASP.NET Core Exception - The request matched multiple endpoints

2022-08-09

Generate Absolute Path using LinkGenerator in ASP.NET Core

2022-03-28

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

2022-01-02

ASP.NET Core - Implement Google One Tap Sign In

2021-05-18

Draw Images in ASP.NET Core 5

2021-02-16

Get IP Address in ASP.NET Core 5

2021-01-16

Razor Pages: Dynamic Routing Parameter Name

2020-12-30

Get IP Address in ASP.NET Core 3.x

2020-09-24

Send Emails using Microsoft 365 in ASP.NET Core

2020-09-11

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

2020-06-28

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

2020-06-10

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

2019-04-14

ASP.NET Core 2.1 Error - 'Cyrillic' is not a supported encoding name

2018-07-02

Graphics Programming and Image Processing in .NET Core 2.x

2018-06-27

ASP.NET Core 2 with Bootstrap 4 Bundler Minifier Issue: Expected semicolon or closing curly-brace found '-'

2018-01-23

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

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

2017-10-15

Retrieve Azure AppSettings and Connection String Settings in ASP.NET Core Apps

In ASP.NET Core, we can easily use user secrets to manage our password or credentials. This post will summarize the approaches we can use after the websites are deployed into Azure.

2017-10-10

Server.MapPath Equivalent in ASP.NET Core 2

In traditional asp.net applications, Server.MapPath is commonly used to generate absolute path in the web server. However, this has been removed from ASP.NET Core. So what is the equivalent way of doing it?

2017-10-08

OpenIddict Refresh Token Flow issue ASP.NET Core 2.0

2017-09-11

Migrating from ASP.NET Core 1.x to ASP.NET Core 2.0

2017-09-08

[Link] Build SPA on ASP.NET Core with JavaScript Services

2017-04-19