September, 2005

Posts
  • Ankur

    More about F1 profiler ( shipped with VS 2005)

    • 0 Comments
    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...
  • Ankur

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

    • 0 Comments
    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 {...
  • Ankur

    Settings File for VSSConverter

    • 4 Comments
    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...
  • Ankur

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

    • 1 Comments
    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...
  • Ankur

    Path.GetTempFileName()

    • 2 Comments
    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...
  • Ankur

    How does VSS Converter works?

    • 1 Comments
    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...
Page 1 of 1 (6 items)