<aside>
Some Advice
- Try first before asking AI models , Solve it on your own, and if needed, ask in the .Net general-chat
- Understand the why, Don’t just solve the problem, know why the solution works
- Practice repeatedly, Solve it yourself again and again until it sticks
- One day, this will be your real job, so focus on deeply understanding what you're learning now
</aside>
1- Task Tracker Project
A Task Tracker project in C# is an application designed to help users create, manage, and track tasks efficiently. It allows users to:
- Add tasks with details like title, description, due date, and priority.
- Update tasks by changing status (e.g., pending, in progress, completed).
- View tasks in different categories such as active, overdue, or completed.
- Delete tasks that are no longer needed.
- Exit the application safely with a confirmation prompt to prevent accidental closures.
Finish the project, then upload your work to GitHub
2- Summary of the week’s content
3- Some Questions
These are very interesting questions filled with valuable information, so go ahead and solve them 🧠
Solutions