Skip to: Site menu | Main content

Database Recipes Print

Examples of working with databases from boo.

For general information about learning to use relational databases in .NET and Mono, see the ADO.NET page here. There also is a page with links to tips about Database Design.

You can also store objects to a file using simple serialization (with or without using XML).