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...

1 answer below »

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.

Nullable reference types are not allowed (no C# 8).

Answered 1 days AfterJan 24, 2022

Answer To: This project is a simple task management application. For this first assignment, you need to create...

Bikram answered on Jan 25 2022
135 Votes
Main Menu
1. Menu 1 Add task

2. Menu 6 All items
3. Menu 4 Complete Item
4. Menu 6 All items

5. Menu 5 outstanding items.
6. Menu 2 delete item
7. Menu 6 All items
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here