Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Why are record classes immutable by default, but record structs are not, in C#?

c# immutability record

Why is changing a property from "init" to "set" a binary breaking change?

c# properties abi

Ignore a property when deserializing using Json.Net with ItemRequired = Required.Always

How should I interpret the "null check pattern" in C#

c#

IActionResult vs IResult ASP.NET Core

c# .net asp.net-core

What is the practical use of arbitrary code block (by curly brackets) in C#

In Unity, if a component is found in an IF condition, use it immediately

c# unity-game-engine

How can I sort the contents of a string list by length descending?

c# sorting tstringlist

How do I stop the browser storing form data which user entered in text fields

c# asp.net

Constrain type to specific types

c# .net-2.0

ORA-20000: Oracle Text error: DRG-10599: column is not indexed

Linq to DataTable - Cannot cast DBNull

c# linq casting dbnull

Confused about multiple inheritance

c# .net oop

Using SHA-1 in .NET Core

Thread safety of the ambient LogContext in Serilog

c# serilog

WPF Animation not working on "fast" property change

c# wpf xaml mvvm

PowerShell .NET object missing methods

c# .net powershell

MongoDb C# Transaction has been aborted when writing to database

c# mongodb

Telegram bot: GetUpdates Conflict

c# telegram-bot

How to overwrite application name specified in appsettings.json when using Serilog?

c# logging .net-core serilog