Do NOT use for questions about .NET Core - use [.net-core] instead.
This question already has an answer here: How do I enumerate an enum in C#? 26 answers public enum Foos { A, …
c# .net enums language-featuresLet's say I have a class public class ItemController:Controller { public ActionResult Login(int id) { return View("Hi", id); } } On …
c# .net asp.net-mvc html-helper actionlinkHow can I encrypt and decrypt a string in C#?
c# .net encryption mono cryptographyWhich is the simplest way to update a Label from another Thread? I have a Form running on thread1, and …
c# .net multithreading winforms user-interfaceAll my college years I have been using public, and would like to know the difference between public, private, and …
c# .net asp.net access-modifiersI've just had to write a string reverse function in C# 2.0 (i.e. LINQ not available) and came up with …
c# .net performance algorithm unicodeUsing C#, how can I delete all files and folders from a directory, but still keep the root directory?
c# .net