Explore >> Select a destination


You are here

lukecsmith.co.uk
| | conductofcode.io
22.7 parsecs away

Travel
| | Testing with Local Functions in .NET / C# with your favorite Unit Testing Framework
| | benoitpasquier.com
11.7 parsecs away

Travel
| | To be sure new code won't break old one already implemented, it's best practice to write unit tests. When it comes to app architectures, it can be a challenge to write those tests. Following an MVVM pattern, how to unit test a view and its viewModel? That's what I would like to cover here using dependency injection.
| | kylenazario.com
20.4 parsecs away

Travel
| | How to instantiate dependencies in a way that makes testing easy.
| | thatonegamedev.com
118.2 parsecs away

Travel
| Intrinsics are like a recipe for the most optimized code that you can write to achieve certain behavior.