Do NOT use for questions about .NET Core - use [.net-core] instead.
What are the options to generate .NET 4.0 c# classes (entities) from an xsd file, using Visual Studio 2010?
c# .net xsdDoes anyone know if there is a good equivalent to Java's Set collection in C#? I know that you can …
c# .net collections setWhat's the difference between struct and class in .NET?
.net class struct value-type reference-typei am still new on c# and i'm trying to create an application for this page that will tell me …
c# .net httpwebrequestI have done a project in C#.NET where my database file is an Excel workbook. Since the location of …
c# .net app-configHow to pass parameters to Thread.ThreadStart() method in C#? Suppose I have method called 'download' public void download(string …
c# .net multithreadingHow can I group the radio buttons in Windows Form application (a lot like ASP.NET's radiobuttonlist!)? So I can …
c# .net winforms radio-buttonI'm new to project configuration in Visual Studio 2010, but I've done some research and still can't quite figure this issue …
.net visual-studioHow can I launch an application using C#? Requirements: Must work on Windows XP and Windows Vista. I have seen …
c# .net windows-vista windows-xp