Tech Brief

.NET Cheat Sheet

The skinny on 1.1, 2.0, 3.0 and 3.5.

The .NET Framework is five years old, and yet there's great confusion over the many releases that have reached the market and the specific versions of Visual Studio that work with them.

And if that weren't enough, dev managers must account for development style. Are you a rapid application shop, utilizing mostly datasets and building standalone applications? Or are you more of an enterprise development shop, building domain models, custom frameworks and integrating applications? Let's look at where each version of .NET fits in.

.NET 1.1
Microsoft ended support for the original .NET 1.0 in July, so our focus begins with the four-year-old .NET 1.1 and its aging Visual Studio 2003 development environment. Honestly, it's simply time for dev shops to move off .NET 1.1. The productivity improvements in Visual Studio 2005 alone warrant moving to .NET 2.0.

.NET 2.0
Visual Studio 2005 is the current development environment for .NET 2.0. The improvements in Visual Studio include: Code Snippets, enhancements to the Web page and HTML designers, an overall improvement in IDE experience, as well as new compilers for Visual Basic 8 and C# 2.0. .NET 2.0 offers 64-bit support, generics and generic collections, partial classes and overall performance improvements. For ASP.NET 2.0, support was added for Master Pages, Themes, XHTML 1.1, along with new Data Source Controls, improved Profile Management, and a new compilation and deployment model. For Smart Client (WinForms) development, Microsoft added ClickOnce deployment, Control Layout improvements and new controls. In short, .NET 2.0 is a must-have for both rapid application and enterprise shops.

.NET 3.0
.NET 3.0 is a .0 release in name only. It uses the same .NET 2.0 CLR, and adds four new frameworks (also known as foundations) to the .NET 2.0 Base Class Libraries:
Windows Communication Foundation (WCF) combines two previously separate remote-invocation stacks, .NET Remoting and Web Services, giving one common remoting stack. If you're building applications that need to communicate with other applications, you should look into WCF.

Windows Workflow Foundation (WF) is a standard programming model for building workflows. WF is more than just document workflow processing; it's at home with things like order processing or help-desk applications. WF is probably the one area of .NET 3.0 that has as much value to a rapid application shop as it does to an enterprise shop.

Windows Presentation Foundation (WPF) is the next-generation presentation subsystem for Windows, bringing the power of vector graphics and multimedia support to Windows applications. It's very much a 1.0 product, and currently lacks good UI development tools. WPF might be the future of Smart Client applications, but at the moment, unless your application needs next-generation UI support, WPF is probably not something your development shop needs over the next year or so.

Windows CardSpace is all about digital identities. If your development shop is responsible for online services (Web sites or Web services) and authentication is a trouble area for you, CardSpace is something you may want to check out.

.NET 3.0 is the first version of the framework that doesn't require dev shops to move to a new version of Visual Studio to support it. To get designer support for .NET 3.0 in Visual Studio 2005, there are two separate Visual Studio extensions to install: Visual Studio 2005 extensions for .NET Framework 3.0 (WCF and WPF), and Visual Studio 2005 extensions for .NET Framework 3.0 (WF). On the surface, .NET 3.0 is pitched squarely at the enterprise development shop.

.NET 3.5
Language Integrated Query (LINQ) is at the core of .NET 3.5. LINQ adds general-purpose query facilities to the .NET Framework that apply to all sources of information. .NET 3.5 and its development environment, Visual Studio 2008, will ship with Query providers for .NET Objects (LINQ to Objects), SQL Server (LINQ to SQL) and XML (LINQ to XML). LINQ and LINQ to SQL will be must-have technologies for rapid application development shops.

At a Glance: The Many Flavors of the .NET Framework
[click image for larger view]
At a Glance: The Many Flavors of the .NET Framework

Enterprise development shops will find the new languages features that were added to .NET will be extremely useful in building domain models and custom frameworks. LINQ to XML is a brand new XML object model that dramatically drops the XML learning curve to hours instead of weeks, especially with the next XML language features in Visual Basic 9.

Visual Studio 2008 is the first version that can be used to develop applications for multiple versions of .NET (called "multi-targeting support"). It can be used for .NET 2.0, .NET 3.0 or .NET 3.5. Visual Studio 2008 also has much improved JavaScript debugging and IntelliSense and a significantly improved HTML Web designer, along with new and improved designers for WPF, WCF and Windows Workflow.

Visual Studio 2008 and .NET 3.5 are due to release to manufacturing before the end of 2007, with a release event in Los Angeles on Feb. 27, 2008. Because of the productivity improvements and its multi-targeting support, there will be little reason to delay in migrating to Visual Studio 2008.

About the Author

Don Demsak is an independent .NET consultant based out of New Jersey. He also writes the "Don XML's Grok This" blog at http://donxml.com.

comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube