Search code examples
How can I define a custom attribute in ASP.NET Core Web API for endpoints and return an ObjectResult...


asp.net-coreattributesasp.net-core-webapi

Read More
ASP.NET Core Blazor - bind-Value not updating field...


c#asp.net-coreblazorblazor-server-side

Read More
Why Visual Studio is telling me to replace argument with HttpContext when I use TypedResults.NotFoun...


c#asp.net-corehttpcontextminimal-apis

Read More
Why is ProblemDetails not being returned in the HTTP response from my 'IExceptionHandler' im...


c#.netasp.net-corehttpexception

Read More
OnPost for Razor Page...


c#asp.net-mvcasp.net-coreasp.net-web-apirazor

Read More
Register types from assembly scan against interface and implementation in ASP.NET Core DI...


c#asp.net-coredependency-injectionasp.net-core-7.0

Read More
How to Customize or Remove Specific Routes Created by AddIdentityApiEndpoints in .NET 8?...


c#asp.net-coreasp.net-core-webapi.net-8.0

Read More
c# razor app, multithreading issue with "Cannot access a disposed object. A common cause of thi...


c#multithreadingasp.net-corerazor-pages

Read More
Serilog format context property as top level property...


c#asp.net-coreasp.net-web-apiserilogserilog-sinks-file

Read More
How to use npm with ASP.NET Core...


c#asp.net-mvcnpmgulpasp.net-core

Read More
adding background colour to webpage...


asp.net-corecolorsbackground-color

Read More
Error CS1503 - Cannot convert from Microsoft.Extensions.Configuration.IConfigurationSection to Syste...


c#.netasp.net-corec#-4.0.net-core

Read More
Add claims to admin when db is launched first time...


asp.net-coreentity-framework-coreasp.net-identityclaims-based-identity

Read More
System.Text.Json.Serialization.JsonConverter<DateTime> is executed for nullable DateTime prope...


c#asp.net-coreasp.net-core-5.0

Read More
Create a Search function in Blazor that looks up multiple entries in SQL...


linqasp.net-coreblazor

Read More
Can't run debugging on previously used port on IIS Express...


windowsasp.net-coreiis-express

Read More
Has HttpContent.ReadAsAsync<T> method been superceded in .NET Core?...


c#asp.net-corehttpresponse

Read More
What is AddEndpointsApiExplorer in ASP.NET Core 6...


c#asp.net-coreswashbuckleasp.net-core-6.0aspnet-api-versioning

Read More
IOptions Injection...


c#asp.net-core

Read More
How to allow Caching API endpoint that requires Authorization header?...


c#asp.net-corecaching.net-coreasp.net-core-webapi

Read More
Blazor Server .Net 8 Cookie Authentication without Identity...


c#asp.net-coreblazor-server-side.net-8.0

Read More
Entity Framework Core multiple connection strings on same DBContext?...


asp.netentity-frameworkasp.net-core

Read More
What is the correct package to use for SIgnalR with ASP.NET Core?...


asp.net-coresignalr

Read More
Issue with azure app service (linux) environment variable in ASP.NET Core app...


c#asp.net-coreterraformazure-web-app-serviceappsettings

Read More
MVC Post Request - Max no. of objects in IEnumerable<T> binding?...


c#asp.net-mvcasp.net-core

Read More
ASP.NET Core MVC Automate DateTime fields during the Create/Update...


c#asp.net-mvcdatabaseasp.net-coreentity-framework-core

Read More
Serilog to CloudLog does not work from lambda...


asp.net-coreaws-lambdaserilogamazon-cloudwatchlogs

Read More
ASP.NET Core Custom IExceptionHandler doesn't catch exceptions...


c#asp.net-core

Read More
Asp.Net Core: should I use AddScoped or AddSingleton on a cache service...


c#asp.net-corecaching

Read More
Are services added with AddScoped stored internally in the HttpContext variable?...


asp.net-coredependency-injection.net-core

Read More
BackNext