Setup a CI pipeline in Azure DevOps (VSTS) with CosmosDB Emulator, ASPNET Core
In my project Toss so far the challenge is more about integration with CosmosDB than complex business logic implementation so my testing strategy is more high level : integration and E2E. There is a challenge with this kind of test when you want to execute them from your CI pipeline as you must setup the whole environment without direct access to the system.
How to change Blazor dll file extension with ASPNET Core
Implementing the observer pattern with Blazor
Moving from unit test to integration/system test
This post is not directly about Blazor but I wanted to blog about this technical change.
Integrating Stripe in a Blazor and ASPNET Core app
Now our app is finished, I need to make money with it. The first thing I thought about was creating sponsored content : you post something and in exchange we display it on top of the results.