Edit 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)
Edit 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.