New Learning Materials on Data Modeling Approaches - UI First, Data Model First, Database First and Code First

XAF Team Blog
01 August 2012

DevExpress provides a series of videos and help topics that describe the newly available UI First and Data Model First approaches to XAF development, as well as the existing Database First and Code First workflows. The videos and corresponding tutorials are organized according to data modeling method.

UI First

 

ui-first

The UI First approach begins with UI prototyping in the Business Object Designer, which ships with XAF starting with v12.1. In this designer, you will specify the properties that are exposed by your business objects, adjust the Detail View layouts, specify List View settings and define associations between objects. This will create ready-to-use Desktop and Web applications without writing a single line of code.

Watch Video | Read Tutorial

Data Model First (XPO)

 

model-first

The Data Model First approach begins by defining a data model in the Data Model Designer, which ships with XPO starting with v12.1. In this designer, you can add new objects, specify object relationships, and define persistent and calculated properties. The designer visualizes the entire data model in a single window.

Watch Video | Read Tutorial

Data Model First (Entity Framework)

 

ef

If you have used the Entity Framework in your previous projects, you may wish to reuse your data model definitions in XAF. If you are new to XAF, you may choose to skip the tutorials on XPO (the default ORM tool), and use your Entity Framework experience instead. Starting with 12.1, we provide experimental (community technology preview) support for Entity Framework as an ORM layer.

Watch Video | Read Tutorial

Database First

 

db-first

Programmers are often required to maintain a legacy database rather than build an application from scratch. The XPO Data Model Designer can automatically generate a data model for a specified database. Many popular database engines are supported, including MS SQL Server, PostgreSQL, MySQL and Oracle (see more). The created data model is visualized by the designer and can be customized.

Watch Video | Read Tutorial

Code First

 

code-first

The Code First approach begins by implementing business classes that define your data model (it is a good idea to use CodeRush Templates, which speed-up coding significantly). This standard approach has been used in XAF from early on. Although this information is included in our documentation and demos, we decided to introduce a new simple tutorial, targeted for those who wish to quickly get acquainted with XAF.

Read Tutorial

Let me know what you think of our videos and tutorials.

Free DevExpress Products - Get Your Copy Today

The following free DevExpress product offers remain available. Should you have any questions about the free offers below, please submit a ticket via the DevExpress Support Center at your convenience. We'll be happy to follow-up.
No Comments

Please login or register to post comments.