Menu

Persist.NET 0.6 Released !

Persist.NET is a persistence mechanism written in C#. It can be used as a complete DataLayer in your .NET applications. Don't care about SQL Query anymore! Give it a try !

New Features:

Some Documentation : There is documentation in code (Methods/Class/...). Not complete, but it's a first step ;)

CountStatement : To create SELECT COUNT(*) ... statements.

FreeSqlStatement : To execute the query specified as string, usefull to use some database specific extentions.

CriteriaConditionSet : This allow WHERE Filters like this : WHERE ((xx > 3)AND(YY = "foo")OR YY = "bar".

Web Site.

Wiki in Place for more precise documentation (Tutorials,...)

Mailing lists
...

Posted by Vincent Daron 2003-12-31

Log in to post a comment.