Do NOT use for questions about .NET Core - use [.net-core] instead.
I ran into an issue with some third party software that we use to track software license usage in our …
.net odbc 32bit-64bit registryAn enum variable, anyone know if it is always defaulting to the first element?
c# .net enumsI seem to be running around in circles and have been doing so in the last hours. I want to …
c# .net binding datagridviewI'm new to unit testing and I'm trying to figure out if I should start using more of internal access …
c# .net unit-testing tddAnyone know an easy way to get the date of the first day in the week (monday here in Europe). …
c# .net week-numberI have a simple XML <AllBands> <Band> <Beatles ID="1234" started="1962">greatest Band<![CDATA[…
c# .net xml linq-to-xmlIs there a way to tell if an event handler has been added to an object? I'm serializing a list …
c# .net asp.netI know that IList is the interface and List is the concrete type but I still don't know when to …
c# .net