James Wiseman
My Programming Notebook and Other Things
  • Home
  • About
Home » Tag Archive: Performance

Tag Archives: Performance

Performance realted posts

Notes on C# Performance Counters

Posted on 17/05/2013 by jameswiseman · Leave a comment

What’s Going On Here? I’m currently reading up on Performance Counters in .NET, and have been taking notes on the topic, so I can refer back later. These are a series of links and facts that I found helped me understand the topic. Most of the information was available on … Continue reading →

Fast Row Counting in SQL Server

Posted on 04/05/2010 by jameswiseman · Leave a comment

I love it when I discover something like this… I’m querying a table in SQL Server that has over 200 million rows. I’m just wanting the row count. So, naturally, I tried the following: select count(*) from TABLE_NAME The query took one minute when it was run initially. And select … Continue reading →

Post navigation

← Older posts
Categories
Tags
.NET attributes Blogging C# casting Command Line Edu-Immutability EduAttrDiscover EduCastVariance google HTML IIS immutability inheritance JavaScript JavaScript-functions jQuery jQuery Coding Standards jslint jslint-messages late-binding LINQ Non-Programming OO Oracle Performance Programming reflection Scam selectmany Site-Stats Spam SQL Server Standards and Best Practice Technical Writing Text Message Spam Text messaging This Site variance visual studio visual studio 2010 Web Hosting Windows windows-support-telephone-scam xml
Archives
  • August 2017 (1)
  • December 2015 (3)
  • November 2015 (5)
  • October 2015 (6)
  • September 2015 (3)
  • July 2014 (1)
  • March 2014 (4)
  • October 2013 (5)
  • September 2013 (3)
  • August 2013 (2)
  • May 2013 (3)
  • April 2013 (3)
  • March 2013 (8)
  • October 2012 (6)
  • August 2012 (1)
  • July 2012 (5)
  • April 2012 (1)
  • February 2012 (3)
  • December 2011 (2)
  • November 2011 (4)
  • August 2011 (3)
  • July 2011 (3)
  • June 2011 (5)
  • May 2011 (3)
  • April 2011 (15)
  • March 2011 (11)
  • February 2011 (14)
  • January 2011 (21)
  • November 2010 (4)
  • October 2010 (4)
  • September 2010 (13)
  • August 2010 (15)
  • July 2010 (13)
  • June 2010 (8)
  • May 2010 (20)
  • April 2010 (21)
About
  • About Me
  • CV/Résumé @ Stackoverflow Careers
  • Follow Me On Twitter
Article Series
  • Edu-Immutability – Immutability in C#
  • EduCastVariance – Casting and Variance in C#
Key Articles
  • An Obsession With Being DRY?
  • Heroes of Computing
  • Morrison’s Supermarket – A Case Study In Usability
  • Telephony Leads and Debt Management Companies – How It Works
  • The Hidden Costs of Slow Computers
My Other Sites
  • JamesWiseman.com Pictures and Photos
Presentations
  • JavaScript Linting and Hinting
Projects
  • JS Google Compile (GitHub)
  • JS Google Compile (Visual Studio Gallery)
  • SerializeEncrypt (GitHub)
  • SerializeEncrypt (NuGet)
Meta
  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

Powered by WordPress · Theme by Satrya

© Copyright 2019 James Wiseman