Showing results for Web 2.0 - .NET Blog

Dec 13, 2007
Post comments count0
Post likes count0

Spell checker for HTML, ASP.NET, JScript, VB, C#, CSS and C++ for Visual Studio 2005 and 2008

Web Development Tools Microsoft
Web Development Tools Microsoft

Following Visual Studio 2008 release I updated my Spell Checker add-in for VS 2008 as well as added some new useful functionality. What's new in version 2.0:Spell checker now supports text verification in: Spell checking is supported in style and script blocks as well as in JS, CS, VB, CSS, CPP ahd H files. There are two separate binaries for...

ASP.NET
Dec 12, 2007
Post comments count0
Post likes count0

Visual Web Developer is hiring…

Web Development Tools Microsoft
Web Development Tools Microsoft

The Visual Web Developer team is looking for a few talented and experienced invididuals to join our team.  We have opportunities in development, testing, and program management.  Our team builds Visual Studio features that enable creating applications for ASP.NET, IIS, Silverlight and Sharepoint.Here are links to ...

ASP.NET
Nov 26, 2007
Post comments count0
Post likes count0

Silverlight 1.1 Tools for Visual Studio 2008 available for download

Web Development Tools Microsoft
Web Development Tools Microsoft

A quick announcement -- an updated version of the Microsoft Silverlight 1.1 Tools Alpha for Visual Studio 2008 that works with the released version of Visual Studio 2008 is now available! This release provides the same features as the Silverlight Tools Alpha add-on which was previously available for Visual Studio 2008 Beta2. To ...

ASP.NET
Nov 19, 2007
Post comments count0
Post likes count0

Visual Web Developer 2008 Express Edition available for download

Web Development Tools Microsoft
Web Development Tools Microsoft

I'm glad to announce that Visual Web Developer 2008 Express Edition has officially shipped, and is now available for immediate download.  Here is a quick summary of some of the great new capabilities in this release:  We hope you enjoy the new product!-Visual Web Developer Team

ASP.NET
Nov 6, 2007
Post comments count0
Post likes count0

JScript IntelliSense: A Reference for the “Reference” Tag

Web Development Tools Microsoft
Web Development Tools Microsoft

It should be no surprise that JScript Documentation Comments power much of what you see in JScript IntelliSense in VS2008.  Perhaps the most useful of these comments is the "reference" comment.  The "reference" comment allows you to "see" functions and objects outside of your current file in the completion list.  I've gotten quite a ...

ASP.NET
Sep 19, 2007
Post comments count0
Post likes count0

New VS2008 Feature: “Downgrade” HTML, CSS, and JScript Errors to Warnings

Web Development Tools Microsoft
Web Development Tools Microsoft

VS2005 introduced the ability to validate your markup and CSS for standards compliance alongside your code.  It’s a great feature, but it can be frustrating when you’re looking for that one critical compilation error underneath a pile of validation errors.  Well, we heard your feedback and added two new options in VS2008 (post-Beta 2): 1)...

ASP.NET
Aug 3, 2007
Post comments count0
Post likes count0

Better Javascript intellisense with Silverlight 1.0

Web Development Tools Microsoft
Web Development Tools Microsoft

If you are using Visual Studio 2008 Beta 2, and are building applications for Silverlight using Javascript, there is a cool project from Justin-Josef Angel, which I recommend checking out.  Using Justin's library and Visual Studio 2008 Beta 2, one can get much richer Javascript intellisense experience for Silverlight.  Below is ...

ASP.NET
Aug 2, 2007
Post comments count0
Post likes count0

Orcas Beta2 Gotcha: No ASP.NET controls in toolbox, no ASP.NET intellisense/validation on pages

Web Development Tools Microsoft
Web Development Tools Microsoft

We’ve heard a few reports of cases with VS Orcas Beta2 where ASP.NET controls do not show up on the toolbox and ASP.NET tag intellisense and validation is broken in HTML source view.  All of the cases reported so far have been with Vista.  The root cause of this is that the Orcas Beta2 version of System.Web.Dll did not get installed corre...

ASP.NET
Jul 30, 2007
Post comments count0
Post likes count0

New Web Development Features in Visual Studio 2008 Beta 2

Web Development Tools Microsoft
Web Development Tools Microsoft

You may have heard by now that Visual Studio 2008 Beta 2 is available for public download.  I wanted to take a minute to highlight some of the new web developer features that we've added since Beta 1: Design view support for configuring AJAX Extenders If you are using the AJAX control toolkit for .NET 3.5, or have bui...

ASP.NET
Jul 30, 2007
Post comments count0
Post likes count0

Workaround for Beta 2 JavaScript IntelliSense and Colorization Issue

Web Development Tools Microsoft
Web Development Tools Microsoft

We have discovered that in a very limited number of setup scenarios of Visual Studio 2008 Beta 2, Jscript IntelliSense and Colorization may not work property after installing the product. You will get no IntelliSense in JavaScript code, and all JavaScript code will appear black (i.e., colorization of keywords will be missing). The image below shows...

ASP.NET