Month: September 2019
-
View Raw SQL in EF Core – Simple Option
Hi everyone, I’ve been looking for a simple way of viewing the raw output of sql in my local environment without having to make code changes and came across the following config setup: { “Logging”: { “LogLevel”: { “Default”: “Debug”, “System”: “Information”, “Microsoft”: “Information” } } This will show the sql statements in your output…
-
React-FontAwesome – Overlay an icon with a number
Hi everyone, A quick post on how to overlay a number counter on a comment icon with react-fontawesome: This will show up as the following: