Productivity
                             
                      
                  
                    
                          Hi everybody, My name is Jan Blessenohl and I am working on the new Telerik object relational mapper named OpenAccess ORM. In the next posts I would like to guide you through the first steps with OpenAccess. This post is about reverse engineering. The following posts will use this feature to build running applications. - OpenAccess comes with 2 possible ways to generate the persistent model:  Forwad Mapping: Write the persistent classes first and let then OpenAccess generate the database schema.  Reverse Engineering: Design the database schema first, let OpenAccess read it and then create all the classes for you.   This step by step...