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)
November, 2005
MSDN Blogs
>
Ankur
>
November, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Ankur
Thread.Abort() on a thread executing a Finally/Catch or .ctor block.
Posted
over 7 years ago
by
MSDNArchive
4
Comments
Issue: If a thread t is in some catch or finally or cctor block, calling t.Abort() from another thread does not have any effect on the thread. Here is the code to repro this. using System; using System.Threading; namespace ConsoleApplication2 { class...
Ankur
Migration of partial history from VSS to TeamFoundation
Posted
over 7 years ago
by
MSDNArchive
0
Comments
I have an VSS repository i have been using for past 5 years but i do not care for history beyond 2 years. Moving to Teaamfoundation i would like to discard that history. How do i do that? Either you can use archieve feature in VSS to remove that history...
Ankur
Incremantal migration with VSSConverter
Posted
over 7 years ago
by
MSDNArchive
0
Comments
Why incremental migration? Case 1: Migration takes a lot of time so I will migraqte a copy of my VSS repository and continue working on the original. after migration of copy I will migrate the delta between original and copy. Case 2: Migration was...
Page 1 of 1 (3 items)