Link to home
Start Free TrialLog in
Avatar of Lilib9
Lilib9

asked on

An example 3-tier architecture in ASP.net using VB , Oracle 10 g stored Procedure


Hi all,

I am new to the 3-tier architecture in asp.net. I would like be use microsoft entreprise Application block 4.0  and stored procedure in Oracle 10g express edition

Please provide a code to interact between Dataset, Data Access Layer (DAL), Business Acess Layer and Business Facade Layer  using VB for ASP.net

Regards,
Lilib
ASKER CERTIFIED SOLUTION
Avatar of amar31282
amar31282
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Alternatively, you may want to consider NHibernate, which is quite more versatile ORM and has had many more years of maturity then the application blocks. A good presentation of best practices for a multi-tier architecture in C# and including auto-generation of DAL layers is here: http://www.codeproject.com/KB/architecture/NHibernateBestPractices.aspx