Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Is there a technical reason that C# does not issue the "tail." CIL instruction? [duplicate]

iText PDF Persian text rendering issue — characters appear broken

c# asp.net .net pdf itext

JPEG decoder for .NET Core

Event Sourcing Resources [closed]

c# .net cqrs event-sourcing

Is it possible to show a selection border rather than back-colour in a DataGridView?

IEqualityComparer for SequenceEqual

c# .net linq iequalitycomparer

C# memory address and variable

c# .net memory-management

How to force textbox to take only numbers in WPF?

c# .net wpf textbox

Serializing Array of Structs to byte[] - What's Wrong with my Code?

Why Context.User.Identity.Name is null in Windows Form Hub Context?

c# .net winforms signalr

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