Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Docker Graceful Shutdown from Dotnet Core 2.0 app

docker .net-core

How to define a HttpClientHandler for named HttpClient using HttpClientFactory

How to convert DapperRow to Dictionary<string,string>

c# .net .net-core dapper

ZXing QrCode renderer exception with .Net Core 2.1

How to use local nuget package sources for Dockerfile dotnet restore [duplicate]

docker .net-core dockerfile

System.Net.HttpClient: SendAsync failed with OperationCanceledException without http request throught network

Best way to update JSON property with EF core

Is using app.config and ConfigurationManager in .NET core advisable?

Clean way to check if all properties, except for two, matches between two objects? [duplicate]

c# .net-core

Unable to pack a NuGet package using dotnet CLI and nuspec file

c# .net-core nuget-spec

AspNet.Core returns 200 OK and invalid Json if there is an exception while iterating an IEnumerable (returned from controller)

Angular 6 - Multiple file input in single form group

c# angular .net-core

Why is the Razor UI class library built as .NET Standard and not in .Net core

Resolve dependency Injection for abstract class in .Net core 2.0

Setting HostingEnvironment.EnvironmentName to Development in Rider

.net .net-core rider

.Net core DI Scope validation , scoped vs transient?

Possibility of external functions as nullable guards?

Add migration for ApiAuthorizationDbContext from another project - EF Core

Defer starting of a Task<T>

.NET HttpClient - Accept partial response when response header has an incorrect Content-Length