The CodeLib Program


Reusability of code is one of the common practice in a programmer's daily life. Every day you write different kinds of code. There are occasions when you need to implement same functionality in multiple applications. Instead of rewriting the code, you just copy and paste code form an older application. Doing so, it may be possible that finding a code snippet may take longer than writing the code again. For example, open a text file using OpenFileDialog. 

The CodeLib program helps you in managing your code. You can use this program to store your code snippet in various categories such as ADO.NET, GDI+ and so on. Whenever you need some code snippet, you can easily find it in the program.


Similar Articles