Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Truncating Xhtmlstring in Episerver

Reading large XML files with C#

Using LINQ, how would you filter out all but one item of a particular criteria from a list?

c# linq

migrating to dbcontext LINQ where clause string parameter

c# linq where-clause dbcontext

How to change the dpi from 200 to 300 through ZPL

c# zebra-printers zpl zpl-ii

Superfluous 'runtimes' folder created in output directory for .NET 5 project

Install sap crystal report as prerequiste in clickonce deployment

Prevent C# "with expressions" bypassing constructor validation

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