Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Is a Span<T> pointing to Fixed Sized Buffers without a fixed expression possible?

Asp.net website project targeting 4.7.2 cannot resolve .netstandard 2.0 reference using MSBuild

Why are closures different for variables from C# 8.0 using declarations?

Do multiple instances of System.Random still use the same seed in .Net Core?

c# .net-core

Multiple user type Identity - DbContext design

How to make console logger in .net core 3.1 console app work

Unit testing code targeting several frameworks at once with .NET Core and xUnit

ASP.NET Core publish produces lots of DLLs in the published folder, why?

Azure DocumentDB sporadically throws SocketException / GoneException

Migrating data when adding one-to-one relationship in EF Core?

Merging .NET Standard assemblies

Read and use settings from appsettings.json without IOptions<T>?

Create a websocket server in .net core console application

Restoring nuget packages of a solution in .net Rider IDE: Failed to download package `x` The HTTP request to GET `x` has timedout after 100000ms

c# nuget .net-core rider

To limit concurrency OR NOT to limit concurrency? (within a single ASP.NET request)

Errors while trying to use System.Drawing in .Net Core Console Application

What is the default location for certificates created using "dotnet dev-certs https"

windows .net-core

Are F#'s generic member constraints possible within C#?

c# .net generics .net-core f#

HttpClientHandler does not contain a definition for DefaultProxyCredentials

.Net Core 3.0 executable doesn't read appsettings.json

c# .net-core config app-config