Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
MSDN Blogs
>
Premier Field Engineering Developer Blog
>
All Tags
>
mspfe
PFE on Facebook
Browse PFE on Facebook
MSPFE on TechNet
RSS
http://blogs.technet.com/b/mspfe/
MSPFE on MSDN
RSS
http://blogs.msdn.com/b/mspfe/
Menu
Atom
Translate this page
Powered by
Microsoft® Translator
Tags
4.5
Analysis Services
debugging
SharePoint Governance
SOS
T-SQL Anti-patterns
WinDbg
Archives
Archives
May 2013
(2)
April 2013
(1)
March 2013
(3)
January 2013
(3)
December 2012
(2)
November 2012
(4)
October 2012
(5)
September 2012
(5)
August 2012
(1)
July 2012
(2)
June 2012
(3)
May 2012
(2)
March 2012
(1)
December 2008
(1)
More
▼
Less
▲
Tagged Content List
Blog Post:
More Efficiently Debug the Managed Heap Using SOS 4.5
kurakuraninja
More often than not, when we investigate the managed heap using SOS we use the all powerful !DumpHeap command. It's an incredibly useful command to get in depth detail on what currently resides on the heap. Let's look at an example of the abbreviated output from !DumpHeap -stat: MT Count TotalSize...
on
13 Mar 2013
Blog Post:
SharePoint Governance plans and why are they important?
webtamer
Before we dive into answering this question, we have to acknowledge that technology is meant to empower our workforce to achieve more with ease! It shouldn't be a daily struggle because of underpowered resources. That said, I am sure by now you have had some exposure to SharePoint Governance Planning...
on
21 Jul 2012
Blog Post:
Visual Studio 2012 and Parallel Watch Window
Mario Hewardt
Traditionally, debuggers have been very per thread centric. For example, a debugger most typically will assign a thread to be the current thread and any thread related debug operations you perform will be done on the selected thread. In order to work with a different thread, you need to first switch...
on
11 Jun 2012
Blog Post:
Visual Studio 2012 and WinDbg Integration
Mario Hewardt
Microsoft has always provided two primary debugging experience: Visual Studio and Debugging Tools for Windows (a.k.a WinDbg). Each debugger provided a very different debugging experience (both from a capabilities point of view as well as usability). WinDbg was most commonly used when you had the need...
on
5 Jun 2012
Blog Post:
The Non Blocking Monitor Wait
Mario Hewardt
One of key things we are taught about lock constructs in general is that a thread will wait indefinitely on a lock to become available before being allowed to continue. Is that always true? Not quite. Let’s take a look at a simple piece of code: private void webBrowser1_Navigating(object sender...
on
31 May 2012
Blog Post:
Implementing MDX Drillthrough in SSRS
Arvind Shyamsundar
Let’s say for some reason your users want to implement MDX DRILLTHROUGH statement (equivalent to the cube action provided by most OLAP browsers) in SSRS. Here’s a step-by-step way to implement this. For the purposes of this walkthrough, we are using the ...read more
on
19 Mar 2012
Blog Post:
T-SQL Anti-pattern of the day: 'all-in-one' queries
Arvind Shyamsundar
Scenario A common requirement for enquiry queries on an OLTP database is to have search criteria which are very specific ('get me details for for OrderID = NNNN') and also the occasional reports which ask for all the orders ('get me all the orders ...read more
on
19 Dec 2008
Page 1 of 1 (7 items)