The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Enterprise Library 1.0 released!

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Roy Osherove

Posts: 1807
Nickname: royo
Registered: Sep, 2003

Roy Osherove is a .Net consultant based in Israel
Enterprise Library 1.0 released! Posted: Jan 28, 2005 3:57 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Roy Osherove.
Original Post: Enterprise Library 1.0 released!
Feed Title: ISerializable
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/rosherove/Rss.aspx
Feed Description: Roy Osherove's persistent thoughts
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Roy Osherove
Latest Posts From ISerializable

Advertisement

Enterprise Library is out.  Let the blogging madness begin.

What is it?

It's the next, better version of the Microsoft Application Blocks you've seen until today. With a few changes:

  • It's a suite of 7 built in , new and improved application blocks. They work together, as a team to provide easier and better configuration, management, usability and consistency into our development experience.
  • They can use each other, but they *don't have to*! You can write your own "providers" and hook them up. Today, for example, you can't use the Logging Application Block without using the EIF framework with it (with out major code changes). With Entlib(the nickname you'll be hearing a lot from now on) there's a whole extensibility architecture in place.
  • The idea is that on top of 7 existing built in blocks inside Entlib, the community is encourages to extend and create other blocks that play with each other using the extensibility mechanisms found in the library. Yep. Plug ins.
  • All configuration is done via XML. of ALL the blocks. But the killer feature here is that its all done in *one* single place - using a configuration GUI that can map and set properties for all application blocks your application will need. No more messing around with error prone XML. Te Configuration GUI will help you validate the properties you set, and do the hard work for you while you sent a bunch of properties on tree nodes.
  • The application blocks have been enhanced. For example, the new version of the Data Access block is capable of using an encrypted connection string. It does it magically for you by using an all new encryption application block!
  • The next version of the logging block is perfectly capable of talking with the data access block and saving your traces to the database. It's the replacement for EIF ,really, with many abilities and many providers. If you were looking into Log4Net or EIF, you should seriously check this one out.
  • It's fully Unit Tested!

Lots more about Entlib. Go download this very cool thing right away. Great job people!

 

Read: Enterprise Library 1.0 released!

Topic: SPS2003 - 30 million licencees Previous Topic   Next Topic Topic: Visual Studio 2005 Beta 1 Timebomb/Expiration Date

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use