Tips for programmers

I have started this article for some tips for programmer .

Note: This article is anyone who is using any programming language

#Tip-1

If you are a programmer then many times you will face majour problems and bugs in your applications like access is denied , the file is being used, you dont have permissions to do this task,abc.dll is required to work your program and things related to security which block your program.

In these cases dont give up go through your code once again see what is wrong in your program . what your application is doing . If it is doing some tasks which require permission you need to find out how to run your program with permissions.

If you are not able to find the solution see what your problem is and what you want to achieve and then post in your problem at msdn forums or some other programming forums site. Then see what experts have to say on your application.