Here is an open source solution for C# PDF export that i want to share. http://sourceforge.net/projects/itextsharp/ Happy coding…
Zipping your files
There is an open source project to use with your projects. It’s easy to use. dotnetzip.codeplex.com Let’s zip a folder 🙂 Happy coding…
A Big step to self documented code
You can always write comment to your codes. But comment itself can be outdated and misleads a developer. So writing self-documented codes must our first aim to make our code more maintainable. In my opinion a big step to achieve self-documented code begins writing if clauses. If a developer understands if clause, he/she understand purpose […]