Skip to main content

Posts

Showing posts from April, 2013

Task Management Software

A Task Management software can have following basic features- To-do list Reminders Notes User can be provided with following options with respect to above features: Priority set for each task of To-do list. Deadlines setup for each task of To-do list. Reminders of due dates of each task. Reminders about birthdays dates and important meetings Taking notes about specific task of To-do list. Maintaining the status of each task of To-do list. In my upcoming posts I will show you how these functionalities can be implemented using C#.NET. For maintaining the database I will use MS SQL Server.