Ph: 56131143

Web Development Tools @ Microsoft

Your official information source from the web development tools group at Microsoft.
Subscribe via RSS
Web Development Tools @ Microsoft

How to create a Web Deploy package when publishing a ClickOnce project

0 Comments
The other day I saw a question on StackOverflow (link in resources below) asking How you can create a Web Deploy (AKA MSDeploy) package when publishing a ClickOnce project. The easiest way to do this is to use the Web Deploy command line utility, msdeploy...
Web Development Tools @ Microsoft

KB2650605 QFE : VS2010 sp1 VB web form editor may not become editable during debugging

0 Comments
We recently released a VS2010 sp1 QFE KB2650605 to solve a VB editor debugging problem. During VB web form debugging, VB web form may become un-editable if there are server tags inside. If you develop and debug VB web forms, you might be interested to...
Web Development Tools @ Microsoft

JavaScript Reference group Dedicated Worker

0 Comments
Travis Leithead showed a video "Building responsive apps and sites with HTML5 web workers" in BUILD. When editing "Dedicated worker" JavaScript file in Visual Studio 11 Developer's Preview, we need to add the following line in the beginning of the file...
Web Development Tools @ Microsoft

Page Inspector for Visual Studio 11 Developer Preview

5 Comments
The upcoming version of Visual Studio introduces a number of improvements focused on diagnosing your Web Applications. One of these is the new Page Inspector. Page Inspector is a new tool that brings browser diagnostics tools into Visual Studio and...
Web Development Tools @ Microsoft

New HTML Editor feature in Visual Studio 11 Developer Preview

11 Comments
Visual Studio 11 Developer Preview has many new HTML editor features, including the following: Scott Gu's Blog: Source view smart task From ASP.NET 4.5 and Visual Studio 11 Developer Preview Whitepaper WAI-ARIA support New...
Web Development Tools @ Microsoft

New CSS editor features in Visual Studio 11 Developer Preview

7 Comments
The CSS Editor for Visual Studio 11 Developer Preview is a complete rewrite of the 2010 version, featuring excellent performance and stability. As soon as you start to edit a CSS file or a style block embedded in a web page, you'll feel the difference...
Web Development Tools @ Microsoft

New JavaScript editing features for Web development in Visual Studio 11 Developer Preview

8 Comments
Visual Studio 11 Developer Preview has the JavaScript design time engine rewritten, sharing base with IE's JavaScript engine. It has faster performance and better memory footprint. The list below shows some new feature and changes comparing with Visual...
Web Development Tools @ Microsoft

New Features for Web Development in Visual Studio 11 Developer Preview

3 Comments
The public release of Visual Studio 11 Developer Preview is now available and can be downloaded. Please visit Jason Zander's Blog for the download links and overview of the new features. We have many great features in the preview. We'll discuss some...
Web Development Tools @ Microsoft

Running ASP.NET MVC 3 Applications on Azure

2 Comments
Microsoft recently released the Windows Azure Tools for Microsoft Visual Studio 2010 1.4 (August 2011) update which includes a new ASP.NET MVC 3 Web Role project template which makes it easier to deploy an MVC 3 application to Azure. Let’s walk through...
Web Development Tools @ Microsoft

Web Standards Update for Visual Studio 2010 SP1

20 Comments
  We are pleased to announce the first Web Standards Update for Visual Studio SP1 . It updates the HTML5 intellisense and validation to reflect the latest W3C specifications and fixes some bugs bugs in the current SP1 support for HTML5. Also JavaScript...
Web Development Tools @ Microsoft

We are Hiring!!

2 Comments
Do you want to work in a challenging, fun and growth oriented environment leading Microsoft transition to the Cloud? Are you passionate about Web development? Do you want to work with key technologies like ASP.Net, MVC, Razor, JavaScript? Do you want...
Web Development Tools @ Microsoft

Walkthrough: deploy a web application with SQL CE 4.0 database to IIS host with SQL Server.

2 Comments
With VS2010 sp1, we added SQL CE 4.0 support. You can view more information about SQL CE 4.0 from the following sites: http://weblogs.asp.net/scottgu/archive/2010/06/30/new-embedded-database-support-with-asp-net.aspx   http://blogs.msdn.com/b/webdevtools...
Web Development Tools @ Microsoft

Razor tooling for MVC3 RC with Visual Studio 2010 Sp1 RTM

