Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

How to get the base path of system-wide .NET Core runtime environment?

c# msbuild .net-core

AutoMapper with DI: Cannot create an instance of type... When using a ValueResolver

c# .net-core automapper

Is it possible to support multiple cookie domains in .net core?

How to change values in appSettings.json file based on environment

asp.net-core .net-core

The type or namespace name 'Twilio' could not be found

c# twilio .net-core

C# netcore ldap authentication using Novell.Directory.Ldap.NETStandard library

Dot NET Core Hosting Environment for Visual Studio for Mac

Service not starting up

c# .net-core service kestrel

Will my connections close automatically in .NET Core and EF Core or do I need to close them after executing my query?

xUnit - deps.json not created for Integration Test in .NetCore 3.1 [Api.deps.json'. This file is required for functional tests to run properly.]

How to dynamically load items in a ComboBox using AvaloniaUI

c# .net-core avaloniaui

Task.Run() in async method causes thread pool starvation?

c# .net-core async-await

How do you specify different dependencies and symbols when multi targeting a .NET Standard class library?

Why do I need to create a DateTime service which returns DateTime.Now instead of using DateTime.Now directly?

How do I clear an Image's EXIF data with ImageSharp?

.net-core exif imagesharp

RabbitMQ Client (DotNet Core) preventing application from closing

c# rabbitmq .net-core

NetCore 6 - Converting null literal or possible null value to non-nullable type

How to Mock HTTPClient from IHttpClientFactory combined with Polly policies in .NET Core using Moq

ASP.NET Core 3.1 WebRoot Path

.NET Core console application with EF Core is not working when run from using dotnet run command, throwing authentication failed exception