10 February 2011 0 Comments

Temporary Post Used For Theme Detection (99f7772e-2753-42ae-a61e-f22d30423dc2 – 3bfe001a-32de-4114-a6b4-4005b770f6d7)

This is a temporary post that was not deleted. Please delete this manually

8 February 2011 0 Comments

Temporary Post Used For Theme Detection (ae8d20ac-ea3a-42e1-8180-2caffa340304 – 3bfe001a-32de-4114-a6b4-4005b770f6d7)

This is a temporary post that was not deleted. Please delete this manually.

10 January 2011 0 Comments

Temporary Post Used For Theme Detection (a358471c-cd9f-463f-8cb8-6581613c9a33 – 3bfe001a-32de-4114-a6b4-4005b770f6d7)

This is a temporary post that was not deleted. Please delete this manually. (37a139d7-9a76-4420-a689-02c8d430e0aa – 3bfe001a-32de-4114-a6b4-4005b770f6d7)

15 November 2010 1 Comment

Temporary Post Used For Theme Detection (d5b21913-171f-4285-b74c-e81910abf1cd – 3bfe001a-32de-4114-a6b4-4005b770f6d7)

This is a temporary post that was not deleted. Please delete this manually. (38dc0a80-c5dc-473a-a85b-2af27a5f8576 – 3bfe001a-32de-4114-a6b4-4005b770f6d7)

9 June 2010 0 Comments

Blog Post: Temporary Post Used For Theme Detection (12ab4a4d-78a2-4642-8359-d3a12c3edc5e – 3bfe001a-32de-4114-a6b4-4005b770f6d7)

This is a temporary post that was not deleted. Please delete this manually. (ad460b87-fd6f-4309-ac69-2cec6b803963 – 3bfe001a-32de-4114-a6b4-4005b770f6d7)

10 August 2009 0 Comments

Feynman speaks from beyond the grave: Messenger Series

Wow!  No, no, WOW!  The Messenger Series from Cornell brings Feynman back from the dead.  Here is Dr. Feynman lecturing on the nature of physical law. Microsoft has put together a respectful and interesting series of lectures by Richard Feynman called Project Tuva, apparently Dr

13 July 2009 0 Comments

SoCalDevGal does the social

What’s going on with my Windows 7 blog series, you might be wondering?  Well, I am still working on it, in fact I’ve broadened the scope of my studies to include ALL AREAS of Windows 7 development (in preparation for my upcoming trip and talks in South Africa).  I do plan to publish quite a few more posts in the series over the next couple of weeks. Lest you think I am all work and no play, I’ll have to admit that I’ve been combining work and socializing too.  Below is a sampling of recent good times… Geek BBQ in Venice Swanky party in Hollywood Beach party with the Laguna Girls (I took the picture, so I am not in this one!) Birthday celebration with the cool girls Hanging with the hipsters downtown LA Oh and there’s more to come – this week I’ve got four more tech social events to go to.  Life is good

1 June 2009 0 Comments

Office 2010 and how it can help you build powerful solutions…

There will be more details over the coming months on what’s coming in Office 2010, and the power it brings to developers. I’m particularly excited to start talking about the ways in which you can combine the power of the rich clients with server side technologies to build solutions that no longer just target a specific individual using a specific application, but instead expand out to the workgroup, and all the content they are leveraging to accomplish their goals.

1 June 2009 0 Comments

How to Verify the Validity of IIS Certificates on Remote Servers Using ABO

Nawal Kishore Gupta here. I am a developer on the Information Security Tools team focused on building host security assessment tools.

29 May 2009 0 Comments

How to be in sync with Lookup when it changes

One of the biggest puzles of inconsistency is keeping a page that using Lookup column uptodate to all the changes that happened to underlying list. Image you have a web page in a Documents library.

29 May 2009 0 Comments

New White Paper and Compression impact on Memory

Sanjay Mishra just published the following White Paper, ” Data Compression: Strategy, Capacity Planning and Best Practices “, highly recommended and much anticipated. On this same topic, I received a question from a colleague the other day, asking what the impact of data compression on memory was.  The assumptions I had were as follows: Page or Row compression allows for more data to fit in memory (compressed page on disk matches compressed page in the buffer cache) When the data is read from memory for use in a query – it is uncompressed during that time A little unsure of the specifics, I still wanted confirmation on these assumptions, so thank you to Sunil Agarwal for confirming that this was correct.  Compressed data does reside in the buffer pool in a compressed form (which you can test in a before/after data compression using sys.dm_os_buffer_descriptors), but when compressed data is referenced, it is uncompressed as needed.  Sanjay’s paper also discusses this topic in more detail in the “Application Workload” section.

29 May 2009 0 Comments

How It Works: SQL Server Timings and Timer Output (GetTickCount, timeGetTime, QueryPerformanceCounter, RDTSC, …)

A series of questions related to start time, duration, end time, T-SQL waitfor delay command and others crossed my path again this week.     As I was trying to explain it to a fellow engineer and I realized it has become a bit complicated.