Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Adding an ASPNET API to an existing Worker Service project

How to use dotnet monitor in windows containers to collect application metrics

Replacement for obsolete Assembly.CodeBase in .NET 6 / .NET Core

How can I implement a LEFT OUTER JOIN in LINQ using lambda syntax on Entity Framework Core 2.0?

Swagger UI not generating in azure .net core but it is working in local

.NET core 5.0 scaffolded Login page says "The returnUrl field is required" (Blazor Server-Side)

Why do I need to cast 'this' to an interface with a default implementation in C# 8.0 when I call it in the class derived form that interface?

.NET 8 Microsoft Docker Image: Failed to create CoreCLR, HRESULT: 0x80070008

.Net Core application exit code. Different behaviour on Linux (RHEL 7)

.net-core rhel exit-code

NPOI - Loading an Excel file causes Wrong Local header signature: 0xE011CFD0

c# excel .net-core npoi

Using System.Windows in .NET Core

Get page URL from markup in Razor Pages

IdentityServer4 always returning "error": "invalid_scope"

How to map environment variables to a config object in a IHostedService?