Tag Archives: VisualStudio

Windows 8 Customer Preview / Visual Studio 11 Beta / .NET 4.5 Beta Download Links

The Windows 8 Customer Preview is upon us! Joining the party are the Visual Studio 11 and .NET 4.5 Betas along with the Windows Server 8 Beta. Links: Windows 8 Customer Preview – Main Site Windows 8 Customer Preview – Setup Windows 8 Customer Preview – ISOs Visual Studio 11 Beta – Main Site Visual [...]

4  

Quick and Easy Google (or Bing) Web Search in Visual Studio

Here is a quick and easy way to add a Google (or Bing) Web Search link to the context menu in Visual Studio: – Open the Visual Studio macros IDE by navigating to Tools –> Macros –> Macros IDE (or pressing Alt+F11). - Right click on “MyMacros” and select Add New –> Add New Item. - Select [...]

0  

Automatically Cancelling a Failed Build in Visual Studio

Stumbled across this little tip on how to automatically cancel a build in progress after getting an error. You normally have to wait for visual studio to try to finish building all of the remaining projects before getting a chance to fix an the issue and this can take a few minutes if you have [...]

2  

Official jQuery 1.3.0, 1.3.1 Visual Studio Intellisense Files

It looks like this weekend while I was at the South Florida Code Camp the jQuery team has posted the official jQuery 1.3.1 Visual Studio intellisense file. You can get it from the jQuery downloads page, or more directly from the jQuery Google Code download page. The official 1.3.0 documentation was posted this weekend as [...]

0  

FxCop 1.36 and StyleCop 4.3

While this is not new news, I realized that finding the link to download FxCop 1.36 is still not as straight forward as I’d like it to be (most links are still pointing to the 1.35 on msdn code or the 1.36 Beta 2 release), so I thought I would add the link here so [...]

2