+ All Categories

Download - Time Traquer

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

Top Related