Top ".net" questions

Do NOT use for questions about .NET Core - use [.net-core] instead.

How to generate .NET 4.0 classes from xsd?

What are the options to generate .NET 4.0 c# classes (entities) from an xsd file, using Visual Studio 2010?

c# .net xsd
C# Set collection?

Does anyone know if there is a good equivalent to Java's Set collection in C#? I know that you can …

c# .net collections set
Read SQL Table into C# DataTable

I've read a lot of posts about inserting a DataTable into a SQL table, but is there an easy way …

c# .net asp.net sql datatable
How to properly make a http web GET request

i am still new on c# and i'm trying to create an application for this page that will tell me …

c# .net httpwebrequest
What is App.config in C#.NET? How to use it?

I have done a project in C#.NET where my database file is an Excel workbook. Since the location of …

c# .net app-config
How to pass parameters to ThreadStart method in Thread?

How to pass parameters to Thread.ThreadStart() method in C#? Suppose I have method called 'download' public void download(string …

c# .net multithreading
How do I group Windows Form radio buttons?

How can I group the radio buttons in Windows Form application (a lot like ASP.NET's radiobuttonlist!)? So I can …

c# .net winforms radio-button
How do I fix the Visual Studio compile error, "mismatch between processor architecture"?

I'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-studio
Launching an application (.EXE) from C#?

How 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