Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-7.0

Foreign key issue: EF Core 7 code-first: "Cannot insert explicit value for identity column in table '' when IDENTITY_INSERT is set to OFF."

In .NET 7 / EF Core 7, can value conversions reference other properties of the same entity?

How to access the HttpContext in .Net 7 (as IHttpContextAccessor is deprecated)

.NET 7 framework does not show up in Visual Studio 2022 version 17.4

.net visual-studio .net-7.0

EF 7 - new ExecuteDelete and ExecuteUpdate methods not working on an in-memory database

Microsoft.AspNetCore.Mvc.Core marked as deprecated and causing publishing errors in a NET 7 web app

How can I multiply a INumber<T> with an int? [duplicate]

Mudblazor-MudDataGrid cell click event

blazor .net-7.0 mudblazor

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