23 April 2010 0 Comments

TechDays 2010 – SQL Server Engine Internals – Deep Dive Session

Summary: – SQL Server 32 bits vs 64 bits – SQL Server IO considerations – Troubleshooting using Perfmon and Profiler – SSMS Tips – Visualizing Schemas – Performance troubleshooting using MDW Session slides: Session Slides Session labs/demos: Demos (this session will be redelivered trough webcast format)

1 April 2010 0 Comments

Having issues finding matches in Modern Warfare 2?

We’ve heard the feedback that some of you are having a hard time finding games in matchmaking with MW2 since Tuesday’s update.  If those of you with this problem can answer a few questions it’ll help us get to the bottom of things.   Please leave a comment and answer the following questions:   1.

27 March 2010 0 Comments

No assemblies found matching: assemblyname.dll

No Assemblies Found Matching: assemblyname.dll   Have you ever run into an issue where you don’t seem to be able to get rid of that assembly in GAC no matter how many times you try to run GACUTIL or delete it from your Windows Explorer running as administrator?   It probably frustrates the heck out of you and in addition it messes up the working of your application

10 March 2010 0 Comments

Webcast about Deploying Kronos and SQL Server

Here is a webcast , about SQL Server 2008 as your choice for deploying Kronos, and there is talk about some of the technical considerations for deploying Workforce Central using SQL Server 2008. TechNet Webcast: Deploying Kronos Workforce Management Solutions Using SQL Server 2008 (Level 200)

9 March 2010 0 Comments

Saving window size and location in WPF and WinForms

A common user interface tweak is to save the size and location of a window and restore that state when the program starts up again. That way, the users don’t need to re-do their work of resizing and moving the windows to where they want them. However I’ve found that there isn’t really a convenient way to do with in C#.