Desmond File

Blog archive

Enterprise Library 3.0

Back in February, Redmond Developer News reported on the release of a community technology preview of Enterprise Library 3.0.

The software enables developers to streamline common enterprise application development tasks for .NET-aware projects and improve overall code quality. The final version of Enterprise Library 3.0 went live on Friday.

Tom Hollander, product manager in the Microsoft Patterns & Practices Group, says this latest version will prove much less troublesome to deploy than earlier editions of Enterprise Library, which had to keep pace with major changes to the underlying .NET Framework.

"It really just builds on what the two first major releases really provided. A lot of people are still wearing some scars, as we are ourselves, in the upgrade from Enterprise Library version 1 to version 2," says Hollander. "There were quite a number of breaking changes in that release. We are very pleased that the changes between version 3 and version 2 are much, much, much simpler."

Key updates to the new library include Validation Application Block, which integrates with Windows Forms, ASP.NET or WCF to provide data validation, and Policy Injection Application Block, which Hollander says "separates cross-cutting concerns from the core business logic."

Perhaps most interesting is the Application Block Software Factory, which Hollander says uses Guidance Packages or Guidance Automation to generate code within Visual Studio that conforms to a particular architectural style. Hollander says Microsoft will be releasing new software factories, though there was no information on what types of scenarios these might target.

For more information on Enterprise Library 3.0, visit the download page here.

Posted by Michael Desmond on 04/11/2007


comments powered by Disqus

Featured

  • VS Code v1.99 Is All About Copilot Chat AI, Including Agent Mode

    Agent Mode provides an autonomous editing experience where Copilot plans and executes tasks to fulfill requests. It determines relevant files, applies code changes, suggests terminal commands, and iterates to resolve issues, all while keeping users in control to review and confirm actions.

  • Windows Community Toolkit v8.2 Adds Native AOT Support

    Microsoft shipped Windows Community Toolkit v8.2, an incremental update to the open-source collection of helper functions and other resources designed to simplify the development of Windows applications. The main new feature is support for native ahead-of-time (AOT) compilation.

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

Subscribe on YouTube