<% title # Compare DbManager with ADO.NET %> <% order # 1 %>

This example contains two demos to demonstrate the difference between ADO.NET and BLToolkit. The AdoDemo represents a typical data access method which takes one parameter and returns a list of objects. All routine mapping work is done manually inside the method.

AdoDemo.cs <% ..\..\..\HowTo\Data\AdoDemo.cs %>

The DbManagerDemo does the same work performed by BLToolkit.DbManager.

DbManagerDemo.cs <% ..\..\..\HowTo\Data\DbManagerDemo.cs %> App.config <% Doc\Data\App1.config %> Create.sql script