Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Paypal TLS Security changes

Using Delphi DLL with dynamic array from C#

c# delphi pinvoke

How do you identify a default constructor?

c# oop

Proper way to override dependencies within a scope

Configuration per Service Fabric Instance

Combining C# String.Format format options

How to use XSD.exe with attributeGroup ref

c# xml xsd xsd.exe

'Access-Control-Allow-Origin' in ASP.NET Core 6

HttpClient on .NET 7 fails on Kerberos authentication

c# .net kerberos

Object spread equivalent in C#?

c# .net

C# How to Cast Dictionary<string, object> to a type?

c# dictionary casting

Access Claim value in gRPC server method (ASP.NET Core, .NET6) coming from JWT bearer token

c# asp.net grpc

Linq: pass GroupBy result to a function

c# linq

Does DbTransactionInterceptor always run, when using EF Core 6.0?

c# entity-framework-core

NET Core dependency injection - resolve service or configuration based on dependent class

Find common characters from group of string

c# char

How to annotate a C# function to say that a parameter is not null if it returns

c# .net

Is there a way to get an ILogger instance inside an extension methods?