I have been having some performance problems with Visual Studio 2008 web applications. I see a delay when working on aspx pages. Just typing, adding controls, or switching between Design to Code view (or even Split) would spike the cpu a little and freeze...
We have been adopting Linq slowly but surely and have run into some issues we never had to deal with in the past. Currently I use DataSets in VS2005 for everything. These are nice since they return DataTables easily and allow updates / inserts / etc without...