Top ".net" questions

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

Something better than .NET Reflector?

I used to love .NET Reflector back in the day, but ever since Red Gate Software took over it has …

.net reflector redgate
How do I get an animated gif to work in WPF?

What control type should I use - Image, MediaElement, etc.?

.net wpf animated-gif
How to convert string to integer in C#

How do I convert a string to an integer in C#?

c# .net string int type-conversion
How to use HttpWebRequest (.NET) asynchronously?

How can I use HttpWebRequest (.NET, C#) asynchronously?

c# .net asynchronous httprequest
how to edit .csproj file

When I am compiling my .csproj file using .NET framework 4.0 MSBUILD.EXE file I am getting an error "lable01" not …

c# .net asp.net
Set default format of datetimepicker as dd-MM-yyyy

I have a datetimepicker which on loading of windows form shows me format in 'MM-dd-yyyy', as follows: I would like …

c# .net vb.net winforms datetimepicker
What is the best alternative IDE to Visual Studio

As I've only ever used Visual Studio for .NET development, I would like to expand my horizons and see what …

.net visual-studio ide
How to read an excel file in C# without using Microsoft.Office.Interop.Excel libraries

I have a .Net-Windows application in C#. I need to open an excel and process it. How can I do …

c# .net excel office-interop
Where is HttpContent.ReadAsAsync?

I see in tons of examples on the web using the new HttpClient object (as part of the new Web …

c# .net asp.net-web-api httpcontent
IIS Config Error - This configuration section cannot be used at this path

I am getting the below error when I try to run my website. The website is hosted on Windows 2012 R2. …

asp.net .net web-config iis-8 applicationhost