Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

JsonElement and null conditional operator (KeyNotFoundException)

ping class doesn't work in published net core web app

azure .net-core ping

Why does my .NET Framework 4.8 app support long paths without a manifest on Windows Server 2016?

c# .net windows .net-core

Pull access denied, repository does not exist or may require authorization: server message: insufficient_scope:authorization failed

EF Core QueryExpressionInterceptor for DayOfWeek

Writing custom Entity Framework function with IMethodCallTranslator

How does EF Core determine which parametrized entity constructor to use?

How to mock / unit test HTTP Client - restease

ASP.NET Core FromBody is null on AJAX POST but populates in Postman

ajax .net-core postman

Get the default `AccountController` in .NET Core 2.2

How do I configure logging in a Web Host mounted with Host.CreateDefaultBuilder

c# service .net-core

Converting a generic Span<T> to a specific instantiation (e.g. Span<int>) if it actually of that type at runtime

.NET Core Dependency Injection giving "Ambiguous Constructor" errors after update to version 5.0.0

Why are content files from NuGet packages added as links in .NET Core projects and how can you prevent that?

Fluent Migration: How to specify profile when running Migrations in Process .net core

.net-core fluent-migrator

Force System.Net.Mail.SmtpClient to encode the Subject header using Base64

Setting smartcard PIN programmatically using GetRSAPrivateKey and .net core

.Net core log Startup errors to app insights

Azure Function: System.Private.CoreLib: Could not load file or assembly 'System.ComponentModel.Annotations...'

Can't resolve IMemoryCache dependency

c# .net-core autofac