Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Encrypt file in Perl and decrypt in c#

c# .net perl encryption rijndael

Linq to Xml, keep XDocument loaded?

c# .net xml linq linq-to-xml

Adding SOAP headers to ASMX service requests

c# .net soap asmx soapheader

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