Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Should tests run in Debug or Release configuration in dotnet core

Record Audio in .NET Core

Setting up C# editorconfig Code Cleanup on build/save and commit

dotnet restore incredibly slow inside docker-compose build

c# docker .net-core

Can I update to .Net 5 NuGet packages even if I'm using .Net Core 3.1?

How to call cygwin compiled C++ from .NET Core?

c# c++ cmake .net-core cygwin

Complex object app settings in Azure Function

Is CA2007 relevant to a .NET Core application?

How to create a self contained .Net core application?

asp.net-core .net-core

EntityFramework Core Unit Testing - SQLite in-memory mode vs. The InMemory provider

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