Posts

Showing posts from February, 2011

Car Dent or Scratch Removers

http://shopping.rediff.com/product/Magic-Scratch-Remover-Car-Scratch-Healer-Pen/10482865 http://shopping.rediff.com/product/car-scratch-remover-pen-+-pops-a-dent/10512173

Buiginner's Guide to Windows Communication Foundation

http://msdn.microsoft.com/en-us/netframework/dd939784 Regards, Sam

Windows Communication Foundation (WCF) Screencasts

Below is the link to WCF Screencasts from Microsoft. http://msdn.microsoft.com/en-us/netframework/dd728059 This screencasts are about 5 minutes long. but are very good to get you up and running with WCF. Regards, Samridhi Shukla

Visual Studio debuggin perfromance Improvement.

Solution Improving Visual studio debugging performance. 1. Disable Intellitrace completely 2. Tools -> Options -> IntelliTrace -> [ ] Enable IntelliTrace 3. Delete all the Visual studio breakpoints a. You may need to delete all your breakpoints---note that you need to click the "delete all breakpoints" button (or use Ctrl-Shft-F9), NOT just delete them one by one. If Visual Studio has mangled your solution settings the latter will not work. You may need to add a breakpoint first, in order for this to work (clever, eh?) i. If worst comes to worst, you may need to delete your .suo file and let Visual Studio start a new one from scratch. Note that you will lose your personal solution configuration settings, however (only for this solution, not any others). However, you may want to move/rename the file temporarily until you determine whether or not this is the problem; that way, you can always move it back. I have seen some online resources recommend del