/Samples

Two JavaScript classes for creating an iterator that yields the UI thread via setImmediate.

Primary LanguageC#

Samples contents

  • AsyncIterator: JavaScript classes for creating an iterator that yields the UI thread via setImmediate. The iterators essentially implement a yielding for loop with callback for doing work, aggregating results, and completion.

  • Basic Unit Test CS: a single, simple unit test example for a Microsoft Virtual Academy course; uses NUnit for the framework.

  • Unit Test App Xamarin: a fuller unit testing example using NUnit.