Skip to content

boolean-uk/csharp-workshop-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csharp-workshop-challenge

Todo List

  • Create a Item in the list
  • View the list of all the Todo`s
  • Remove single Item from Todo list
  • Mark as completed or not.

Extra approach

  • Create a class to that defines a single Todo Item
  • Ensure a Unique Identifier is added to the class (ID, GUID etc)

Steps To Solve Exercise

  1. Create Todo Class
  2. Create Service Class
  3. Use Dependency Injection and In-memory Setup as per prevouis WorkShop
  4. Get a single Todo Item using Id or Guid (User preference) GetSingleTodo
  5. Get List of all Todo Items (GetAllTodos)
  6. Create a Todo Item using a post request (PostTodo)

Console App is prefer. Can create a console menu item to interact with the service.

Web API Project type. Can create a web base API to interact with the service.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages