/CoyoteWorkshop

This repository contains exercises for a workshop designed to teach Coyote

Primary LanguageC#

This repository contains exercises for a workshop designed to teach the Coyote framework. It consists of two exercises which build upon each other.

Each exercise contains a battery of Coyote tests, along with mocks for a database and cloud storage service and the workshop attendees are tasked to implement the methods of two controllers using the mocks such that there code passes the Coyote tests.

Prerequisites

Task asynchronous programming model (TAP) in C#
Coyote
Coyote install guide