Is there any tool out there for seeing a list of all the loaded plugins and how much time they took to load? Looking to analyze plugins effect on...
  • May 23, 2022
  • 0 Comments
I’ve Googled and poked around the Go website, but I can’t find an explanation for Go’s extraordinary build times. Are they products of the language features (or lack thereof),...
  • May 23, 2022
  • 0 Comments
Earlier I asked a question about why I see so many examples use the varkeyword and got the answer that while it is only necessary for anonymous types, that...
  • May 23, 2022
  • 0 Comments
In the past, I used Microsoft Web Application Stress Tool and Pylot to stress test web applications. I’d written a simple home page, login script, and site walkthrough (in...
  • May 23, 2022
  • 0 Comments
Is there any difference (performance, best-practice, etc…) between putting a condition in the JOIN clause vs. the WHERE clause? For example… -- Condition in JOIN SELECT * FROM dbo.Customers...
  • May 22, 2022
  • 0 Comments