Gistlib Logo

gistlib

other csharp categories

nullable-types code snippets in csharp

var statusdiscount = x.firstordefault().statusdiscount; make it safe in csharp
x.firstordefault().statusdiscount; add default value to prevent null exception in csharp

gistlibby LogSnag