Sign In
Ankur
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Arbit
Converters
General-Tech
Archive
Archives
December 2005
(3)
November 2005
(3)
September 2005
(6)
September, 2005
MSDN Blogs
>
Ankur
>
September, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Ankur
More about F1 profiler ( shipped with VS 2005)
Posted
over 7 years ago
by
MSDNArchive
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.
Posted
over 7 years ago
by
MSDNArchive
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
Posted
over 7 years ago
by
MSDNArchive
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?
Posted
over 7 years ago
by
MSDNArchive
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()
Posted
over 7 years ago
by
MSDNArchive
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?
Posted
over 7 years ago
by
MSDNArchive
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)