.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

Spell checker update 2.2: full support for VS 2008 SP1, simpler setup and a few bug fixes

This version is obsolete. Please refer to Visual Studio Gallery http://visualstudiogallery.msdn.microsoft.com/en-us/2f3d691d-8838-4d84-ad64-44a02db37e30 for the most up-to-date information and download. For VS 2010 version look here: http://visualstudiogallery.msdn.microsoft.com/en-us/0db4814c-255e-4cc6-a2c2-a428de7f8949Download: ...

Where to get the Localized Languages of Silverlight 2 Tools

I am proud to announce we have released Silverlight 2 Tools localized in 8 languages! Please follow the links below to get the language of your choice. Download page details: Chinese (CHS)Bits: http://download.microsoft.com/download/2/1/8/218414F1-33DA-45B6-9007-18A1566D0D41/Silverlight_Tools.exe Download page details:  Chinese...

Web Platform Installer

Yesterday Microsoft released Web Platform Installer (WPI) Release Candidate to the web at http://www.microsoft.com/web/channel/products/WebPlatformInstaller.aspx.  Betas have been available for a while, but the release version contains several new features.  This is a one-stop-shopping installer for free Microsoft web development ...

Workaround for a slow closing of Web projects

A few users reported that with Web projects located on a remote machine closing project or solution may hang Visual Studio and Visual Web Developer Express for several minutes. We fould that the issue may be caused by VS logging component that collects information on product usage. This is an opt-in feature activated in Help | ...

So, what’s new in the CLR 4.0 GC?

PDC 2008 happened not long ago so I get to write another “what’s new in GC” blog entry. For quite a while now I’ve been working on a new concurrent GC that replaces the existing one. And this new concurrent GC is called “background GC”. First of all let me apologize for having not written anything for so long. It’s been quite ...
Comments are closed.0 0
.NET

JScript IntelliSense FAQ

I've been reading through the 70 or so comments on our last 2 jQuery posts.  There have been a lot of great questions.  Apologies for not being able to answer them sooner (I was busy preparing for Dev Connections).  Instead of answering them inline with the comments, I'll try to paraphrase the popular issues here and answer them...

VS2008 SP1 Hotfix to Support “-vsdoc.js” IntelliSense Doc Files

Last week I mentioned we would be releasing a Hotfix to accompany our new jQuery VSDoc file.  This Hotfix is now available at the MSDN Code Gallery.  Here's a direct download link for this small (2MB) patch:http://code.msdn.microsoft.com/KB958502/Release/ProjectReleases.aspx?ReleaseId=1736I want to emphasize that this patch is ...

Silverlight Tips of the Day – Week 9

Silverlight Tip of the Day #66 Title: How to copy XAML for Silverlight from Expression DesignerSilverlight Tip of the Day #65 Title: Adding a Mouse Wheel Event Listener to your ControlsSilverlight Tip of the Day #64 Title: Deploying a Silverlight Application with a Web ServiceSilverlight Tip of the Day #63 Title: How to Monitor...