Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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) |