Click here to Skip to main content
15,920,005 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Dear All Experts,

Please how to implementation of project step by step.

thanks in advance u r valuable replay.
Posted

In short:
1) Write your requirements
2) Design your system
3) Implement your system
4) Test your system
5) Wait for bug reports
6) Fix reported bugs
7) Test your system
8) Goto 5)

Now the above is probably not very useful to you. The process you go through, is not something you can type down more detail than the above as it depends on how you/your team like to work, the type of the project and how involved your customer is in the project (assuming there is a customer).
 
Share this answer
 
Comments
uspatel 19-Oct-11 7:30am    
yes,These steps shoul follow.
Below link may help you to understand Software Development Life Cycle.
http://en.wikipedia.org/wiki/Software_development_process

In case, if you are willing to invest more time for this topic then below Series of Articles worth to read.
http://blogs.msdn.com/b/willy-peter_schaub/archive/2009/02/01/sdlc-software-development-lifecycle-what-s-the-point-part-1-of-many.aspx
 
Share this answer
 
As Simon Bang specifies steps,I add some others
Set goal,What you want
Design Database:Create all tables make relation in tables.
Create Stored procedure if you want.
Now Design Pages
Coding for Business logics
Implementation
Testing
Maintinanace
 
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