Do NOT use for questions about .NET Core - use [.net-core] instead.
I need to know if a Date is between a DateRange. I have three dates: // The date range DateTime startDate; …
c# .net datetime date-rangeI am attempting to do some data conversion. Unfortunately, much of the data is in strings, where it should be …
c# .net generics extension-methods type-conversionHow to center a label text in WPF? Label HorizontalAlignment="Center" Content="What?" FontSize="25" FontWeight="Bold" Canvas.Top="5"
c# .net wpfHow can I right-align text in a DataGridView column? I am writing a .NET WinForms application.
.net winforms datagridview datagridviewcolumnI am unit testing a .NET application (.exe) that uses an app.config file to load configuration properties. The unit …
c# .net unit-testing app-configThere is a package I have to deal with which installs assemblies straight into the GAC (e.g. somewhere deep …
.net assembliesI've trying to deploy some code to a client machine, where I don't want to install MS windows SDK tools. …
.net .net-4.0 gacI have and old(ish) C# method I wrote that takes a number and converts it to any base: string …
c# .net int base number-systems