Tools Articles

Use Code Smith to Speed Up Your Projects

SUMMARY: Many time while programming you will be coming across codes which you are doing again and again only with little changes. Example writing database codes, let get properties of business classes, making gui etc.How many times have you coded add,update,delete for customer master, supplier master, accounts master, journal master etc.In my experience these master [...]

Read more

Compiler tools in C#

This document presents compiler writing toolsin the tradition of lex and yacc, but using C# as an implementationlanguage. The tools are written using object-oriented techniques thatare natural to C# and are provided in source form to assist anunderstanding of the standard algorithms used. Full user documentation and a number ofexamples are provided, making this document [...]

Read more