Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

RS232 library for .net core

How to download a nupkg package from nuget programmatically in .NET Core?

c# nuget .net-core

Enumerate Dictionary.Values vs Dictionary itself

.NET Core with .NET Framework as TargetFramework

It seems that Debug.Listeners does not exist in .net core

c# .net-core

How to connect to a Unix Domain Socket in .NET Core in C#

c# .net-core

How to filter NUnit tests by category using "dotnet test"

c# .net-core nunit dotnet-cli

Why is Parallel.Invoke much faster if the call is in a separate method?

Asp.net core web api using windows authentication - Cors request unauthorised

Does "where" position in LINQ query matter when joining in-memory?

c# linq join .net-core where

What is the difference between AddJwtBearer and AddOpenIdConnect in .NET Core Authentication?

.net-core: Equivalent of ILDASM / ILASM

linux .net-core ildasm ilasm

AddEntityFrameworkStores can only be called with a role that derives from IdentityRole in .NET Core 2.0

Identity Server 4 and docker

A reference to could not be added ´. An assembly must have a dll or exe extension in order to be referenced

c# .net-core

What is the use of preserveCompilationContext under build option in project.json in ASP.NET Core App?

asp.net-core .net-core

Reference another json file in appsettings.json for ASP.NET Core configuration

Asynchonously deserializing a list using System.Text.Json

Is Microsoft.AspNet.WebApi.Client supported in .NET Core or not?

can't override appsettings.json settings with environment variables

c# asp.net-core .net-core