Enterprise Library - C# User Group Presentation

On Wednesday 16.2.2005 me and Ido Samuelson gave a presentation about the Enterprise Library at the Microsoft C# User Group.

During the presentation we presented the 7 application blocks of the Enterprise Library focusing on design and extensibility of each block.

We have shown some neat features such as extending the security application block to support xmlproviders and the ability to extend the logger sink to support sms messaging.

For anyone who missed the presentation be sure to catch us on a Microsoft WebCast scheduled at the beginning of may.

Click here to download the presentation

Download the Demos

Using the Configuration Application Block
Every Enterprise Library application block uses the Configuration Application block, this demo will demonstrate the ease of using the configuration application block

Using the DataAccess Application Block
This demo demonstrate the ease of use of DataAccess application block

Extending Security Application Block
This demo demonstrate the ability to extend the security application block to use XML files, here you can take a look at my XmlAuthenticationProvider, XmlProfileProvider, XmlRolesProvider

Using / Extending the Crypto Application Block
This demo demonstrate the easy of using the Crypto Application Block and gives a simple MySimetricCryptograpyProvider

Using the Caching Application Block
This demo demonstrate using the caching application block to share data between instances.

Using / Extending the Logging Application Block
This demo demonstrate the use of the Logging Application Block and a way to extend the logging application block by adding a SMS Sink using SMS2U (sms gateway provider in israel)

Using the Exception Handling Application Block
This demo demonstrate how you can easily use the Exception Handling application block to replace or wrap exceptions 

3 Comments

Comments have been disabled for this content.