Description
This is the
Getting Started Tutorial to get used with the ORM doing simple things in a Console Application.
We will learn to:
- Model a simple entity class
- Create the database
- Create an entity object using object initializers
- Save the entity
- Retrieve the entity in many different ways (Retrieve, Query or through Lites)
Time References
If you are using VS 2008 Express you have to create the database in VS2008, not SQL Management Studio. Thanks to
Hezek1ah for the trick.
The videos were recorded with Signum Framework 1.0 & Visual Studio 2008. Some content may vary in SF 2.0 & VS 2010.