H开发者_开发百科ere\'s the part I get: When you shelve in TFS, it makes a server copy of the changes so they are not lost, but does not check them into the source code trunk/branch you are working on.
I have some data stored in a DB that I want to process. DB access is painfully slow, so I decided to load all data in a dictionary before any processing. However, due to the huge size of the data stor
I\'m using Visual Studio 2008 and discovered the shelve/unshelve function for me and became a great fan of it.