Coding Grounds
Compilation of different programming projects I amuse myself with.
Sunday, 5 April 2020
Deploying an SQL Express database in Azure Devops pipeline with YAML and generating and updating the database with migrate scripts using EF Core Code First tools
›
Here a full example of how I achieved running Integration tests using Sql Express in Azure Devops. I had to use the YAML based pipelines s...
3 comments:
Mocking HttpClient in .Net core 3 with Moq
›
I worked with HttpClient today and needed to write some unit tests. Here is how I did it. First off, we need to define an HttpClientFactor...
Friday, 3 April 2020
User friendly and Flexible numeric textbox for decimal numbers in WPF
›
Adapting WPF to allow a numeric textbox in WPF sounds very trivial, but it is not! A user friendly textbox in WPF couldhave different aspect...
‹
›
Home
View web version