Do NOT use for questions about .NET Core - use [.net-core] instead.
Possible Duplicate: C# - Is there a better alternative than this to ‘switch on type’? If you want to switch …
c# .net reflection switch-statement caseI have One DataTable with 5 Columns and 10 Rows. Now I want to add one New Column to the DataTable and …
c# asp.net .net visual-studio-2008 datatableI want to make my WPF application open the default browser and go to a certain web page. How do …
c# .net wpfIf BaseFruit has a constructor that accepts an int weight, can I instantiate a piece of fruit in a generic …
c# .net genericsI've been wrestling with this for a while and can't quite figure out what's happening. I have a Card entity …
.net entity-framework foreign-keys ef-code-first entity-framework-4How can I get the number of items defined in an enum?
c# .net enumsIs there an official C# guideline for the order of items in terms of class structure? Does it go: Public …
c# .net coding-style code-cleanup code-structureI have a Windows application written in C#/.NET. How can I play a specific sound when a button is …
c# .net audioWhat are .NET Assemblies? I browsed over the net and I am not able to understand the definition.
c# .net