Program that counts number of lines in your project source codes.
Application can be used to count lines of full project repositories generating an HTML report depicting counting per folder and file type.
Source code at https://github.com/ramonpinho/LineCounter
Free configurable source file line counting tool based on C# and .NET.
Line Counter .NET is an analyzing tool that helps finding out the number of code lines, empty lines, comment lines etc. Of course counting of string and character literals is also supported. As special feature this tool allows users to configure their own “Comment Schemes”. Also note, this code analyzing tool finds and counts source code comments that are surrounded by code.