Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

How to change csv delimiter from "," to " : " in C#

How to copy a JSON value using .NET 6 JsonNode in System.Text.Json.Nodes namespace?

MSB4018 Error - Resolve Package Dependencies and Resolve Package Assets tasks failed unexpectedly .net5 - Visual Studio 22

The different between returning an object and response return?

How to reference .Net 6.0 dll in .Net Framework 4.8

C# 11 - detect required property by reflection

c# c#-11.0

Why is ICollection<T> treated differently in collection expression syntax?

c# syntactic-sugar c#-12.0

How to use C# dll in UWP

c# dll uwp

ASP.Net Core Tag Helper links ignore current culture

MediatR register only specific handlers in an assembly with ASP.NET DI

C# HttpClient and API

c# asp.net-core httpclient

Secure sending/retrieving of data

How do you call linq fields dynamically

c# linq

Any references / MSDN tutorials to show support for either "if (!condition)" or "if (condition == false)"? [closed]

Creating Stub for C# Generic Type Method

c# generics

How to accomplish mutable object refactor using dependency injection?

Remove WPF FlowDocument left padding?

I'm trying to remove empty strings from a list of strings but weirdly not all of them are getting removed [duplicate]

c# list

Uploading to Azure File Storage fails with large files

c# azure azure-files

When is new Guid() 00000000-0000-0000-0000-000000000000,when not? [duplicate]

c#