Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-7.0

In JWT Authentication in .NET 7, how can a "validated" token be "missing"?

oauth jwt .net-7.0 .net-8.0

Is it possible to pass some logging 'scope variables' to a .NET log message where these variables are not in the message?

c# .net logging .net-7.0

Visual Studio 2022 Debugger thinks I changed code and wants to hot reload

Getting 'import.meta' error when updating blazor app to dotnet 7

blazor .net-7.0

Violates the constraint of type 'T' when upgrading from .net6 to .net7 Rc1

HttpClient mock

c# xunit.net .net-7.0

'WorkerOptions' does not contain a definition for 'AddApplicationInsights' in isolated Azure function program.cs file

azure-functions .net-7.0

Highlight specific characters in all Cells of a DataGridView

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