Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Use ASP.NET Core logging without using WebHost

c# asp.net-core .net-core

VerifyHash seems to work on Windows, but fails on Linux

c# .net-core rsa

Can .NET CORE CLI - load arguments from file?

Where can I register unit of work service in .NET 6?

ConfigurationManager.AppSettings is always empty

c# .net .net-core

How to mock SearchClient.SearchAsync with the Azure Cognitive Search SDK?

Converting a large solution to Central Package Management (CPM)

.net-core nuget

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?