Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Can I use the RandomNumberGenerator.GetInt32() method to generate a cryptographically-secure random string?

ExecuteSqlCommand in .NET Core

Entity Framework LINQ complex query - combine multiple predicates

How to change the dotnet SDK version for the particular build?

.net-core build

NET Core 3.1 - HTTP Error 500.30 - ANCM In-Process Start Failure

asp.net-core .net-core

How do you unit test LoggerMessage.Define() in .NET Core 3.1 with Moq?

c# .net-core moq xunit

How to extend Dependency tracking for outgoing http requests in Application Insights

How to add an App.Config in Visual Studio Code?

Webpack log errors "net::ERR_SSL_PROTOCOL_ERROR" by calling sockjs-node/info

How to set a global environment variable in .NET Core (user-wide or system-wide)

c# version 8 Target-typed new-expressions error requires (), [], or {} after type

asp.net core swagger RoutePrefix

Can't get a Windows Docker container to "run as administrator"

windows docker .net-core

AddHttpClient<TClient,TImplementation> registers as transient, can it handle high volume concurrent requests efficiently?

Understanding .Net Core and Mono

.net linux .net-core

.NET core BackgroundService does not shut down gracefully as daemon

How to use NLog in xUnit tests from .NET Core?

Can't read appsettings.json without DI due to missing Configuration Builder

Do all JavaScript regular expressions work in .NET?

Passing both stackalloc'ed Span<T> and by-ref struct as arguments

c# .net-core clr