Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

How to publish asp.net core web job to azure app service

Dependencies in Nuspec vs. csproj

.net-core nuget csproj nuspec

How can I get a null value instead of a serialization error when deserializing an enum by string conversion?

Test multiple projects with dotnet test using pattern

.net-core dotnet-test

Pass array as a command line argument to Asp.Net Core

Get instance of class that relies on DI in Startup class

Custom JSON serializer for optional property with System.Text.Json

System.InvalidOperationException: Unable to resolve service for type [duplicate]

Dotnet Core publish to IIS from Mac

.NET Core MVC RequestLocalization ignoring DefaultRequestCulture

dotnet restore takes too long on VSTS

Visual Studio 2017 error: Cannot find project info for “” This can indicate a missing project reference - with Console App .NET Core 2.1

c# .net-core .net-standard

.net core 2.1 log4net with multip environments

Blazor route changes in same page

.net-core blazor

Can not instantiate proxy of class. Could not find a parameterless constructor

Why is LastOrDefault(predicate) in LINQ faster than FirstOrDefault(predicate)

c# performance linq .net-core

JWT Authentication .Net core [Authorize] Attribute Ignored by Controller

Process.StandardOutput.Readline() is hanging when there is no output

Location of IWebProxy implementation for .NET Core

.net-core webproxy

dotnet publish with gitlab-ci for dummies