asp tutorials, asp.net tutorials, sample code, and Microsoft news from 15Seconds
Data Access  |   Troubleshooting  |   Security  |   Performance  |   ADSI  |   Upload  |   Email  |   Control Building  |   Component Building  |   Forms  |   XML  |   Web Services  |   ASP.NET  |   .NET Features  |   .NET 2.0  |   App Development  |   App Architecture  |   IIS  |   Wireless
 
Pioneering Active Server
 Power Search





Active News
15 Seconds Weekly Newsletter
• Complete Coverage
• Site Updates
• Upcoming Features

More Free Newsletters
Reference
News
Articles
Archive
Writers
Code Samples
Components
Tools
FAQ
Feedback
Books
Links
DL Archives
Community
Messageboard
List Servers
Mailing List
WebHosts
Consultants
Tech Jobs
15 Seconds
Home
Site Map
Press
Legal
Privacy Policy
internet.commerce














internet.com
IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

HardwareCentral
Compare products, prices, and stores at Hardware Central!

A Quick Look at Visual Studio 2008 Beta 2
By John Peterson
Rating: 200 out of 5
Rate this article


  • email this article to a colleague
  • suggest an article


     

    A couple weeks ago, I gave you guys a sneak peek at Windows Server 2008 Beta 3. Well, what good is a brand spanking new server platform without the development tools to properly utilize it? This week I spent some time with Microsoft's Visual Studio 2008 Beta 2.

    Everything discussed and shown in this article is based on Visual Studio 2008 Beta 2 Standard Edition. As with all betas, some minor things may change before release, but this version is feature complete, so for the most part, you can expect things to be pretty close to what they'll look like in the release version due out early next year. The other exciting thing to notice is that Microsoft is providing a Go-Live license for Beta 2 meaning you can basically use it to develop applications and deploy them today.

     

     

    Setup

    I had been planning on installing the beta on a Microsoft Virtual PC 2007 instance running Windows 2000, but when I tried to do so, I was greeted by a somewhat confusing error message:

    This product cannot be installed on Microsoft Windows 95, Windows 98, Windows ME, or Windows NT. You must install Windows 2000 or later and rerun setup.

    After a few seconds of thinking maybe it was some sort of Virtual PC compatibility problem, I rechecked the minimum requirements and found that along with Win XP, Win Vista, or Win Server 2003 it also wants at least 1GB of available system memory.

    After a little reconfiguring of my Virtual PCs I ran setup again... this time on Win XP Pro. The setup routine is similar to previous versions of Visual Studio.

     

    The only real delay which I wasn't expecting was when setup stopped to send feedback about the install to Microsoft. It probably only took a few seconds, but it felt like it was longer then it should have been.

    Considering the number of components installed, it went pretty quickly. I installed from an iso file mounted as a virtual DVD drive so that probably helped speed things up, but the whole install probably took less then 15 minutes, even with my stopping to take screen shots along the way.

    Setup did require a reboot, so after restarting Windows I went ahead and ran Visual Studio.

    Running Visual Studio 2008 for the First Time

    Once again, nothing too shocking here. Running Visual Studio 2008 pops up a standard splash screen as it loads.

    Visual Studio does ask you to choose a set of default environment settings the first time you run it. I always pick Web Development since that's what I do the most and find that setting gets me as close to the old Visual Interdev style as I can get.

    Voila... welcome to Visual Studio 2008... looks a lot like Visual Studio 2005. I think it's safe to say that this release is not a revolutionary departure from the Visual Studio we're all used to.

    Perhaps the most visual change is in the new Web designer. It has better CSS support and supports split view which allows you to see both the markup and a rendered verion while you're editing.

    What's New in Visual Studio 2008

    Even though I just said that Visual Studio 2008 doesn't look to be a revolutionary upgrade, that doesn't mean there aren't plenty of goodies to go around. Some of the notable improvements include:

    • LINQ support
    • .NET Framework 3.5 support
    • ASP.NET AJAX now built into the .NET Framework
    • Improved JavaScript Intellisense and debugging
    • Improved Web designer with better CSS support (based on Expression Web)
    • Nested Master Pages
    • ASP.NET ListView control
    • Multi-targeting - allows you to target different versions of the .NET Framework. Finally one dev environment for .NET 2.0, 3.0, and 3.5!!!

    Conclusion

    Hopefully this quick look at the Visual Studio 2008 Beta 2 release has given you an idea about what you can expect from the next version of Visual Studio. Existing Visual Studio users should have little trouble adapting and taking advantage of the features of the new environment. While LINQ and AJAX are probably the new features which will be hyped the most, personally I'm excited about the simple fact that we've finally got an enviroment that will target different versions of the .NET Framework.

    If you'd like more information about Visual Studio 2008, there's plenty of it to be found. Microsoft has a number of sites dedicated to covering the new product.

  • Rate This Article
    Not HelpfulMost Helpful
    1 2 3 4 5
    Other Articles
    Jul 21, 2005 - N-Tier Web Applications using ASP.NET 2.0 and SQL Server 2005 - Part 1
    While the .NET Framework made building ASP.NET applications easier then it had ever been in the past, .NET 2.0 builds on that foundation in order to take things to the next level. This article shows you to how to construct an N-Tier ASP.NET 2.0 Web application by leveraging the new features of ASP.NET 2.0 and SQL Server 2005.
    [Read This Article]  [Top]
    Apr 28, 2005 - New Files and Folders in ASP.NET 2.0
    With the release of ASP.NET 2.0, Microsoft has greatly increased the power of ASP.NET by introducing a suite of new features and functionalities. As part of this release, ASP.NET 2.0 also comes with a host of new special files and folders that are meant to be used to implement a specific functionality. This article examines these new files and folders in detail and provides examples that demonstrate how to utilize them to create ASP.NET 2.0 applications.
    [Read This Article]  [Top]
    Mar 10, 2005 - The DataSet Grows Up in ADO.NET 2.0 - Part 2, Cont'd
    Alex Homer continues his detailed look at the major changes to the DataSet class. In this part, he looks at two features that allow developers to work with data in a more structured and efficient way when using the DataSet with a SQL Server 2005 database server.
    [Read This Article]  [Top]
    Mar 9, 2005 - The DataSet Grows Up in ADO.NET 2.0 - Part 2
    Alex Homer continues his detailed look at the major changes to the DataSet class. In this part, he looks at two features that allow developers to work with data in a more structured and efficient way when using the DataSet with a SQL Server 2005 database server.
    [Read This Article]  [Top]
    Mar 3, 2005 - The DataSet Grows Up in ADO.NET 2.0 - Part 1, Cont'd
    In this article, Alex Homer looks at the changes between the version 1.x and version 2.0 DataSet and their associated classes, showing you how you can take advantage of the new features to improve your applications' capabilities and performance.
    [Read This Article]  [Top]
    Mar 2, 2005 - The DataSet Grows Up in ADO.NET 2.0 - Part 1
    In this article, Alex Homer looks at the changes between the version 1.x and version 2.0 DataSet and their associated classes, showing you how you can take advantage of the new features to improve your applications' capabilities and performance.
    [Read This Article]  [Top]
    Feb 16, 2005 - Writing a Custom Membership Provider for the Login Control in ASP.NET 2.0
    In ASP.NET 2.0 and Visual Studio 2005, you can quickly program custom authentication pages with the provided Membership Login controls. In this article, Dina Fleet Berry examines the steps involved in using the Login control with a custom SQL Server membership database.
    [Read This Article]  [Top]
    Dec 29, 2004 - ClickOnce Deployment in .NET Framework 2.0
    In this article, Thiru Thangarathinam examines .NET 2.0's new ClickOnce deployment technology that is designed to ease deployment of Windows forms applications. This new technology not only provides an easy application installation mechanism, it also eases deployment of upgrades to existing applications.
    [Read This Article]  [Top]
    Dec 15, 2004 - A Sneak Peek at ASP.NET 2.0's Administrative Tools
    With ASP.NET 2.0, Microsoft has made great strides in increasing developer productivity and has made implementing previously complex solutions relatively easy. Where this version of ASP.NET really shines, however, is in its new administrative tools that allow developers to spend less time managing the configuration of the servers and software and more time developing great code.
    [Read This Article]  [Top]
    Nov 17, 2004 - The ASP.NET 2.0 TreeView Control
    Thiru Thangarathinam introduces ASP.NET 2.0's new TreeView control which provides a seamless way to consume and display information from hierarchical data sources. The article discusses this new control in depth and explains how to use this feature rich control in your ASP.NET applications.
    [Read This Article]  [Top]
    Mailing List
    Want to receive email when the next article is published? Just Click Here to sign up.

    Support the Active Server Industry

    internet.comearthweb.comDevx.commediabistro.comGraphics.com

    Search:

    Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

    Jupitermedia Corporate Info

    Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
    Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers