This website is intended as archive for old content and forums. Please visit http://opf3.codeplex.com for the project's new website. |
| |
| | Beginner Series This tutorial series is designed specifically for people who are interested in learning the basics of creating applications using the Opf3 Framewok. The series includes tutorials and video-based instruction that walks you through creating your first applications. Learn how to write your first Opf3 application today!! Lessons  | Lesson 1: Setting up the Opf3 Framework This lesson gives an overview of how to set up the Opf3 Framework. You will learn how to set up a storage class for Microsoft Office Access (AccessStorage), as well as how to set up the ObjectContext and a concurrency manager that handles the problems of multi user environments. |  | Lesson 2: Creating persistent objects This lesson gives an overview of how to create persistent objects. You will learn how to map a class to a database table and how to bind properties to the rows of that table. The lesson shows also how to specify the type and rules on the bound properties (by using the named properties of the FieldAttribute). |  | Lesson 3: Working with persistent objects This lesson gives an overview of how to work with persistent objects in your application. You will learn how to load an ObjectSet, an ObjectReader or a single persistent object from the database. It shows also how to save the changes on persistent objects in the database. | | |