Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.13 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.13 KB

.NET Todo List Exercise

Please create a database and a web-based .NET API for a simple todo list application. This exercise should take approximately 1–2 hours, and is not expected to be perfect. Most importantly, it should demonstrate your skill set, and give us a better idea of how you approach problems and construct solutions.

Feel free to use any resources that you would normally have at your disposal (Google, Stack Overflow, etc.), and do not hesitate to contact us if you have any questions.

Minimum Requirements

There are no specific requirements about how you build the app, model your data, or implement the API. At a minimum, however, your application should fulfill the following:

  • Use C# and .NET
  • Create a database
  • Implement all CRUD actions

Bonus Points

  • Utilize your favorite dependency injection framework
  • Utilize an ORM of your choice
  • Use the repository pattern

Submission Guidelines

Please create a new repository on GitHub and send us a link. Do not fork this repository. Alternatively, you may send us an archive by email.