Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

C# Reflection DateTime?

c#

Configure logging level in .net console application

c# .net logging

Converting DeclaredAccessibility to C# string in Roslyn

How can I trigger/refresh my main .RAZOR page from all of its sub-components within that main .RAZOR page when an API call is complete?

c# asp.net razor blazor

How to use C# WebAssemly from JavaScript without Blazor web components

Collection vs List which I have to use for navigation properties

c# entity-framework-core

C# Setting custom headers to httpclient gives error as misused header name

c# .net-core

SignedXml.CheckSIgnature NullReferenceException after updating System.Security.Cryptography.Xml from 4.7.0 to 5.0.0

c# .net .net-5

How to hide OData Metadata Controller in Swagger?

How to resolve System.Text.Json.JsonException: A possible object cycle was detected in Entity Framework? [duplicate]

Why does my .NET Core 6 console app not want to run in CLI?

EntityFramework in .net6 "no entity type mapped to the table"

Azure Function To Azure Function Request using DefaultAzureCredential and HttpClient

What is the point of ValueTask.Preserve()?

c# async-await valuetask

Displaying ClickOnce version number of .NET 6 WPF application

c# wpf clickonce

Should I kill a function running as a thread (.Net)

c# multithreading function

How do I register code to run when shutting down an ASP.NET web application using the new .NET 6 format?

c# asp.net-core .net-6.0

Is it necessary to enable nullable context in unit tests?

c# unit-testing nullable

Filling a multidimensional array in c# without loops with single value

Device class is marked obsolete in .net MAUI

c# .net-6.0 maui .net-maui