Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Speeding up my simple Redis .NET application

c# .net linq redis

int vs Int32. Are they really aliases? [duplicate]

c# .net value-type

What is the difference between Microsoft.Extensions.Caching and System.Runtime.Caching?

.net wpf

Disabling .NET 6 features per default

.NET AES/Rijndael — inconsistent decryption when reusing decryptor

.net encryption aes rijndael

How to unit test code with inner exceptions?

Best time to cull WeakReferences in a collection in .NET

How can I get my global IP address using C#? [duplicate]

c# .net network-programming

Reusing an IEnumerable<T> results in false result, e.g. on .Any()

Generate DB - no execute SQL option?

How to use the EventStore Embedded Client?

.net database eventstoredb

Does it make sense to distribute pre-NGEN-ed assemblies?

.net ngen

How to by pass network using WebProxy?

c# .net proxy webproxy

Private methods using .NET reflection. Why?

Make HttpClient use app.config defaultProxy

Multiple file mask for WinSCP Session.EnumerateRemoteFiles

c# .net ftp winscp winscp-net

The type or namespace name 'Azure' does not exist in the namespace 'Microsoft'

c# .net azure uwp azure-cosmosdb

Asynchronous methods not running in parallel

Surprising case where exception handling in async method does not catch the exception