An open API service indexing awesome lists of open source software.

https://github.com/hjerpbakk/csharpexamples

A collection of examples and demonstration code using C#.
https://github.com/hjerpbakk/csharpexamples

csharp dotnet dotnet-core

Last synced: about 1 year ago
JSON representation

A collection of examples and demonstration code using C#.

Awesome Lists containing this project

README

          

C# Examples
==============

A collection of examples and demonstration code using C#:
- [The Little Test That Could ... Not](http://www.hjerpbakk.com/blog/2013/9/24/the-little-test-that-could-not.html). Example of a test that will periodically fail as the current day changes. *BadUnitTest* contains the bad and the good version of this test.
- **SimpleContainer** A very simple IoC-container supporting classes with a default contstructor.