.NET Programming With Me

VB.NET : Count the lines of code in the project.

1. Open the Powershell on your windows.
2. Go to the project directory
3. Execute the following line.

 c:\project\(dir -include *.vb -recurse | select-string .).Count

Here, "c:\project\" is the directory having my vb.net project.




No comments: