Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Json.Net, how to serialize DateTimeOffset with 'Z' instead of +00:00, but keep other timezone offsets?

c# .net-core json.net

Memory leak in .NET Core 3.0 app when using NLog or Serilog

c# .net-core .net-core-3.0

Switching a .NET Core console app into a full-screen mode on Windows 10

Docker .NET Core - multiple projects in solution

docker .net-core

How can I manually cancel a .NET core IHostedService background task?

c# asp.net-core .net-core

.NET Core: What does MethodImplOptions.AggressiveOptimization exactly do?

Detect shutdown signal from docker when using Generic Host IHostBuilder

c# docker .net-core

Deploying .Net Core WebAPI project on IIS

FileStream/StreamWriter in .NET Core 1.1 have no Close() method

c# stream .net-core dispose

The specified deps.json '$$$' does not exist

Setting .net core library assembly/file/nuget package version at build time

.net build .net-core

WebHostBuilder.Build() MissingMethodException in .NET Core migrated solution

Visual Studio Mac incompatible with dotnet core 2

Providing a code analysis ruleset to a .net core project through NuGet

c# nuget .net-core stylecop

How to use .net framework from .net core?

EF Core Include On Collection Class Property [duplicate]

Dependency Injection in AWS Lambda function using dotnet core 2.1

.NET Core/Standard .csproj file, embedding license file without it being added to a project using the package?

.net-core

How to validate JWT using UTC-time using .NET Core

c# datetime .net-core jwt

How to limit memory size for .net core application in pod of kubernetes?