Pablo Galiano :

Subscriptions

<December 2008>
SuMoTuWeThFrSa
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910

News

Subscribe to Pablo Galiano by Email

Post Categories

Enterprise Library (RSS)

EntLib 2.0 August CTP Released

The August CTP of Enterprise Library for .Net 2.0 is out.

You can download it from:

http://practices.gotdotnet.com/projects/entlib

 

posted Tuesday, August 30, 2005 1:46 AM by pga with 5727 Comments

Oracle Script for the DB Authentication and Authorization provider

In the Enterprise Library the default DB Authentication and Authorization provider is based on Microsoft SQL Server.

After you install EL you are going to find a transact sql script with all the related tables and stored procedures.

I made a port of this script to support Oracle 9.0i databases, basically you first have to create a package named "cursor_types" and declare a cursor named "curout", and then you can execute the script.

If you want the script please send me an email.

Pablo

posted Wednesday, August 17, 2005 2:40 AM by pga with 0 Comments

Configuration changes in the new version of Enterprise Library

In this article , Fernando explains the major changes in the way that EL handles the configuration, to be in sync with the .NET Framework 2.0.

So read it and stay tuned because it is the first article of the series.

posted Tuesday, August 16, 2005 11:55 AM by pga with 0 Comments