.Net stack
The following is our stack for projects that run on .Net.
-
.Net Core as the base framework and runtime
Excellent project from the big bad wolf, where they are finally doing the open source thing correctly.
-
ServiceStack as the web framework
Great message based web framework with lots of additional tools and focus on performance.
-
xUnit as the test framework
They have got laptop stickers! Nuff said…
-
FakeItEasy for mocking
Provides one of the more sane mock APIs for .NET.