Databases for Developers 06 February 2024 Administrator RAM is the secret to make databases like Oracle and SQL Server look good. But as a developer you need to know how the database uses the RAM given to it [More]
Docker on Debian on WSL2 13 January 2023 Administrator Developing, Hosting Docker on Linux on WSL2 is an attractive alternative to Docker for Windows Desktop in an enter [More]
Application Insights Trace Sampling 18 February 2022 Administrator Hosting, Observability How does Application Insights do trace sampling. I found out, so you don't have to [More]
Application Insights 01 February 2022 Administrator Observability Trying to add Application Insights to your .Net Framework server application? Well, maybe this post can save you a bit of hair. [More]
MAS - Part 1: Smashing SQL Server's Plan Cache 21 December 2021 Administrator Making Applications Slower, SQL Server In this part we'll explore how SQL Server handles your application's queries and give you a few tips on how to mess things up. [More]
Jetbrains Rider Cache Location 03 December 2021 Administrator Developing Resharper/Rider from Jetbrains are practically indespensible when coding .Net. The tools build an in [More]
Observability - logging 30 November 2021 Administrator Observability Think about what and how you log from your application [More]
Goodbye Azure, Hello DiscountASP.net 25 November 2021 Administrator Hosting After 11 months of Azure, I moved out. Azure is just too expensive for at small hobby website like m [More]
Evict Query Store Plan from Plan Cache 04 November 2021 Administrator SQL Server When you identify a bad query plan in Query store, how do you evict it from plan cache? [More]
XSD.exe and Reuse of Generated Classes 07 March 2021 Administrator What is Xsd.exe?It's a small utility bundled in the .Net SDK. typically somewhere in the NetFX 4.8 T [More]