Regular ExpressionsWebFormsAll TopicsArchitectMVCBeginnerjQueryIntermediateDevVisual StudioJavascript.NETASP.NETC#
Line Counting Trickery within Visual Studio






4.97/5 (15 votes)
This post will cover how to get the number of lines of code within your application in both premium and non-premium versions of Visual Studio through either the integrated Code Metrics tools (Premium-versions only) or by leveraging a crafty Regular Expression and without having to resort to USI.