Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core

IDX10603: The algorithm: 'HS256' requires the SecurityKey.KeySize to be greater than '128' bits. KeySize reported: '32'. Parameter name: key.KeySize

c# asp.net-core jwt

Cannot access a disposed object in ASP.NET Core when injecting DbContext

The "TransformWebConfig" task failed unexpectedly - System.Exception: The acceptable value for AspNetCoreModuleHostingModel property is either

asp.net-core

ILoggerFactory vs serviceCollection.AddLogging vs WebHostBuilder.ConfigureLogging

How to configure ASP.net Core server routing for multiple SPAs hosted with SpaServices

IOptions Injection

c# asp.net-core

Mock HttpRequest in ASP.NET Core Controller

How to remove all objects (reset ) from IMemoryCache in ASP.NET core

How to manually decrypt an ASP.NET Core Authentication cookie?

How do I set the value in a command shell for dotnet core

How to read into memory the lines of a text file from an IFormFile in ASP.NET Core?

How to add global `AuthorizeFilter` or `AuthorizeAttribute` in ASP.NET Core?

JsonResult(object) causes "The collection type 'Newtonsoft.Json.Linq.JToken' is not supported."

ASP.NET Core 3.0 [FromBody] string content returns "The JSON value could not be converted to System.String."

ASP.NET MVC Core/6: Multiple submit buttons

What is the point of configuring DefaultScheme and DefaultChallengeScheme on ASP.NET Core?

TempData null in asp.net core

Dependency injection in ASP.NET Core 2 throws exception

AspNet Core using in memory repo for data protection when running in IIS

What is the advantage of using Tag Helpers in ASP.NET Core MVC