Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core

Filter Serilog logs to different sinks depending on context source?

Is .NET Core 2.0 logging broken?

c# .net asp.net-core .net-core

How do I serve static files only to authorized users?

Unable to resolve service for type 'System.String' while attempting to activate 'MyService'

Error CS0234: The type or namespace name 'AspNetCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)

Running a self-contained ASP.NET Core application on Ubuntu

linux ubuntu asp.net-core

ASP.NET Core Web API Logging from a Static Class

How to implement a "pure" ASP.NET Core Web API by using AddMvcCore()

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?