Top Solutions

C# isnull or empty

If you want to check the property value or string which is Null or not using the following code in c# .Net.

Override method in c#

In this article, I will show you how to override ToString() method in c# .net with example. You can overwrite a method of any class using a keyword “override”.

Ftp error 530 User cannot Log in

I want to download files from an FTP server using asp.net c#. When I tried to connect FTP server I got the following error FTP error: 530 User cannot Log in.