Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

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

EF Core: How to reuse same expression in different query contexts

Is there anyway to add services to the service provider at runtime? Or rebuild it? On .NET 5.0 or .NET core 3+

410 Error : Gone while consuming soap services of netsuite in .net core

.net-core soap wsdl netsuite

How to POST list of object with Angular form-data to .Net Core Web API

angular .net-core

What`s .Net core alternative of DataSource attribute for mstest?

How to get the base path of system-wide .NET Core runtime environment?

c# msbuild .net-core

AutoMapper with DI: Cannot create an instance of type... When using a ValueResolver

c# .net-core automapper