Categories
Uncategorized

Visual Studio 2010/.NET Framework 4.0 Beta 2 and Final

Microsoft Visual Studio new banner

The Beta: Available Now!

The newest beta, Beta 2 of Visual Studio 2010 and .NET Framework 4.0 is out! MSDN subscribers can download it right away, while everyone else can get their hands on it on Wednesday, October 21st (and don’t worry, I’ll remind you if you on Wednesday if you have to wait until then).

This new beta features a number of performance improvements and is your last chance to evaluate a pre-release version before we unleash the final version, so download it, take it out for a spin and give us your feedback!

Beta 2 also features the “Go Live” provision for developers who like living on the edge. What this means is that you’re licensed to download the beta and use it to build production software. If you do so, please drop me a line and let me know!

The Final: Available March 22, 2010!

The final version of Visual Studio 2010 and .NET Framework 4.0 will be available on March 22, 2010. Among the many new features in the final version is the fact that choosing which Visual Studio is right for you will be so much simpler. Instead of the confusing array of Visual Studio versions (I’ve joked about there being so many version that I wouldn’t be surprised if there was a “Visual Studio Tartar Control” or “Visual Studio for LOLcats”), the line has been pared down to three levels: Professional, Premium and Ultimate: 

3 levels of Visual Studio: Professional (with picture of burger), Premium (with picture of burger and fries) and Ultimate (with picture of burger, fries and shake)

Visual Studio can be bought bundled with an MSDN subscription. I recommend getting the subscription , as it gives you first crack at a lot of tools, access to E-Learning and the Special Offers portal for discounts from Microsoft partners, and – most importantly, as far as I’m concerned – a lot of compute time on the Azure cloud platform.

There’s a goodie called the “Ultimate Offer” that’s available for a limited time: buy or renew your MSDN subscription now, and you’ll get the next-level-up version of Visual Studio when we hit the final release date. For example, if you get an MSDN subscription and you have a version of Visual Studio 2008 eligible for upgrade to Visual Studio 2010 Professional, you’ll get Visual Studio 2010 Premium in March (and if you’re eligible for upgrade to Premium, you’ll get Ultimate).

What’s in .NET 4?

A lot. To borrow a line from Scott Hanselman, this isn’t “.NET 3.6”, and it’s not just a bunch of features piled onto the current .NET 3.5. This is a .NET that’s been revised based on your feedback. To quote Hanselman again, it’s about “making the Legos the right size”, “about tightening screws as it is about adding new features.”

Some of the goodies in .NET 4, once again courtesy of Hanselman, include:

  • Quicker to Install – A smaller Client Profile with a much smaller initial download (down to 0.8 megs from 2.8) for bootstrapping .NET client apps faster than ever)
  • Side by Side – .NET 4 is a side-by-side release that doesn’t auto-promote, meaning you won’t break existing apps and you can have .NET 2.0, 3.5 and 4 apps on the same machine, happily.
    • Side-by-side CLR support for managed add-ins inside of apps like Explorer or Outlook. Again, new and existing apps in the same process, chillin’.
    • For more details on Application Compatibilty, check out the AppCompat Walkthrough for .NET 4 on MSDN.
  • Dynamic Language Support – The DLR (Dynamic language runtime) ships built-in with .NET 4 so you can mix-and-match your solutions and pick the best language (or languages) amongst C# and VB.NET as well as F#, IronPython and IronRuby. This includes better support for COM (yes, COM! People do use COM and it’s even easier with the new dynamic keyword in C# these days.)
  • More Web Standards Support – Better support for WS-* and REST making interop easier.
  • Plugins Galore – Visual Studio 2010 uses MEF and WPF to enable a whole new world of clean managed extensions as well as an Online Gallery (there’s an extension for that!)
  • Multi-Framework Multi-targeting – You can’t really overestimate how useful this is, but a picture is worth a thousand words. You can code all your apps in all your organization’s frameworks with the same IDE:
    Drop-down menu showing the .NET Frameworks that Visual Studio 2010 can target

    New Look, New Feel for MSDN

    And finally, both Visual Studio and MSDN got a new look. Here’s the new look for MSDN Canada:

    Screenshot of the "new look" MSDN Canada
    The changes are more than skin-deep. MSDN was redesigned to make it easier for you to find what you need, whether it’s tools, downloads, resources, documentation or people. The MSDN library will also get much faster at loading and easier to read, because the “lightweight” look is going to be the standard look:

    Screen shot of the "new look" MSDN Library

    Keep an eye on this blog – I’m going to start covering development with Visual Studio 2010 and the .NET Framework 4.0 in the coming weeks!

    This article also appears in Canadian Developer Connection.

  • Categories
    Uncategorized

    Silverlight 3 and Expression Blend 3 Betas Now Available!

    This article originally appeared in Canadian Developer Connection.

    Microsoft Silverlight logo

    Silverlight 3 Beta

    Today at the MIX ‘09 conference, we rolled out the beta for Silverlight 3, the next iteration of our rich internet application platform. Version 3 adds a lot of new features including:

    • Out of Browser Capabilities. Silverlight 3 applications aren’t just confined to the browser. Users can install and run them from their desktops – either Windows or Mac OS – and without having to download any additional runtimes or plugins. Better still, these desktop Sliverlight apps can detect whether the machine is connected to the internet and can also auto-update.
    • Richer Graphics. There’s support for perspective 3-D graphics, pixel shader effects, a bitmap API, bitmap caching of vectors, text and controls, support for themed applications, new animation effects, enhanced control skinning and improved text rendering and font support.
    • HD Video and Audio. Support for H.264/AAC, 720p+ live and on-demand streaming, true HD playback in fullscreen mode and support for third-party codecs.
    • Better application features, including:
      • New GUI controls, including their source code
      • Support for “deep linking”: it’s now possible to bookmark a page contained within a Silverlight app
      • SEO tools: The content of your Silverlight apps can be mirrored into HTML so your app can be indexed by search engines
      • Enhanced data support
      • Improved performance

    Expression Blend 3 Preview

    Microsoft Expression Blend Also available is the preview version of Expression Blend 3, the “designer/developer workflow tool” for building interfaces for Silverlight and WPF projects. As with Silverlight 3, Expression Blend 3 adds a lot of new features including:

    • Sketchflow: a tool that lets you tool for quickly creating application prototypes, complete with interactivity.
    • Behaviors, which let you add interactivity to an application without having to write code
    • Photoshop and Illustrator file import
    • Improved design and development experience

    An Important Note for People Currently Building Silverlight 2 Apps

    Do not install Silverlight 3 development tools on a machine that you’re using to build Silverlight 2 apps! Visual Studio doesn’t support targeting multiple versions of Silverlight; if you install Silverlight 3 tools, you won’t be able to build Silverlight 2 apps anymore!

    My recommendation is:

    • If you’re going to be working on Silverlight 2 projects, install Silverlight 3 tools on a machine that you’re not using for Silverlight 2 production.
    • If you’re like me and not doing any work on Silverlight apps at the moment and want to get started, go ahead and grab the beta.

    Finding Out More About Silverlight 3 Beta and Expression Blend 3

    You can find out more about both on the Silverlight 3 Beta page.

    Getting Silverlight 3 Beta and Expression Blend 3 Preview

    Both are available at the Silverlight 3 Beta download page. You can also follow the links below: