Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Why Garbage collector have only 3 generations, not more or less?

c# .net

If the Garbage Collector suspends all managed threads, why does this code cause a System.OutOfMemoryException?

c# .net garbage-collection

Perform Roslyn conditional compilation with custom symbol (eg: "DEBUG") defined

Does Task.WhenAny prioritize some tasks over others?

How to convert Badgerfish style JSON to a .NET object or XML in C#?

c# .net json xml badgerfish

Passing NON null-terminated strings to unmanaged code

Could not load file or assembly 'Interop.Microsoft.Office.Core, Version=2.4.0.0, ...' when changing from .NET 3.5 to 4.5.1

c# .net vb.net office-interop

Unable to load DLL 'Microsoft.Data.SqlClient.SNI.x64.dll'

System.InvalidOperationException when using GetAwaiter().GetResult() with ServiceBusReceiver.PeekMessagesAsync

Math.Sin, Math.Cos and Math.Tan precision and way to display them correctly

c# .net winforms math

How do I connect to a USB webcam in .NET? [closed]

Understanding the difference between ONION and N-Layered architecture

Binding an ObservableCollection<string> to a ListView

c# .net wpf

NETSDK1083: The specified RuntimeIdentifier "win10-x64" is not recognized

.net maui

ListViewItem Checked vs. Selected

c# .net winforms listview

Creating Custom Controls with generics

How do I implement an unknown Array type in C# .Net Core?

Reload a transient page in .NET MAUI from within the page

Use WebClient to POST query and download file

c# .net rest webclient

Alternative way to determine if a CultureInfo uses a specific language?