Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

C# .Net Core - System.Text.Json - Is it possible to Deserialize an object graph using many JsonConverters for each JSON segment?

c# .net-core

Custom build action properties in a Visual Studio C# project

Know any C# syntax-highlighting tricks? [closed]

Visual Studio solution doesn't compile, but project does

c# .net visual-studio-2017

Using "asp-for" on a double or decimal property results in a type=text input

c# asp.net-mvc

Compile Time Dictionary or Array C#

c# arrays

Why can't I cast a generic to another generic? (Class type constraints) C#

c# oop generics reflection

Find closest value in a list over 360 degrees

c# list algorithm modulo

All id changed to int8

Parsing Timex Expressions in .NET Core

How should I fix "At least one of the arguments for '...' cannot be marshaled" error when using MSDASC.DLL

c# marshalling com-interop

MemoryStream VS FileStream which one is better to use in Webservice for GZipStream decompress?

audit trail with entity framework

c# entity-framework

Assigning DisplayMember of a combo box with a value from a Tuple within a list of Tuple - C#

c# combobox tuples

How do I get the differences between two string arrays in C#?

c# .net arrays linq

Is there way to see log messages generated in a unit test in .NET Core?

How to pick the correct c# overloaded extension method called from a generic method

c# generics methods

OneDrive SDK Authentication Issue in Console App

c# onedrive

How to access raw data from RenderTexture in Unity

Moq - setup mock to first-time callback and second-time raising an event

c# events callback moq