-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathHtmlHelpOverview.html
32 lines (29 loc) · 993 Bytes
/
HtmlHelpOverview.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<html>
<head>
<title>SqlBatis</title>
<style>
.spacenametitle {
font: 31px/41px Impact, Arial, Helvetica;
font-weight: 100;
color: #999999;
margin: 0px;
}
a:link, A:visited, A:active, A:hover {
color: #003366;
}
</style>
</head>
<body>
<p>
<div class="spacenametitle">SqlBatis - A fork of Apache iBATIS.NET</div>
</p>
<p>
The SqlBatis Data Mapper framework makes it easier to use a database with .NET applications. SqlBatis couples objects with stored procedures or SQL statements using a XML descriptor.
</p>
Simplicity is the biggest advantage of the SqlBatis Data Mapper over object relational mapping tools. To use SqlBatis Data Mapper you rely on your own objects, XML, and SQL. There is little to learn that you don't already know.
<p />
With SqlBatis Data Mapper you have the full power of both SQL and stored procedures at your fingertips.
<!-- <h3><a href="UnitTests.html">NUnit Tests</a></h3>
-->
</body>
</html>