Source code checked in, #eabcc78ff105
Ability to add WCF DataMember and DataContract attributes.
View ArticleUpdated Wiki: Home
Project Description Reverse engineers an existing database and generates EntityFramework Code First POCO classes, DbContext and Configuration mappings.Currently only works for SQL Server. This has now...
View ArticleUpdated Wiki: Documentation
This has now been made into a visual studio extension. To install and use this project:Use Nuget and install EntityFramework. Add a connect string to your app.config. Somethine like....
View ArticleSource code checked in, #7092449fa7e2
Ability to add WCF DataMember and DataContract attributes.
View ArticleUpdated Wiki: Home
Project Description Reverse engineers an existing database and generates EntityFramework Code First POCO classes, DbContext and Configuration mappings.Currently only works for SQL Server. This has now...
View ArticleCreated Issue: DataMember isRequired [4]
Referencing version 1.5.0.The DataMember attribute for 'isRequired' is not working as expected. Columns from the database that are set as nullable are set to 'isRequired=true' and columns that are...
View ArticleCommented Issue: DataMember isRequired [4]
Referencing version 1.5.0.The DataMember attribute for 'isRequired' is not working as expected. Columns from the database that are set as nullable are set to 'isRequired=true' and columns that are...
View ArticleEdited Issue: DataMember isRequired [4]
Referencing version 1.5.0.The DataMember attribute for 'isRequired' is not working as expected. Columns from the database that are set as nullable are set to 'isRequired=true' and columns that are...
View ArticleUpdated Wiki: Documentation
This has now been made into a visual studio extension. To install and use this project:Use Nuget and install EntityFramework. Add a connect string to your app.config. Somethine like....
View ArticleUpdated Wiki: Documentation
This has now been made into a visual studio extension. To install and use this project:Use Nuget and install EntityFramework. Add a connect string to your app.config. Somethine like....
View ArticleSource code checked in, #d5bcba8a33ec
Enhance ReadSchema performance with early table exclusion.
View ArticleClosed Issue: Impossible to clone project [3]
Cause case-folding collision between Tester/app.config and Tester/App.configComments: This has now been fixed.
View ArticleClosed Issue: DataMember isRequired [4]
Referencing version 1.5.0.The DataMember attribute for 'isRequired' is not working as expected. Columns from the database that are set as nullable are set to 'isRequired=true' and columns that are...
View ArticleCommented Issue: DataMember isRequired [4]
Referencing version 1.5.0.The DataMember attribute for 'isRequired' is not working as expected. Columns from the database that are set as nullable are set to 'isRequired=true' and columns that are...
View ArticleEdited Issue: Bugs and suggestions [2]
1) If column name equals [$], then Generator failed with exception IndexOutOfRange.2) And if default of column equals (null) or some decimal value (0.5 for example), then in class constuctor we can see...
View Article