Hi ,
I wanted to know how to write a c# code that reads from a file and counts the number of lines . This count should exclude the comments present
eg :
//this is test
using System;
should not count "//this is test" at all .
Please can someone help me on this one
Thanks
shuchi