Link to home
Start Free TrialLog in
Avatar of Mashael albarak
Mashael albarak

asked on

Total line of code in c# web project

Hello,
 I have not worked with Visual Studio before ever , I want to know how do I know the total line of code in a C# web project in VS 2015

Best regard
Avatar of Scott McDaniel (EE MVE )
Scott McDaniel (EE MVE )
Flag of United States of America image

Easiest way is to use the Code Metrics extension, if you're using a paid version of VS. If not, this blog suggests a Find with a regular expression:

https://www.codeproject.com/Articles/625710/Line-Counting-Trickery-within-Visual-Studio
Avatar of Mashael albarak
Mashael albarak

ASKER

I have VS 2015 community , its free not paid release
ASKER CERTIFIED SOLUTION
Avatar of DansDadUK
DansDadUK
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Will it includes also the comments lines ??? Becasue i dont want to include the comments code
>> ... Will it includes also the comments lines ?

I've no idea - but I doubt that comment lines will be included if the value is estimated by examining IL Code.

Try it with a small test solution, and find out (then let the rest of us know the answer!).
Well thats the problem I dont know how to create a new solution file , this is my first time ever Working with visual studio ,, can someone do me a favour and test if the code metric line of code will include the comments line ???
I dont know how to create a new solution file
Use File >> New Project. Add a module with a few comment lines, and a function/sub or two, then see what happens.
As far as I'm aware (I use WPF projects, not Web projects), when you add a new project (via File | New | Project) a new Solution (default name based on the project name) is automatically created.
I' m an oracle database person I dont kknow how to create functions , please help
Can someone just create a small solutiin file in test if the line of code metric will include the comments
Can someone just create a small solutiin file in test if the line of code metric will include the comments
This is the trouble with volunteer communities - YOU don't have the time to do it, but you expect US to stop what we're doing and do your job for you.

At most, it would take 5 minutes to create a new solution file, add a module, add a sub/function, and then run the metrics.
Its not that I dont have the time , its I DONT  KNOW HOW to do it, how to create a function , what to write in the function ??
Visual Studio provides plenty of Help topics, as do other 'programming' web sites.

The best way to learn about something is to do a bit of research, then try something, then a bit more research, ...
Thank you for your help
The MSDN web site includes hundreds of sample projects to help you on your way - see https://code.msdn.microsoft.com/
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Ok thank you very much
No comment has been added to this question in more than 21 days, so it is now classified as abandoned.

I have recommended this question be closed as follows:

Split:
-- DansDadUK (https:#a42083380)
-- DansDadUK (https:#a42083548)


If you feel this question should be closed differently, post an objection and the moderators will review all objections and close it as they feel fit. If no one objects, this question will be closed automatically the way described above.

frankhelk
Experts-Exchange Cleanup Volunteer