- Unload unnecessary projects.
- Delete .suo and user files to get them recreated.
- Turn off:
- Assigned ctrlshift-q to ReSharper_ToggleSuspended - Temporarily disable resharper - makes debugging much faster
What not
Odds and ends from my life, mostly programming
Thursday, July 07, 2011
Speed up debugging in Visual Studio
Wow I realized why i was grumpy. Single stepping through my code was taking up to 5 seconds per step. I think I forgot what I was doing after stepping through 10 lines. Obviously not effective so I devoted some time to figure this out. Stripped Visual Studio down to bare bones and then figured out the biggest culprits:
Comet for web
With the move of our application to the web - we have to achieve the same level of interactivity that people expected from a desktop app in the new web app. To achieve this - there are some very clever things you can do in order to do this. We are experimenting with comet technology - a long poll from the browser that is light weight enough and if designed properly in the server doesn't use a lot of server resources. This long poll allows us to push stuff from the server to the client very effectively. Pretty neat and also interesting to see the creativity that people have in making things work the way they were never intended.
Sunday, January 21, 2007
Thursday, September 07, 2006
Uber
Uber cool.
http://www.codeproject.com/cs/library/AsteriskIAXClientWrapper.asp
Asterisk is taking the world by storm.
Sunday, August 06, 2006
fun
Wouldn’t take it too seriously though J neat if you have a picture handy.
http://www.dcs.st-and.ac.uk/~morph/Transformer/
Tuesday, July 18, 2006
Wednesday, July 12, 2006
vmware server released - free!
http://www.vmware.com/products/server/
The only way to run your servers and even your own personal Windows.
Tuesday, July 11, 2006
Java .net interop
Now this is interesting – very useful if you need to bridge the two environments.
http://www.codeproject.com/dotnet/JavaDOTNETIntegrate.asp
Subscribe to:
Posts (Atom)