Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

CPU usage in .net core (at least on Windows)

Serilog structured data pretty print?

The underlying connection was closed. Cannot run Asp.Net core 2.1 web api application using HTTP.sys?

.NET Core on Raspbian/ARM?

Task.Start .NET CORE Unable to load DLL combase.dll error Windows 7

c# .net-core

A common class library consumed by both .NET Core and .Net 4.5.2

How to add a WCF service reference in a .NET Core 3.1 application?

How to structure data validation in .net Core web API?

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

native/canonical approach to Fire-and-forget in ASP.NET Core world

NTLM authentication HttpClient in Core

c# .net-core httpclient ntlm

Newtonsoft.JSON v9.01 + FileNotFoundException (.NET Core Class library)

c# json.net .net-core

TLS/SSL with System.IO.Pipelines

c# ssl .net-core tls1.2

Specifying assembly version in .fsproj for .NET core

f# .net-core

Migrating global.asax to ASP.NET 5

Get .NET Core DLL version on Linux

linux .net-core

Can you dynamically load cross platform Native/Unmanaged dlls/libs in .Net Core?

.NET CLI how to run app after publish on Linux

Asp.Net core (Full .Net framework) vs Asp.Net core (.Net Core) Performance

How to adapt IObjectContextAdapter from EF 6 to EF Core

Why is this System.IO.Pipelines code much slower than Stream-based code?