Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Decompress data in Span<byte> with Deflate algorithm

c# .net-core c#-7.2

.NET Core 2 DLL Reference With C++ Code Runtime Error

.NET Core HttpClient - "A security error occurred" HttpRequestException

c# ssl https .net-core

Porting HttpModule .Net Class Library to .Net Core Web API

What causes this "no such table exception"?

Cannot detec dbgshim path for execute path Rider Dotnet core

.net-core rider

Run asp.net core app in production with path prefix

Identity scaffolding with AppplicationDbContext

Is Portable.BouncyCastle cross-platform?

Active Directory Authentication with .NET Core Web API and React

multi-platform native libraries in C# nuspec

Ef-Core - What regex can I use to replace table names with nolock ones in Db Interceptor

Fastest way to concatenate ReadOnlySpan<char> in C#

Entity Framework Core seed data

netcore2 console app configure loglevel at appsettings

Using a Scoped service in a Singleton in an Asp.Net Core app

c# asp.net-core .net-core

Unable to connect to RabbitMQ started with Docker in a C# program (with RabbitMQ.Client)

c# docker .net-core rabbitmq

How do I enable the console in a WPF .NET Core application?

c# wpf .net-core

Why did Microsoft bring AppDomain back to .NET Core 3.0?

.net-core appdomain

Is it fine to use one HttpClient instance for each host my application needs to talk to?