Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

what is the correct way to write byte array into unmanaged memory?

c# unmanaged-memory

Radzen Blazor sidebar expanded doesn't work

c# parsing time series data

How to alternate XML Elements during XML serialization in C#?

c# xml serialization xsd

Creating an Excel file on the fly and have it download/save on the client

Run test multiple times in Visual Studio?

Why doesn't System.Text.Json.JsonElement have TryGetString() or TryGetBoolean()

Equals method on Binary object

c# .net

Recursively search directories in C#

c# directory filesystems

How is a securestring marshalled to unmanaged code?

c# .net unmanaged marshalling

How to wrap an int[,] with something like a ReadOnlyCollection?

c# .net

Reason for VS.NET 'current breakpoint will not be hit' warning?

HtmlAgilityPack example for changing links doesn't work. How do I accomplish this?

c# xpath uri html-agility-pack

Why is the .NET Colors class not static?

c# .net

How to set ForeignKey and Index properties using IEntityTypeConfiguration in EF Core 2.0

How to remove brackets in the email claim from Azure AD B2C

c# azure-ad-b2c

Occasionally not getting output from processes running in parallel

c# multithreading process

Self-hosted REST API on localhost without administrative privileges

c# .net windows wcf self-hosting

Map from ICollection<EFEntity> to ICollection<ViewModel> to ICollection<Object> with AutoMapper

c# automapper

Exporting Excel file to PDF - getting stuck trying to close Excel file