What's New in Visual InterDev 6.0

See Also      Tasks

Microsoft® Visual InterDev™ version 6.0 gives developers more of the tools that they have come to expect from Microsoft's family of visual tools. The following new features make Web application development faster, richer, and more robust.

Data Environment

Creating and modifying data-related objects is performed in one place: the graphical data environment. In the data environment, you can drag and drop objects onto Active Server Pages (ASP) to automatically create data-bound design-time controls. In this version of Visual InterDev, the data environment also supports Oracle.

For more information, see The Data Environment.

Data-Bound Design-Time Controls

Design-time controls offer you a richer, more visual editing interface for creating data-enriched pages. Data-bound controls make it simple to incorporate script in your ASP or HTML pages to interact with a database. The controls included with this version of Visual InterDev allow you to target a wide range of browsers, or to narrow your focus to the rich dynamic HTML available in Microsoft® Internet Explorer 4.0.

For information about the data-bound controls, see Design-Time Controls. For information on adding data to your pages, see Viewing Data and Scripting with Design-Time Controls and Script Objects.

Scripting Object Model

The scripting object model simplifies Web application development by providing a model for object-oriented scripting. Script objects simplify Web application development and also greatly reduce the complexity and quantity of scripting required to write applications that span the client (browser) and server. To make it easier to write against the scripting object model, Visual InterDev offers you design-time controls that create script objects for you.

For more information, see Scripting with Design-Time Controls and Script Objects, The Scripting Object Model, and Design-Time Controls.

Site Designer

To quickly prototype and build Web sites, use the graphical Site Designer. In the Site Designer, you use site diagrams to create pages, links, navigation, hierarchy, and more – all with an easy-to-use drag and drop interface.

For information on the Site Designer, see Site Design and Designing a Web Site.

Cascading Style Sheets Editor

You can edit style sheets easily in the CSS editor. You can create or modify style sheets for a set of Web pages and preview how your pages, or any page in the Web application would look, if the current style sheet were applied.

For more information, see Editing Style Sheets and the CSS Editor Window reference topics.

WYSIWYG Page Editor

The new Visual InterDev editor has a Design view that lets you edit and create content in a WYSIWYG workspace. In addition to the Design view, you can write script in Source view, which offers statement completion and color-coding of script elements. In addition, instead of viewing your file in an external browser, you can easily preview your file in Quick view.

For more information on the editor, see Editing Basics, Editing Modes, and Editing Script. For more information about the views, see Design View, HTML Editor, Source View, HTML Editor, and Quick View, HTML Editor.

IntelliSense Statement Completion

IntelliSense® helps you create error-free script statements by presenting you with the names of methods and properties as soon as you've typed in the name of an object.

For more information on IntelliSense, see Editing Modes.

Dynamic HTML

Visual InterDev supports dynamic HTML (DHTML) in Microsoft Internet Explorer 4.0. The Visual InterDev editor helps you create script for DHTML objects and events by presenting statement completion options for the object model and by displaying the object model hierarchy in the Script Outline window in Source view. As well as scripting directly to the Internet Explorer 4.0 object model, you can choose to have your design-time controls create client-side data binding script.

For related information, see Scripting with HTML Elements.

Developer Isolation

You can work on local versions of project files, giving you the ability to test and debug your files before updating the master server. You can also work in master mode, where files are automatically saved both locally and to the master server.

For more information about local and master modes, see Working Locally, Working with Multiple Developers, and Project Architecture.

Debugging Tools

Visual InterDev comes with a debugger that helps you test and debug script and Java components. You can use the debugger with Microsoft® Visual Basic®, Scripting Edition (VBScript) and Microsoft® JScript™, as well as applications written in Sun Microsystems Java and run using the Microsoft Java Virtual Machine.

For more information about debugging, see The Script Debugging Process or Debugging Your Pages.

Deployment

This version includes deployment features for middle-tier COM server components. New features make it easier to build and deploy component-based Web applications, including integration with the Microsoft® Transaction Server for building scaleable and robust enterprise Web applications. Copying your Web application to a production server is only a click away with this version of Visual InterDev.

For more information, see Web Application Deployment and Deploying and Maintaining Web Applications.