Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Task.Run causes "Cannot access a disposed context instance" exception

ASP.NET Core MVC check Authorization on post back

System.Configuration.ConfigurationManager vs Microsoft.Extensions.Configuration

`dotnet build` and `dotnet restore` hangs forever without any error

Odd string interpolation Null Reference Exception when debugging

c# .net-core

Dotnet Core & Swagger: Prevent Swagger UI without authentication

Create a custom CLI Tool that can be distributed with NuGet

c# .net .net-core nuget

CredentialCache.DefaultCredentials isn't respecting IIS App Pool Credentials with dotnet core 2.2

c# iis .net-core restsharp

How to authenticate against an Asp.Net Core Identity from an Angular(Or another SPA)?

ASP.Net Core BackgroundService is cancelled without reason

c# asp.net-core .net-core

How to get mac-address from a remote computer, same network, at linux, using .Net Core

c# linux .net-core mac-address

How to release a service acquired via IServiceProvider?

.net-core

HashAlgorithm.Create fails with PlatformNotSupportedException in C# ASP.NET Core 2

Porting a Windows Service to .NET core

Issuer and Audience in JWT .net core

c# .net-core jwt

REST Patch in dotnet/meditr best practices

.net .net-core patch mediatr

dotnet watch run -c $(Configuration) with hot reload

When should I throw exception vs. return error ActionResult in ASP.NET Core Web API project?

Ordering Linq list by array elements

c# .net linq sorting .net-core