Quantcast
Channel: EntityFramework Reverse POCO Code First Generator
Browsing all 1642 articles
Browse latest View live

Source code checked in, #8790f61364f0

Added support for datetime2

View Article


Source code checked in, #3ddb5b955cf5

Update revision number to 1.7.1

View Article


Source code checked in, #cdce419663ec

Added tag v1.7.1 for changeset 3ddb5b955cf5

View Article

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 Article

Updated 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 Article


Updated 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 Article

Created 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 Article

Created 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 Article


Updated 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 Article


Created 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 name![Image](http://i.imgur.com/6mztPIb.png)When looking in the list, the 'Code First'...

View Article

Released: 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 Article

Created 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 Article

Created 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 Article


Updated 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 Article

Updated 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 Article


Updated 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 Article

Updated 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 Article


Commented 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 Article

Updated 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

Source code checked in, #21175df6a396

Fixed bug with duplicate FK constraints.

View Article
Browsing all 1642 articles
Browse latest View live