Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

How to Downgrade to .NET Core 1.0?

How to test a self-contained exe from the debug folder of a test project?

API can't connect to IdentityServer4 on Azure without context.Request.Scheme set to "https"

Release pipeline couldn't find .runsettings file while executing tests on machine

Why does dotnet run launch 2 processes?

.net-core dotnet-cli

How to add parameter/s to every query in DbContext in EF Core to secure tenants data?

Unit test MiddleWare, how to add a HttpRequest to a HttpContext in .NET Core 3.1

Creating SOAP Service from existing WSDL (not consuming)

.net-core soap wsdl

JS/.NET interact on MAUI WebView

c# .net-core maui

How can I create a windows forms project using .NET Core?

What is the use case of IOptions versus IConfiguration (other than IOptions allows mapping to object)?

.net-core .net-6.0

How to use IOptions pattern in Program.cs in .NET6, before builder.build()?

c# .net .net-core .net-6.0

Can't create EF migrations after installing .NET 6

Unexpected behaviour using nested Retry, and Circuit Breaker policies of Polly.Net

GraphQL : Not Getting EF Related objects after implementing Types

c# .net .net-core graphql

OData v4 on .Net Core 1.1 missing /$metadata

Where can I specify in TokenValidationParameters that the algorithm in JWT token should match HS256?