Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

NetworkStream.CanRead returns true but the buffer returns no value

c# .net tcp ip networkstream

ASP.NET login attemps log?

.net asp.net

How to generate Visual Studio project with .NET Standard target framework with CMake

.net visual-studio cmake

When constructing a HashSet, does the capacity argument take the load factor into account?

c# .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