Updated Wiki: Documentation
Whats new in v1.7.1:Add support for DateTime2 Add support for UnitOfWork and the repository pattern. This means you can now unit test your repositories. See the source code for examples.Add IDisposable...
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: 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 Unassigned: Callbacks during Generation [8]
It would be helpful if there were events or callbacks during object generation.For example, for my project in addition to the DbContext, I create a separate Interface with all the tables as properties....
View ArticleCreated Unassigned: Do not override connection timeout when generating...
Core .ttinclude file specifies hardcoded timeout of 300 seconds at lines 1235, 1306. This will take precedence over 'Connection Timeout' option in Connection String. Please comment out or remove these...
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 Unassigned: Instructions have slightly different name for item...
NOTE: __Very low priority__ :)The instructions say to look for a template name that includes 'Code First' in the nameWhen looking in the list, the 'Code First'...
View ArticleReleased: v1.7.1 (Jun 10, 2013)
Whats new in v1.7.1Add support for DateTime2 Add support for UnitOfWork and the repository pattern. This means you can now unit test your repositories. See the source code for examples.Add IDisposable...
View ArticleCreated Release: v1.7.1 (Jun 10, 2013)
Whats new in v1.7.1Add support for DateTime2Add support for UnitOfWork and the repository pattern. This means you can now unit test your repositories. See the source code for examples.Add IDisposable...
View ArticleCreated Unassigned: Timeout errors on object generation [11]
Really more of a note for a README than an issue.I would randomly receive timeout errors on object generation. Running the TableSQL statement trough SSMS would sometimes return in 3 seconds, sometimes...
View ArticleUpdated Wiki: Documentation
OverviewThis 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: What's new
Whats new in v1.9.0:It now has the ability to read connection strings from other config files/projects. It starts by looking at the local project for the named connection string in the following...
View ArticleUpdated Wiki: Documentation
What's newClick here to view what's new in this release.OverviewThis has now been made into a visual studio extension. To install and use this project:Use Nuget and install EntityFramework. Add a...
View ArticleUpdated Wiki: Documentation
What's newClick here to see what's new in this release.OverviewThis has now been made into a visual studio extension. To install and use this project:Use Nuget and install EntityFramework. Add a...
View ArticleCommented Feature: Foreign Key Naming [6]
From Terry:Take this example of two tables.• Users • Locations Foreign key relationships • Users.Location_FK_Locations_ID = Locations.ID• Locations.Owner_FK_Users_ID = Users.IDThis results in ambiguous...
View ArticleUpdated Wiki: Documentation
What's newClick here to see what's new in this release.OverviewThis is a visual studio extension and not a Nuget package. To install and use this project:Use Nuget and install EntityFramework. Add a...
View Article