Some tips about working with web projects
First and
foremost, get familiar with the Build>Build Page command, I’ve it
mapped to Ctrl+Shift+G, and building a page is very fast this way, no
more making a single change and waiting ~30 seconds for the whole website to
reload.
Second,
check the .refresh files in the Bin directory. It seems that they are
responsible for a lot of the grief that I went through for the last few days.
The
Third, this
cause Fire Fox to choke: values[i][k]
// -- this is a array of arrays
Forth,
never ever use Find All References on a solution that contains a Web
Project, or any of the refactoring tools. I'm writing this post as the
refactoring is being run, and it takes ~2 minutes each time. Can't wait for
ReSharper to come out.
P.S. I'm
writing this on Outlook 12 beta, and it's looking wonderful!
Comments
Comment preview