Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-7.0

Alternative to the new C# 11 `required` modifier in C# 10 and earlier

c# .net-7.0 c#-11.0

How to solve "Globalization Invariant Mode is not supported" without adding the ICU libraries on the docker container?

Polly create HttpClient (IHttpClientBuilder.AddPolicyHandler) without ServiceCollection

Is there a way in EF core to use a dbContext to generate migration script

Purpose of `AsMemory()` applied to `byte[]` in `FileStream`

.NET 7 minimal API AsParametersAttribute not mapping my request model as expected

.NET - What's the point of the JsonNode GetPath() method?

C# Razor Adding Weird Suffix to Html Tags

c# razor .net-7.0

Why is Group By translating in Order By by Entity Framework?

Can enum query parameters be case-insensitive?

c# asp.net .net-7.0

MySQL with Entity Framework on .NET 7

c# mysql .net .net-7.0

ExecuteUpdateAsync: Could not be translated

Azure Function .net 7 Isolated Logging

azure-functions .net-7.0

Serialize a const with System.Text.Json.Serialization

What's so dangerous about Pkcs12LoaderLimits.DangerousNoLimits?

How to do page handler with MAUI

xamarin.forms maui .net-7.0

Disable logging of DbUpdateConcurrencyException

How to add Blazor Webassembly to an existing ASP.NET Core web app with .NET 7?

ASP.NET Core 7 MVC project Area folder empty [duplicate]

Retry mechanism for NET Isolated Durable Azure Functions