1. Time Tracker- If you ever want to create a time tracker or utilization tracker (for tracking time spent on each project and resource utilization) with C# and ASP.NET, the good news is that you don't need to start from scratch. You can download/watch demo of Time Tracker Starter Kit from the following link-
http://www.asp.net/downloads/starter-kits/time-tracker
Any issues while installing or customizing the same are often addressed in the following forum link
http://forums.asp.net/1005.aspx
2. Bug Tracker - If you need to log bugs/defects in any project at one central location Bug Tracker is a wonderful project which you can use. It is easily customizeable and its written in C# and ASP.NET. Only con of this project is that the code model used is single page and not code-behind. It can be used for customer support or as a help desk.
http://ifdefined.com/bugtrackernet.html
http://www.asp.net/downloads/starter-kits/time-tracker
Any issues while installing or customizing the same are often addressed in the following forum link
http://forums.asp.net/1005.aspx
2. Bug Tracker - If you need to log bugs/defects in any project at one central location Bug Tracker is a wonderful project which you can use. It is easily customizeable and its written in C# and ASP.NET. Only con of this project is that the code model used is single page and not code-behind. It can be used for customer support or as a help desk.
http://ifdefined.com/bugtrackernet.html
Comments
Post a Comment