Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core

Passing parameters to a Blazor component

How to disable SSL requirement in ASP.NET Core 6 Identity & SPA React app

Why is it recommended for a middleware to be async in ASP.NET Core?

Unhandled exception. System.InvalidOperationException: Unable to configure HTTPS endpoint (vs code)

Asp.net Core get remote IP of client always returns 127.0.0.1

c# nginx asp.net-core

How to add a IdentityUser IdentityResult error in ASP.Net Core for a unique email address

Authentication with LinkedIn api and Oauth 2.0 in Angular ASP.NET Core 2.0 Application

Azure Active Directory always redirects to '~/.auth/login/done' when deployed to Azure despite working on localhost

CascadingAuthenticationState and NotFoundContent tags not working in Blazor

How to add views to ASP.NET Core Web API?

Entity Framework Core Problem with Scaffolding entity with foreign key constraint

Build Fails with "Error:The process '/usr/bin/dotnet' failed with exit code 1" after adding "no-build:true" in the dotnet pack command

Is it possible to support multiple cookie domains in .net core?

Dispose being called multiple times by Microsoft DependencyInjection

How to change values in appSettings.json file based on environment

asp.net-core .net-core

.NET Core HttpContext.Request.Headers.Remove() doesn't work unless the Headers are enumerated first

c# asp.net-core .net-5

ef core context.Database.ExecuteSqlRaw(sql, param1, param2) throws SqlException

c# asp.net-core

Could not load file or assembly 'Microsoft.Build.Framework, Version=15.1.0.0

MAUI dependency injection service resolve in Program.cs

IActionResult vs ActionResult<T> vs T - Why doesn't ActionResult<T> work?