In-Depth

Realize New Functionality in .NET 3.0

The .NET Framework 3.0 represents a major set of functionality in .NET, and yet doesn't change any existing .NET Framework 2.0 libraries, compilers, or features.

Just this past week, Microsoft announced that what was known as WinFX will now be known as the .NET Framework 3.0. So what is the .NET Framework 3.0, and what does it mean to you? In a nutshell, .NET 3.0 includes:

  • .NET Framework 2.0:
    • The 2.0 Common Language Runtime (CLR)
    • The 2.0 Base Class Library
    • ADO.NET 2.0, ASP.NET 2.0, Windows Forms 2.0
    • VB 8.0 and C# 2.0
  • WinFX:
    • Windows Communication Foundation (WCF)
    • Windows Presentation Foundation (WPF)
    • Windows Workflow Foundation (WF)
  • InfoCard:
    • Renamed to Windows CardSpace (WCS)

One conclusion you should draw from this is that .NET 3.0 is really .NET 2.0 plus more functionality. In other words, the existing .NET 2.0 Framework and compilers are unchanged, so your existing code will continue to run as it exists today. All that .NET 3.0 does is add new functionality in four key areas.

Windows Communication Foundation is essentially the next generation of Web Services (asmx), Web Services Extensions (WSE), .NET Remoting, Enterprise Services, and Microsoft Message Queue (MSMQ). This is a lot to absorb, and it is important to recognize two key things. First, none of these existing technologies is going away anytime soon; WCF is merely another alternative to them. Second, in its first release, WCF often uses these existing technologies behind the scenes. WCF is a new API to access various concepts, but it doesn't necessarily replace the existing technologies, and it sometimes consumes them.

If you build distributed systems using n-tier, client/server, or service-oriented architectures, then WCF will be of interest to you.

Windows Presentation Foundation is the first major new graphic UI framework to come out of Microsoft in more than a decade. At its core, WPF is the replacement for GDI and GDI+, which are the graphics foundation for the entire Windows platform. At a higher level, WPF is an object-oriented framework on which you can build forms-based 2D and 3D interfaces. In the short term, WPF is an alternative to DHTML and JavaScript for Web development and to Windows Forms for Windows development. In the long term, WPF is the logical successor to both Windows Forms and any sort of interactive Web development.

If you build rich, interactive user interfaces and find DHTML, Ajax, or Windows Forms limiting from a graphics perspective, then WPF will be of interest to you.

Windows Workflow Foundation is often characterized as being a subset of BizTalk Orchestration that you can host within your own process. It is a workflow engine that runs within your Windows client, Windows server, or ASP.NET Web application, allowing you to use a visual designer to define how your various workflow tasks interact.

If you have ever thought that using a workflow or a state machine would be useful, but BizTalk Server seemed like overkill, then this technology should be of great interest to you.

Windows CardSpace, which was code-named InfoCard, is Microsoft's implementation of a standards-based solution for a global identity management technology for the Internet. In other words, WCS is a way of managing your identities on the Internet in a way that is easier and more secure than today's reliance on usernames and passwords. And unlike previous attempts at a unified sign-on, such as Microsoft Passport, with WCS the credentials are managed entirely by the user and the application with which they are connecting.

For example, you might have a casual identity for blogging or posting on Web forums, in which case you'll manage your credentials directly. But you might also do online banking, in which case your bank will likely manage your banking credentials. In any case, Microsoft isn't managing your credentials.

WCS is integrated directly into Windows Vista, so this technology promises to become important to any of us who develop or use Web applications.

The .NET Framework 3.0 is unique in that it represents a major set of functionality in .NET, and yet doesn't change any existing .NET Framework 2.0 libraries, compilers, or functionality. This new framework represents the future of .NET development, and whether you have immediate need for the new functionality or not, it is important to be aware of these new features because they will define the shape of applications in the long run.

About the Author

Rockford Lhotka is the author of several books, including the Expert VB and C# 2005 Business Objects books and related CSLA .NET framework. He is a Microsoft Regional Director, MVP and INETA speaker. Rockford is the Principal Technology Evangelist for Magenic, a Microsoft Gold Certified Partner.

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