Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Logging exception in ASP.NET Core with NLog [duplicate]

.Net web request through a proxy, automatically detect credentials

How do I parse Google's JSON API search results with C# and Json.NET?

c# .net json json.net

Regex Gets Match Wrong

.net regex

Update view from presenter on multithread events, MVP, Winforms

c# .net winforms mvp

My C# code printing random numbers instead of the sum

c# .net console

Is it thread-safe to iterate over an immutable copy of Dictionary values if this copy was made under a lock?

ConfigureAwait C#

HttpListener server returns an error: (503) Service Unavailable

c# .net ssl x509certificate

Where do Label_ markers come from in Reflector and how to decipher them?

c# .net reflector disassembly

Target dotnet project for net8.0 and net8.0-windows

.net cross-platform

If System.Double initializes the constant field "NaN" to double.NaN, does it mean that "Double" and "double" don't refer to the same type?

c# .net il disassembly

Concatenating strings in two lists to create a third list

c# .net linq lambda

Instantiate Unmanaged Class From .NET

.net dll unmanaged

Is there a difference in use or not the "this" keyword to reference a method inside the same class? [duplicate]

c# .net oop

.NET: Custom format for web service documentation?

strstr() equivalent in C#

c# .net arrays algorithm strstr