Top ".net" questions

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

How to convert date format to DD-MM-YYYY in C#

How to convert date format to DD-MM-YYYY in C#? I am only looking for DD-MM-YYYY format not anything else.

c# .net datetime-format
How to find out if a file exists in C# / .NET?

I would like to test a string containing a path to a file for existence of that file (something like …

c# .net io
Upload file to FTP using C#

I try upload a file to an FTP-server with C#. The file is uploaded but with zero bytes. private void …

c# .net file-upload ftp
Best way to check if a Data Table has a null value in it

what is the best way to check if a Data Table has a null value in it ? Most of the …

c# .net validation datatable null
Populate data table from data reader

I'm doing a basic thing in C# (MS VS2008) and have a question more about proper design than specific code. …

c# .net ado.net
I am getting Failed to load resource: net::ERR_BLOCKED_BY_CLIENT with Google chrome

I am getting white page after running my project but its work with .net Client properly Do I need any …

c# .net
ASP.NET MVC - Find Absolute Path to the App_Data folder from Controller

What is the correct way to find the absolute path to the App_Data folder from a Controller in an …

.net asp.net-mvc absolute-path
Could not load file or assembly 'Microsoft.ReportViewer.Common, Version=11.0.0.0

I recently upgraded my n-tier solution from .NET 3.5 vs 2008 to 4.5 visual studio 2012. Every thing went fine apart from crystal reports …

c# asp.net .net visual-studio-2012 reporting-services
C# How can I check if a URL exists/is valid?

I am making a simple program in visual c# 2005 that looks up a stock symbol on Yahoo! Finance, downloads the …

c# .net url-validation
Automatic vertical scroll bar in WPF TextBlock?

I have a TextBlock in WPF. I write many lines to it, far exceeding its vertical height. I expected a …

c# .net wpf scrollbar textblock