1 Comments
Do you see that Razor colorization, intellisense has stopped working after you have installed Visual Studio Sp1 RTM? The reason is that you might have MVC3 RC installed on the box which is not compatible with Visual Studio 2010 Sp1 RTM. To fix, you would...
Web Development Tools @ Microsoft

Enabling IIS Express support in VS 2010 Sp1

4 Comments
With the Sp1 release of Visual Studio 2010 now available for download , you now have the option to use IIS Express as the development server for your web projects instead of the built-in Visual Studio Development server (aka. Cassini). Here are some previous...
Web Development Tools @ Microsoft

How to compress CSS/JavaScript before publish/package

2 Comments
Today I saw a post on stackoverflow.com asking Using Microsoft AJAX Minifier with Visual Studio 2010 1-click publish . This is a response to that question. The Web Publishing Pipeline is pretty extensive so it is easy for us to hook in to it in order...
Web Development Tools @ Microsoft

HTML5 & CSS3 in Visual Studio 2010 SP1

22 Comments
Since the release of Visual Studio 2010 SP1 beta last month, there has been a lot of questions regarding the support for HTML5 and CSS3. HTML5 Visual Studio 2010 was originally released without HTML5 support, so does SP1 finally add support for it? Yes...
Web Development Tools @ Microsoft

How to get Razor intellisense for @model in a class library project

2 Comments
Many of us follow a modular architecture and create MVC3 Razor view in a separate class library project. Following is a screenshot of the class library project that I have created. Now if I open a view with @model typed in it, I notice that it...
Web Development Tools @ Microsoft

How to get Razor syntax support in Visual Studio 2010

0 Comments
What’s Razor? Razor is a simple-syntax view engine that is released as part of ASP.NET Model View Controller (MVC) 3. Read more about the syntax on ScottGu’s blog or on ASP.NET How can I get Razor syntax support in Visual Studio 2010? It’s...
Web Development Tools @ Microsoft

Video on Web Deployment using Visual Studio 2010 and MSDeploy

1 Comments
Back in November I participated in Virtual Tech Days which is an online conference presented by Microsoft. In the session I discussed the enhancements to web deployment using Visual Studio 2010 and MSDeploy. Some of the topics which I covered includ:...
Web Development Tools @ Microsoft

How to Bin Deploy SQL Compact Edition 4.0 and Razor web projects

1 Comments
With the release of VS2010 SP1 Beta1, Web Matrix,  and Razor QFE, we can build web projects containing SQL Compact Edition 4.0 sdf file and ASP.NET Web Pages with Razor syntax. However, this might be a problem when you are ready to deploy your project...
Web Development Tools @ Microsoft

How to solve Visual Studio hang problem when working in win7 with Norton antivirus

4 Comments
A recent support email between customer and our developer shows that Norton/Symantec antivirus may affect Visual Studio’s performance in win7 due to the win7 jumplists.  Here’s a workaround for it:   First, to determine if this is the problem...
Web Development Tools @ Microsoft

Visual Studio 2010 SP1 Beta IIS Express Integration

2 Comments
A few days ago Jason Zander blogged about the availability of Visual Studio SP1 Beta (all links below in resources section). I am happy to let you guys know that with SP1 Beta we have enabled integration of IIS Express into Visual Studio. After you have...
Web Development Tools @ Microsoft

XDT (web.config) Transforms in non-web projects

7 Comments
One of the really cool features that we shipped for Visual Studio 2010 was web.config (XDT) transformations . Because the transformations are so simple and straightforward one of the first questions that someone asks after using it is “how can I use this...
Web Development Tools @ Microsoft

ASP.NET Web Application: Publish/Package Tokenizing Parameters

0 Comments
Today I just saw a question posted on stackoverflow.com asking Why are some Web.config transforms tokenised into SetParameters.xml and others are not ? Let me give some background on this topic for those who are not aware of what the question is. With...
Web Development Tools @ Microsoft

How to solve JavaScript IntelliSense problems in VS2010

4 Comments
VS2010 should support all of the VS2008 JavaScript functionalities as shown in Scott Guthrie’s VS2008 JavaScript IntelliSense blog .  It includes: 1. Basic type inference 2. IntelliSense from referenced external JavaScript libraries 3. IntelliSense...
Page 1 of 12 (286 items) 12345»


You are viewing a mobilized version of this site...
View original page here

Mobilized by Mowser Mowser