Slow in the Application, Fast in SSMS? - Understanding Performance Mysteries ... NumPy: How to Get Indices Where Value is True ... PlantUML ... DotNext ... Azure Functions warmup trigger ... Await anything ... Cancellation in Managed Threads ... OData search.in function in Azure Cognitive Search ... T-levels Parents’ Guide ... AsciiDoc
Tag: .NET
Articles I recently found useful or interesting #0003
HttpRequest.Item[String] Property ... How to enable azure function https easily when do local test ...Warn on malformed local.settings.json ... Agile Q&A: What is a Self-Organizing, Cross-Functional Team? ... How to cook wholegrain basmati rice ... Google Chrome redirecting localhost to https ...Gracefully stopping in Powershell ... How to create a dependency - Azure DevOps ... git-bisect ... Markdown Editor (64-bit) ... Cannot overwrite Published Artifact from azure devops yaml pipline ... Troubleshoot query performance difference between database application and SSMS
Articles I recently found useful or interesting #0001
Azure Key Vault keys, secrets and certificates overview ... Should you use multiple h1 heading elements on your page in 2022? ... How to Use Azure Pipeline Templates ... Tutorial: Use dynamic configuration in an ASP.NET Core app ... Tutorial: Use feature flags in an ASP.NET Core app ... GIMP - Straight Line Tuturial
Stopwatch ticks are different from DateTime.Ticks
In C#/.NET the System.Diagnostic.Stopwatch class can be used for more precise timing than when using System.DateTime. Until recently, despite many years of using .NET, I hadn't used Stopwatch; DateTime was precise enough for timing web applications or timing over thousands of iterations. I didn't actually need to use it now, but I decided to give … Continue reading Stopwatch ticks are different from DateTime.Ticks

