News

Microsoft Debuts Enterprise Library 3.0

Enterprise Library 3.0 available as free download.

Microsoft in April released the shipping version of Enterprise Library 3.0 for .NET Framework. Designed for .NET Framework 2.0 and fully compatible with .NET Framework 3.0, the free download offers pre-built software application blocks to help developers streamline common enterprise dev tasks.

Tom Holland, 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's 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 Holland.

New to Enterprise Library 3.0 is the Validation Application Block, which integrates with Windows Forms, ASP.NET or Windows Communication Foundation to provide data validation, and the Policy Injection Application Block, which Holland says "separates cross-cutting concerns from the core business logic."

Enterprise Library 3.0 also adds the ability to easily create custom application blocks. Also of interest is the Application Block Software Factory, which Holland says uses Guidance Packages or Guidance Automation to generate code in Visual Studio that conforms to a particular architectural style.

About the Author

Michael Desmond is an editor and writer for 1105 Media's Enterprise Computing Group.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube