Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

For a list that must only have unique items in it, but will contain 0 or 1 items 99% of the time, does the overhead make a List better than a HashSet?

c# performance list hashset

C# localdb SHRINKDATABASE command from C# code

c# localdb shrink

Is it safe to compare decimals casted from doubles

c# .net floating-point

Using an invalid C# keyword name when exporting to JSON

c# json

Returning `this` from generic parent class requires cast in child

c# builder-pattern

Web API 2.0 Exception Handling

C#: Custom number formatting in rigth to left languages

c# .net winforms right-to-left

How to use bundle transformer to Minify CSS or JS

c# asp.net minify

How can I prevent OutOfMemory Exceptions during Array.Resize?

c# arrays xna out-of-memory

Connecting to mongodb sing C# quick tour not creating db or collection

c# mongodb

Unlimited nested ngFor through child items

c# .net angular

Inserting c# char variable data to ADO Char(1) field [duplicate]

c#

How to display only DATE part on View in ASP.NET MVC

c# asp.net-mvc datetime format

How to retrieve bold, italic and underlined words from plain text and surround them by HTML tags

c# html asp.net algorithm

Delegate.CreateDelegate with lambda as method produces "method argument length mismatch" exception

c# .net lambda delegates mono