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#.
- Host: GitHub
- URL: https://github.com/hjerpbakk/csharpexamples
- Owner: hjerpbakk
- License: apache-2.0
- Created: 2013-09-16T20:58:42.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-06-05T14:43:48.000Z (about 12 years ago)
- Last Synced: 2025-03-28T07:01:31.296Z (over 1 year ago)
- Topics: csharp, dotnet, dotnet-core
- Language: C#
- Homepage: https://hjerpbakk.com
- Size: 198 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.