Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

BrowserLink in .Net Core 3.0

'AsyncEnumerableReader' reached the configured maximum size, but not using AsyncEnumerable

Can't use .AddDays in EF core 3.1 query

Load assemblies with references from subfolders at runtime

vscode-dotnet-test-explorer debugging test "Waiting for Process to Attach"

C#6 String interpolation + short format string bug?

c# .net-core

.NET Core Web API return Zip File from memory stream

Non-nullable reference type: why is my object considered nullable by the compiler?

In which cases JsonConvert.DeserializeObject<T> actually returns null?

User management in AWS Cognito User Pool using C# and .NET Core

How to exclude certain file types from dotnet watch run?

Does ASP.NET Core web application targeting full dotnet framework work in IIS?

ASP.NET core RC1 to 1.0.0 migration errors

Can Visual Studio Code and VS 2012 be installed on same computer?

Is there a way to map complex types with EF Core

.NET Core publish error: "Unable to find msdeploy.exe, please install it and try again"

windows docker .net-core

How do I bind a multi level configuration object using IConfiguration in a .net Core application?

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

OpenCover Reports missing pdbs when pdbs are present (XUnit/.NET Core)

.net-core xunit opencover

AddSingleton with async Invoke?

DI Service with proper cache and dbContext usage