+ All Categories
Home > Technology > Time Traquer

Time Traquer

Date post: 10-May-2015
Category:
Upload: takayuki-hoffman
View: 904 times
Download: 4 times
Share this document with a friend
Description:
Powerpoint presentation for my semester project TimeTraquer. Free easy to use time tracking applicaiton. http://timetraquer.apphb.com/
Popular Tags:

of 27

Click here to load reader

Transcript
  • 1.Time tracking application
    Takayuki Hoffman
    TimeTraquer

2. What is TimeTraquer?
Easy to use time tracking application
Fully dynamic and cross browser compatible
Allow you to manage multiple projects, and it keeps track of the total amount of time you spend on each project.
Keep track of multiple tasks and create new tasks as your project grows.
3. Technologies Used

  • ASP.NET MVC 3.0 (C#)

4. Entity Framework Code First 4.1 (O/RM) 5. REST (JSON)SQL Server (Database)

  • SQLite (Flatfile Database)

6. LINQ(Database access)HTML 5 (Presentation)
CSS (Presentation)

  • Javascript (Presentation)

7. Jquery (Presentation) 8. IIS (Middleware) 9. Git (Version Control)Visual Studio 2010 (IDE)
10. Design Methodologies
Object Oriented Programming

  • D.R.Y. principles (Dont repeat yourself)

11. S.O.C. (Separation of concerns) 12. M.V.C. (Model View Controller) 13. Repository Pattern (Database Access) 14. Refactoring (Till you drop)Self Documenting Code

  • Agile Development

Recommended