Do NOT use for questions about .NET Core - use [.net-core] instead.
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-formatI would like to test a string containing a path to a file for existence of that file (something like …
c# .net ioI try upload a file to an FTP-server with C#. The file is uploaded but with zero bytes. private void …
c# .net file-upload ftpwhat is the best way to check if a Data Table has a null value in it ? Most of the …
c# .net validation datatable nullI'm doing a basic thing in C# (MS VS2008) and have a question more about proper design than specific code. …
c# .net ado.netI am getting white page after running my project but its work with .net Client properly Do I need any …
c# .netWhat is the correct way to find the absolute path to the App_Data folder from a Controller in an …
.net asp.net-mvc absolute-pathI 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-servicesI am making a simple program in visual c# 2005 that looks up a stock symbol on Yahoo! Finance, downloads the …
c# .net url-validation