Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Finding overlapping region between two ranges of integers

Get web page using HtmlAgilityPack.NETCore

ECDsa Signing in .Net Core on Linux

Azure Fluent API Error creating SQL Server - Missing x-ms-request-id header

.net core: Is Assert supported with C# on .net Core

c# .net-core

.Net Core Async File Result

c# file asp.net-core .net-core

Microsoft Distrubted Redis Cache - Getting keys based on pattern

Asp.net Core MVC - obtaining dependency during app shutdown

Adding an exe project as a dependency of a test project

c# .net-core msbuild csproj

Worker Service looking for appsettings.json in System32 folder instead of local folder

Refactoring: using statement without scope, when does the implicit `Dispose` call happen?

.NET Core 3 / EF.Core 3: what happened to `QueryModelGenerator`, `RelationalQueryModelVisitor` and etc

c# .net-core ef-core-3.0

Blazor in Azure: The list of component records is not valid

Why am I seeing a difference between.Cast<int>() and .Select(a => (int)a)?

"The library 'hostpolicy.dll' required" if run from deploy folder, but emitEntryPoint is true

How to return passed parameters in an async method with Moq in unit tests?

c# unit-testing moq .net-core

Generate C# code with Roslyn and .NET Core

c# roslyn .net-core

Getting all types under a userdefined assembly

IServiceProvider garbage collection / disposal

c# memory-leaks .net-core

The content folder in my nuget package isn't adding the files to the root when installing the package