Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

AddNewtonsoftJson is not overriding System.Text.Json

LibMan without internet prevents build. Is there a local fallback option?

c# asp.net-core .net-core

How to diagnose AspNetCore application not starting on Azure App Service?

How to set default build number in .Net Core

c# .net .net-core

Why is JSON deserialisation with System.Text.Json so slow?

use local xml file for a twilio call

c# .net-core twilio telephony

.Net Core console app on Linux will not run as service

Build errors after Upgrading from Angular 8 to 9

How to read the HttpResponse Body?

c# asp.net-core .net-core

Dispose of entity objects created by DbContext

Entity Framework. Violation of UNIQUE KEY constraint

How to change names of error queues and exchanges in MassTransit for RabbitMQ?

.NET Core 2.2 Shared Cookie causes Bad Request error when logging in

Why is MemoryPool slower and allocates more than ArrayPool?

c# .net-core heap-memory

It is possible to decrypt AES password protected file in C# / dotNet 6 encrypted by openssl enc -k?

c# .net-core openssl aes

ValueTask method with unavoidable async await calls?