Click here to Skip to main content
15,901,666 members
Please Sign up or sign in to vote.
1.33/5 (3 votes)
See more:
Hi,

I would like to develop an application on stress check application. Its an application that would help reduce stress in a work place. Would like to use asp.net c# to develop the supposed project. Don't have an idea so would really appreciate any ideas.

Thanks
Posted
Comments
Sergey Alexandrovich Kryukov 23-Oct-11 21:22pm    
You idea should come first. How do you want to reduce stress? If you don't have such idea, there is nothing to talk about: those how do have it will make such application without your help. So, what is it? What problems do you see?
--SA
Hakeem Giwa 27-Oct-11 15:11pm    
Would like to develop something like the 'STRESS CHECK' app for iPhone .... http://itunes.apple.com/gb/app/stress-check/id330049595?mt=8 ........ Using asp.net either win or web ...

1 solution

Recommended application layers are:
1. ASP .NET - UI layer
2. .NET web service - Service layer
3. C# .NET - Business layer
4. SQL Server - Database layer
 
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