Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core

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?

Cannot convert from System.security.claims.claimsPrincipal to Scheduler.Areas.Identity.Data

Post Serilog logs to Rest api

SignalR Failed to start the connection

How to avoid rendering Asp.net Core razor pages when redirecting?

asp.net-core razor-pages

Postman request with ASP.NET Core API call is unauthorized

c# asp.net-core postman

Blazor - Multiples area - custom _Hostm.cshtml

asp.net-core blazor area

How to get user input parameters in my authorization policy requirement in ASP.NET Core 5.0?