|
| |
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
|
A Quick review of new features in VS2008
|
|
by
Jignesh Desai
|
|
Published on: Saturday, 19-Jan-2008
|
Comments Received: 9
|
|
|
|
A Quick look at new features in
A Quick review of new features in VS2008
- Thow we have new web application project model since VS2005 but
developers still love to use classic web application template which
includes a structure based on project files
and a build model based on compiling all the code for a project into a
single assembly. VS2008 continues support for .
However ClickOnce deployment may not be supported.
- Visual Studio 2008, adds limited support for native
C++ code that can be used only for visualization and documentation.
- . you shall find a new project template "ASP.NET
Ajax Server Control" and "ASP.NET Ajax Server Control Extender". You can
just put existing controls inside UpdatePanel control and Postbacks from
inside an UpdatePanel control become asynchronous postbacks and refresh only
the part of the page inside the panel.
- You also have project template for WPF (Windows Presentation
Foundation). With this you can easily build 2D and 3D graphic applications.
- . Multitargeting lets you target code
to a specific .NET Framework version 2.0 and above.
- supports the deployment of WPF Web Browser Applications.
- Windows Installer has been updated so that installation on Windows Vista
is smooth, even when it is running under User Account Control (UAC).
- VS2008 has incorporated "SPLIT" view in web application like Expression
Web where you can see HTML and DESIGN layout both together. The feature is
quite useful if you have two monitors where each one will display either
HTML view or Design View.
- support is now extended to JavaScript, AJAX scripting and
in XML code comments.
- , assists developers in creating and editing the LINQ
to SQL objects that map between an application and a database.
- You can embedded Expression Blend plugin-in into VS2008. Blend is an
XAML tool generator for applications.
- Nested Master page support was available in .NET 2.0 but Visual Studio
was not capable to handle WUSIWYG during design time. VS2008 now supports
Nested pages editing and design time support.
- . Yes while debugging VS will pull
down the necessary source code from Microsoft source and symbol servers and
will allow you to walk through the actual code. This will be very valuable
for developers to understand and learn how things work behind the screens.
As seen in below screen you are able to configure to download .net symbols
all in one shot or on demand.

|
|
|
|
|
|
|
|
|