Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

I was delivering a PowerShell class, and the question of how to create a remote printer mapping came up. Turns out that enterprise administrators may have the need to help users with their printer connections, setting them up for them. As I started thinking Read More...
The topic came up a while back on one of our aliases – How can I dump out a string? There are a lot of ways do this in the debugger and there are also debugger extensions that will help out with.  What most people in WinDBG do is us the “du” command Read More...
Over my years in PFE and Microsoft as a whole I have worked on some REALLY cool websites and applications that are used around the world and drive a lot of business.  Getting work on these cool projects is one of the main reasons that I love what Read More...
I was working with a customer a while back and they had a situation where they wanted to be able to register a managed callback function with a native API. This is not a big problem and the sample that I extended did this already. The question that arose Read More...
By Linkai Yu When debugging, there are those situations when you don't have access to source code, you might have debugging symbols of a program that neither crashes nor generates an exception but simply displays an error message such as "The program Read More...
This has come up a few times recently so I thought I would highlight a post from Todd Carter about how to get the x86 ASP.NET performance counters when running on an x64 OS: http://blogs.msdn.com/toddca/archive/2007/05/08/logging-32bit-asp-net-performance-counters-on-a-windows-2003-64bit-os.aspx Read More...
The other day the topic came up about best practices with IIS and Hyper-V.  One of our team mates pointed out the following links which are an interesting read: http://www.virtualization.info/2008/05/microsoft-migrates-msdn-and-technet-on.html http://blogs.iis.net/mailant/archive/2008/05/29/technet-msdn-iis7-front-end-servers-running-100-virtualized-using-hyper-v.aspx Read More...
Okay this is a really weird one!  When you install Service Pack 2 on Windows Server 2003 you can no longer connect using MSTSC via Terminal Services (TS)/Remote Desktop(RDP) with a 24-bit color setting.  For the customer I was working with this Read More...
Best Practice Recommendation In your Workflow application (more exactly in the host of your workflow application) never use anonymous delegate like that : AutoResetEvent waitHandle = new AutoResetEvent( false ); . . . workflowRuntime.WorkflowTerminated Read More...
Today I was working on a problem that we thought was network related.  That meant it was time to try out some of those NetMon skills.  NetMon is the Microsoft Network Packet Capture and Analysis tool that is similar to WireShark/ethereal and Read More...
Over the years I have come across the following restrictions in a variety of environments: The machines that we could do dump analysis did not have access to the internet. The dump could not leave those machines. These types of restrictions is a common Read More...
I have worked with several customers that want .NET Framework 2.0 SP2 but do not want to either require their customers to install .NET Framework 3.5 w/ SP1 or do not want to do it themselves. Well due to the way it was packaged up until this point that Read More...
Customers frequently ask questions regarding the recycling options for Application Pools in IIS. Several of those options are self explanatory, whereas others need a bit of analysis. I’m going to focus on the Memory Recycling options, which allow IIS Read More...
Best Practice Recommendation In your WCF service, never let an exception propagate outside the service boundary without managing it. 2 Alternatives then : Either you manage the exception inside the service boundary and never propagate it outside Or you Read More...
I have long thought that one of the coolest features of the Windows OS for developers is the Windows Error Reporting infrastructure (with roots in Dr. Watson).  You can have your application upload dumps to the WinQual portal – http://winqual.microsoft.com Read More...
More Posts Next page »
 
Page view tracker