Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

How do I get Http Verb attribute of an Action using reflection - ASP.NET Core?

System.Json JsonValue ToString() and (string) cast difference

c# .net

Setting a low thread priority for a heavy load task

Blazor Full Screen

Remove or replace the Content-Security-Policy (CSP) frame-ancestors 'self' directive that is autogenerated by the framework in .NET 9

T4 Get Execution File Name of Current Solution

BrokerProperties REST header values not showing up in .NET client code

Is it Better to Use [Type].Parse or C[Type]

How to connect to MySQL server using Entity Framework Core

Use Entity Framework to access data from a Web service?

c# .net entity-framework

alternative to MemoryStream for large data volumes

c# .net stream memorystream

Creating a PFX file in C# solution

How do I use the IncludeXmlComments to point to my second project in the same solution

.NET MAUI How to make a proper Gridlayout in Collectionview with Header?

c# .net maui

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

"Execution of the 'document()' function was prohibited." where EnableDocumentFunction set to true?

c# .net xml c#-4.0 xslt

Does NSwag convert DateTime to DateTimeOffset in the timezone the server is in?

c# .net datetime .net-core nswag

Using a 32bit COM object in a 64bit environment

What is the difference between an internal and a public class in c#? [duplicate]

c# .net

How to paint on Form at Design Time?

c# .net winforms