Coding Grounds
Compilation of different programming projects I amuse myself with.
Tuesday, 7 April 2020
Writing to Event Log in .Net Core (Tested with .Net Core 3.1)
›
Writing to the Event Log in .Net Core requires first a Nuget package installation Install-Package Microsoft.Extensions.Logging.EventLog -V...
2 comments:
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...
‹
›
Home
View web version