Welcome to MSDN Blogs Sign in | Join | Help

September 2005 - Posts

More about F1 profiler ( shipped with VS 2005)

Angry Richard's blog talks about some cool features of new F1 profiles. VSInstr has an option called include and exclude. This allows you to instrument only certain functions inside your app. It accepts wildcards so you can do things like instrument only
Posted by ankur | 0 Comments

Profiling: Sampling doesn't report my functions wait time.

Working on performance of VSSConverter. I am using the new F1 profiler being shipped with VS 2005. I have a simple code sample like this: using System; using System.Collections.Generic; using System.Text; using System.Threading; namespace perf_test {
Posted by ankur | 0 Comments
Filed under:

Settings File for VSSConverter

There is some problem with VSSConverter documentation at http://msdn2.microsoft.com/en-us/library/ms181247 . It has some bogus <i> </i> inserted in all XML snippets. For details on how to migrate see Akash's blog . If you are just stuck on
Posted by ankur | 4 Comments
Filed under:

How to stop threads on threadpool when my windows service is being stopped?

I came accross a mail thread which deals with the problem i was facing some time back. Sharing it to you all. Problem: I have written a windows service in .Net that uses the ThreadPool.QueueUserWorkItem() call to do some processing. Each work item to
Posted by ankur | 1 Comments
Filed under:

Path.GetTempFileName()

In C# the class Path gives an easy way to get a temporary file for your application but you have to be careful using this API. This API create zero-byte temporary files in Windows temporary folder and when there are 65536 files it gives an IOException
Posted by ankur | 2 Comments
Filed under:

How does VSS Converter works?

VSS provides IVSS automation interface to program. This interface is used to retrieve the information from VSS repository. Converter reads the history from VSS repository and adds into an intermediate database (SQL). This history is processed to take
Posted by ankur | 1 Comments
Filed under:
 
Page view tracker