Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

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

CA1416 warnings when using .NET 8 with WinForms

.Net 7.0 / 8.0 not showing up as Target Framework option for existing project

visual-studio .net-core

What to do if MSB3277 occurs in asp net core app

The remote certificate was rejected by the provided RemoteCertificateValidationCallback - how to get more details?

Why is it recommended for a middleware to be async in ASP.NET Core?

How to mock ExceptionContext for testing using .NET Core 3 Web API and Moq

How to use "dotnet publish" with a pubxml file?

.net-core