Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please suggest me, what are the common practices or methods to estimate effort (man hour) for an ASP.NET application? I am going to develop a mid size web application using Asp. NET. I have found some practices like Function Point etc. etc. but i want to know what are the methods currently used in industry.
Posted

1 solution

What are you trying to estimate here? If it is design, function point is the way to go based upon output of requirement phase. If it is coding and unit testing, I suggest to make a proof of concept based on design. Based on the time required to do so, estimate for the project.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900