Do NOT use for questions about .NET Core - use [.net-core] instead.
Recently in an official .NET Framework Blog it was announced that .NET Core is going open source. Ironically, the author …
.net .net-coreI'm adding remote devices to a list as they announce themselves across the network. I only want to add the …
c# .net c#-4.0I've got an RSA private key in PEM format, is there a straight forward way to read that from .NET …
c# .net cryptography rsaLet's make a list of answers where you post your excellent and favorite extension methods. The requirement is that the …
c# .net open-source extension-methodsCan you explain to me: What is a Predicate Delegate? Where should we use predicates? Any best practices when using …
c# .net predicateI have a DateTime instance that has a Date and a Time. How do I extract only the date or …
c# .net datetimeI have 60k items that need to be checked against a 20k lookup list. Is there a collection object (like …
c# .net search collectionsI'd like to check if an object is a number so that .ToString() would result in a string containing digits …
c# .net serialization xml-serialization