In this recorded webinar, Evangelist Gabe Sumner shows you what's new in the Q2 2009 release of the Telerik OpenAccess ORM. Jump start your learning and start here for your quick intro to the new Q2 features.
In this video you will learn how to ORM-enable a .NET project to work with OpenAccess ORM. You will also learn how to configure OpenAccess to use a SQL Express database in a minimal number of steps. Published:
6/18/2010 | Views:
1322
| Library:ORM
The beauty of OpenAccess is that you can work with the model you're most comfortable with: objects and .NET code or tables with SQL. For example, you can create a simple "Customer" object and OpenAccess creates a database and table automatically. This... Published:
6/18/2010 | Views:
666 | Library:ORM
In a more traditional scenario, the database already exists and a data access layer needs to be created to work with the data programmatically. This video uses Customer, Orders and OrderDetails tables of the installed NorthwindOA SQL Express database. Published:
6/18/2010 | Views:
671 | Library:ORM
You're not "cooking with gas" until you can persist changes to the database. To update data using OpenAccess, you only need to modify the state of an object, you don't need to know any of the SQL performed on the back end. If your database happens to... Published:
6/18/2010 | Views:
1021 | Library:ORM
We've already used the menu to ORM-enable projects and to reverse map. In this next walk-through we will take a tour of menu options and use them to fine-tune existing projects and make changes on-the-fly Published:
6/18/2010 | Views:
363 | Library:ORM