Showing results for Orcas - .NET Blog

Jun 11, 2008
Post comments count0
Post likes count0

Multiple control selection in Visual Studio 2008 SP1 RTM

Web Development Tools Microsoft
Web Development Tools Microsoft

We have been listening to your [strong] feedback and we are now happy to announce that multiple selection and alignment operations in Design view are coming back and will be included in VS 2008 SP1 RTM and Visual Web Developer Express 2008 SP1 RTM.We do understand that designing pages using absolute positioning of elements is a highly controversial...

ASP.NET
Mar 11, 2008
Post comments count0
Post likes count0

Absolute and relative positioning in Visual Web Developer 2008 designer

Web Development Tools Microsoft
Web Development Tools Microsoft

Design view in Visual Studio and Visual Web Developer Express 2008 provides several tools that help with absolute and relative positioning of controls. I'd like to describe how do they work and what kind of visual hints the designer provides.How do I set my control position to absolute? Use Format | Position menu: Unfortunately,...

ASP.NET
Mar 5, 2008
Post comments count0
Post likes count0

JScript Debugging: Made easy with IE8

Web Development Tools Microsoft
Web Development Tools Microsoft

The feature I'm most excited about in Internet Explorer 8 Beta 1 is ironically one you might not notice at all. Problem If you're reading this, you probably know (and are still untangling the double-negative logic of) the "Disable script debugging" option in IE.  Say you just spent 10 hours debugging script.  It's time for a break.  ...

ASP.NET
Jan 17, 2008
Post comments count0
Post likes count0

Tips & Tricks: Web Server Settings for Web Application Projects now can be stored per user as well as per project

Web Development Tools Microsoft
Web Development Tools Microsoft

Web server settings, which are accessible inside Web Application Projects (WAPs) property pages (Web section)  allow you to specify settings associated to to Visual Studio Development Server or IIS.  Many a times in a team development environment it is preferred that these settings are shared across the teams providing consistency; at the...

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

Web Deployment Projects (WDP) for Visual Studio 2008 – December 2007 CTP Released

Web Development Tools Microsoft
Web Development Tools Microsoft

Based on the feedback from web development community we just released the Customer Technology Preview (CTP) of Web Deployment Projects for Visual Studio 2008... This release of Web Deployment Projects (WDP) has all the features that VS 2005 WDP release has and in addition has few other enhancements which I will call out later in this post... We w...

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
Oct 25, 2007
Post comments count0
Post likes count0

First book on Visual Web Developer 2008

Web Development Tools Microsoft
Web Development Tools Microsoft

Jim Cheshire who is working in Microsoft Customer Support wrote a new book on the Visual Web Developer 2008 "The Microsoft Expression Web Developer's Guide to ASP.NET 3.5: Learn to create ASP.NET applications using Visual Web Developer 2008". It describes all the new features that VWD 2008 brings for Web designers and, of course, all other fea...

ASP.NET
Oct 15, 2007
Post comments count0
Post likes count0

SQL Database Publishing wizard is now in Visual Studio 2008.

Web Development Tools Microsoft
Web Development Tools Microsoft

The SQL database publishing wizard is a very popular web-downloadable add-in for Visual Studio 2005. The publishing wizard addresses the issue where a developer needs to deploy a local database from his development machine to a hosting environment on a remote machine. We received a lot of positive feedback for this wizard and we decided to integrat...

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
Sep 17, 2007
Post comments count0
Post likes count0

Tip/Trick: ASP.NET Mobile Development with Visual Studio 2008

Web Development Tools Microsoft
Web Development Tools Microsoft

If you are using Visual Studio 2008, you might have noticed that it doesn't have item templates for ASP.NET Mobile Web Forms (which were previously available in Visual Studio 2003).   To help users with this scenario, I've created the following item templates for ASP.NET Web Site and ASP.NET Web Application projects: Mobile Web For...

ASP.NET