28 results found
-
Convert to Devart model directly from VS EDMX file.
Extensive documentation such as
Documentation->Long Description and Documentation-> Summary could be conveniently imported in this way.1 vote -
Command line interface support
Support for command line parameters for automatic code generation from the model and automatic model generation from the database.
163 votesCommand-line interface is implemented in a standalone Entity Developer v6.7: https://forums.devart.com/viewtopic.php?f=32&t=40473 .
-
NHibernate support
Support for the NHibernate open-source ORM framework.
19 votesPlease take a look at http://www.devart.com/entitydeveloper/nhibernate-designer.html
-
Have a way to automate mappings for complex types in tables.
I had this situation happen to me:
I had a complex type that has 6 properties and this complex type was used about 20 times in a single table. I had to go to the Mapping Editor and type in the mapping names for these 120 fields. This was very time consuming and tedious especially since that Editor doesn't make doing mass edits very easy to do.
I know Microsoft's Entity Framework designer will automatically do these mappings for you. It would be great in this capability was added to your designer.
Perhaps do something like:
Table.CPropIndex0
Table.CPropIndex1…3 votes -
Template for DTO Generation
An additional template for generating DTOs for use in services where Self Tracking POCO entities are insufficient. Perhaps with some sort of repository implementation for converting the DTOs to "true" POCO's in the same template.
10 votes -
easy code generation for repositories from entitymodels
An easy way to generate extensible repository code for entitymodels would be really nice.
3 votes -
9 votes
-
Changing schema
Add multiselect of Store objects to allow for changing the schema for all tables at once.
3 votes -
Outer Join on Old Oracle Databases
I realize that you don't have support for OUTER JOIN (+) on Oracle 8i. I know that it's an old database, but we have clients that still have this working.
10 votes -
Firebird support
Firebird database has support for .NET for over 5 years and I believe that it is very perspective database with very wide community and support.
6 votes -
Add LinqPad support using their "Data Context Extensibility Model"
Information here: http://www.linqpad.net/DataContextPlugin.pdf
29 votes -
Better support for numeric ID fields
Numeric ID fields are most of the type generated by Oracle triggers (as a proper auto-incremented field type is missing). I would like to configure that for a model any numeric field with the name "ID" is set by default to AutoGeneratedPattern "Identity"?
I know you guys can't guess from the DB which fields are generated by a trigger but allow us to configure which fields we want to work that way.
15 votes -
3 votes
-
Mapping rules defined by user
Possibility to define own rules how should be database types mapped to .NET data types.
For example, in Oracle:
Number(1,0) -> (boolean or short)38 votes -
Support for Workflow Persistence
Windows Workflow (WF) uses a Persistence Provider for long running tasks. (http://msdn.microsoft.com/en-us/library/bb412184.aspx) There is a CodePlex site (http://wftools.codeplex.com/) offering some help for persisting to non MSSQL databases. I would love to see DevArt add this as a feature in their dotConnect products.
4 votes -
Enum support
Support for enum data types, e.g.:
public enum Status : long
{
Active = 0,
Inactive = 1,
Delete = 2
}So code can be much more readable: .Where(o => o.Status = Status.Active)
122 votes -
Updating model from database
Wizard for comparing the database with the model and updating the model from the database. The wizard will try retaining all manual changes to the model.
112 votesTry it in the latest Beta version now.
-
Custom Attributes support
Design-time adding of custom attributes, which affect code generation, to classes, methods, and properties.
85 votes -
POCO EF templates
Templates for generating POCO code for Entity Framework 4 models.
45 votes -
Update To Database and Generate DDL Script wizards
DDL script generation for creating database for the model (Model First), and wizard for comparing database with the model, and updating the database from the model. Wizard will try affecting the existing database data as little as possible.
42 votesTry it in the latest Beta version now.
- Don't see your idea?