This project is a simple task management application. For this first assignment, you need to create a .NET C# console app that has the following features:
• Create a new task
• Delete an existing task
• Edit an existing task
• Complete a task
• List all outstanding (not complete) tasks
• List all tasks
The application has to have a Task class with the following public
properties:
• Name
• Description
• Deadline
• IsCompleted
A skeleton of the source code is provided. Please complete the rest of the code.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here