Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hlaueriksson/conductofcode
Code examples for the blog
https://github.com/hlaueriksson/conductofcode
blog code sample
Last synced: 3 months ago
JSON representation
Code examples for the blog
- Host: GitHub
- URL: https://github.com/hlaueriksson/conductofcode
- Owner: hlaueriksson
- Created: 2016-04-30T18:56:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T20:17:29.000Z (11 months ago)
- Last Synced: 2024-02-24T21:31:05.891Z (11 months ago)
- Topics: blog, code, sample
- Language: C#
- Homepage: https://conductofcode.io
- Size: 203 KB
- Stars: 16
- Watchers: 3
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conduct of Code
Example code for the blog:
-
| Blog post | Sample code |
| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------ |
| [Behavior-driven development with NUnit](https://conductofcode.io/post/behavior-driven-development-with-nunit/) | [NUnit/ConductOfCode](/NUnit/ConductOfCode) |
| [Automocked base class for NUnit tests](https://conductofcode.io/post/automocked-base-class-for-nunit-tests/) | [NUnit/ConductOfCode](/NUnit/ConductOfCode) |
| [BDD frameworks for .NET / C#](https://conductofcode.io/post/bdd-frameworks-for-dotnet-csharp/) | [BDD/ConductOfCode](/BDD/ConductOfCode) |
| [Entities and Value Objects in C# for DDD](https://conductofcode.io/post/entities-and-value-objects-in-csharp-for-ddd/) | [DDD/ConductOfCode](/DDD/ConductOfCode) |
| [Reuse SpecFlow features to test both via API and browser](https://conductofcode.io/post/reuse-specflow-features-to-test-both-via-api-and-browser/) | [SpecFlow](/SpecFlow) |
| [Automocking and the Dependency Inversion Principle](https://conductofcode.io/post/automocking-and-the-dependency-inversion-principle/) | [Xunit/ConductOfCode](/Xunit/ConductOfCode) |
| [Secure and explore ASP.NET Core Web APIs](https://conductofcode.io/post/secure-and-explore-aspnet-core-web-apis/) | [JWT](/JWT) |
| [Easy Approach to Requirements Syntax and the segue to Behavior Driven Development](https://conductofcode.io/post/easy-approach-to-requirements-syntax-and-the-segue-to-behavior-driven-development/) | [EARS/ConductOfCode](/EARS/ConductOfCode) |
| [Introducing LoFuUnit](https://conductofcode.io/post/introducing-lofuunit/) | [LoFuUnit/ConductOfCode](/LoFuUnit/ConductOfCode) |
| [Retry flaky tests with dotnet test and PowerShell](https://conductofcode.io/post/retry-flaky-tests-with-dotnet-test-and-powershell/) | [TestRerun](/TestRerun) |
| [Creating custom PowerToys Run plugins](https://conductofcode.io/post/creating-custom-powertoys-run-plugins/) | [PowerToysRun](/PowerToysRun) |