Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

MassTransit - Can Multiple Consumers All Receive Same Message?

Multiple get methods in .net core 3.1 web api

How to get declared and inherited members from TypeInfo

IActionResult vs ObjectResult vs JsonResult in ASP.NET Core API

MSBuild /t:pack Nuget-Package has always the same Version

tfs msbuild .net-core

IHostedService Stop without any reason

c# .net-core kestrel

Populating AspNetUserLogins and AspNetUserTokens

.net Core - Default controller is not loading when Route attribute is used

Hide files in .csproj without excluding them from build

.NET Standard 2.0 and System.Security.Cryptography.ProtectedData.Protect

EF Core EnableSensitiveDataLogging does not work as expected

Exception when trying to get reference to MongoDB collections with .Net Core 3.0 (MongoDB.Driver 2.8.0)

c# mongodb .net-core

Could not execute because the application was not found or a compatible .NET SDK is not installed

docker .net-core

Alternatives of MD5CryptoServiceProvider in CoreCLR (ASP.NET 5 Core)

asp.net-core .net-core

Any way to restrict ASP.NET Core 2.0 HTTPS to TLS 1.2?

Why does order between UseStaticFiles and UseDefaultFiles matter?

How can I throw Exception for async function using Moq

Why is IsCancellationRequested not set to true on stopping a BackgroundService in .NET Core 3.1?

Filter all queries (trying to achieve soft delete)

Pass Parameters to AddHostedService