What is ORDesigner
ORDesigner is an entity visual designer for ALinq. it's integrate with VS2008,
this means you can create rich domain-driven models more quickly and easily than
ever before. (HOW TO USE)
ORDesigner Requirements
- ALinq_V2.1.5 or higher
- Microsoft Visual Studio 2008 Pro or higher.
- Third part database .net provider, which depends on your database. ( ODP.Net is supported and prefered for Performance, if you use Oracle database. )
Road Map
- Supppot Stored Procedures.
- Create or update database from model.
- Custom the generated code.
Key Features
Multi Database Supported
ORDesigner supports Access, SQLite, MySql, Oracle, SQL2000,SQL2005 database now.
Create Model from Database
|
To create entities, drag and drop tables from your database. |
Xml Mapping Can be Generated
|
Xml mapping file can be generated by ORDesigner. That means write a dndependent database application is more easy. |
Navigete to Entity Model
|
You can navigate to the Entity Model in diagram by double click the class item in ORDesigner Explorer, that means your can easy to find the Entity Model in diagram. |
Custom Entity Property Attribute
![]() |
The attributes of property can be custom. |
Adjust Entity Property Order
|
The property of entity can be move up or move down by context menu, the shortcuts are Alt + UpArrow and Alt + DownArrow . |

