A quick sample: how to customize your database schema view visually?
When you want to change your database schema tree, Metadata Container Editor lets you do this without coding to experiment with the tree structure faster.
Understanding a Complex Database Structure
Knowing where to look for the necessary data in a scarily large database schema is vital when you write SQL queries.
Domain Specific Language: define SQL queries via fluent API
New API makes your queries database server-independent and checked against the current database schema on the compilation stage.
How do you use the Alternate Names feature?
A feature that was primarily made to display clear names for database objects can be helpful to update your queries after the database schema refactoring.