Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .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

Guid.NewGuid(); behind the scenes in .NET Core

c# .net-core uuid guid

ASP.Net JSON configuration file transforms with arrays

Running .NET Standard binaries on different frameworks

IFormFile not being populated by dropzone uploadMultiple request

.NET Core: How to create solution folders from the command line

.net-core

Retrieve top n records from Azure Table Storage with .NET Core