Compare two branches in GitHub
January 21, 2021
There is a clean way to compare two branches in GitHub, but the UI does not show this anywhere.
Notes
January 21, 2021
There is a clean way to compare two branches in GitHub, but the UI does not show this anywhere.
December 3, 2020
Tomek Sułkowski has shown us a way to make console.log messages stand out in the browser console.
September 22, 2020
Getting automation test failures this morning. So given some Xpath to find an element, how can I verify that the xpath works on the page. The answer is provided in Yi Zeng’s Blog.
July 31, 2020
Out of the blue I started getting this error when running localhost.
July 8, 2020
There are many examples of how to set up graphql for dotnet connecting to a SQL Server db through Entity Framework, but no where could I find an example using dapper. Also all the examples and tutorials had a simple select from a single table, no mention of how to create joins and complex queries. Also many of the examples did not cover fully how to perform dependency injection of the data acces layer, I will cover that.
May 13, 2020
Somewhere deep in your data access code you have.