S2Dao.NET is an O/R mapping framework which does not use XML file. It runs on S2Container.NET. S2Dao.NET has the following features:
S2Dao.NET handles opening/closing of ADO.NET connections.
S2Dao.NET creates Command and DataReader.
Able to generate SQL commands.
Executes SQL commands written in external file (2 way SQL).
Easy to learn.
Following diagram is the outline of S2Dao.NET
S2Dao.NET document is currently being writte. In the meanwhile, refer to S2Dao Java version document.
Note:S2Dao.NET uses customer attribute instead of annotation used in the Java version.