Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

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?

How can I capture 401 errors in asp.net core?

Localstack unable to locate a lambda function within any region other than us-east-1 when using AmazonLambdaClient

Upgrade checklist for latest .NET, ASP.NET Core and EF Core

Is it necessary to check null values with constructor injection?

Reference for msbuild itemgroup content

msbuild .net-core csproj

select from linq statement with await

c# linq .net-core async-await

Why can I set the properties of a privately set property?

c# .net .net-core

EF Core 3.1 generates ORDER BY (SELECT 1) which breaks old code