1-10 of 101 < Previous Next >
1 vote

Missing Recipes to Create Data Repository Classes in VB.NET

After setting the a VB.NET project as a Data Access Project, the recipes to create Data Repository classes are not available. This issue was identified using the Test Plan: http://www.codeplex.com...

id# 11415 | Planned Release: None | Last Updated: Mon at 11:34 PM  by lerocha
1 vote

Wrong Oracle connection string is created with 'Adding database connection' recipe

When using Oracle database, the connection created by the "Adding database connection" recipe is invalid. STEPS 1. Install the Oracle test database from: http://www.codeplex.com/ChinookDatabase/R...

id# 11418 | Planned Release: None | Last Updated: Mon at 11:25 PM  by lerocha
1 vote

Get One generated code throws SqlException

After running the Get One recipe, the generated code compiles fine but there is an error when executing Get One operations. This issue is related to the Get One changes to use the new ISimpleDomai...

id# 11414 | Planned Release: None | Last Updated: Mon at 9:42 PM  by lerocha
1 vote
closed

uniqueidentifier System.Guid CastDBNull

It appears that the creation of the respository classes have a difficult time with Sql Server columns of type uniqueidentifier. It understands that this converts to System.Guid but attempts to add ...

id# 11113 | Planned Release: None | Last Updated: Sep 30 at 6:59 PM  by lerocha
1 vote
closed

Generation of <entity>Repository.cs contains errors

I used the release for VS2008 and found that in <entity>Repository.cs generated file there are two errors in 'Remove' method: 1. signature of Remove method is 'public void Remove(System.Int32 clien...

id# 11365 | Planned Release: None | Last Updated: Sep 30 at 2:37 AM  by lerocha
1 vote

GetAllFactory class generated code assigns values to read-only properties

It happened to me to declare read-only properties during "creation of repository classes from business entities" and I ended with compilation errors because the code generation template/snippet was...

id# 11379 | Planned Release: None | Last Updated: Sep 25 at 1:02 PM  by valeriuz
24 votes

Pluggable Database Helper Provider With DAAB as One Provider

Let's have Enterprise Library DAAB an optional provider for database helper services. This will provider a number of benefits: 1) Remove the dependency on Enterprise Library and specific version ...

id# 5460 | Planned Release: None | Last Updated: Sep 23 at 2:08 PM  by valeriuz
9 votes

Schema >>Namespace

It would be a nice enhancement if schemas were contained within a namespace in the generated entities.

id# 2524 | Planned Release: None | Last Updated: Sep 23 at 2:05 PM  by valeriuz
32 votes

Allow for one-to-many objects

It would be nice to automate the handling for one-to-many objects, e.g. Order and Order Details. For example, an order object may contain an OrderDetails property of type IList<OrderDetail>. When...

id# 5166 | Planned Release: None | Last Updated: Sep 23 at 2:04 PM  by valeriuz
19 votes

Oracle Support

What about Oracle Support. There was some Data Access Package for Oracle. Is this included ?

id# 5084 | Planned Release: None | Last Updated: Sep 10 at 7:46 AM  by amfakheruddin

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-10 of 101 < Previous 1 2 3 4 5 6 7 8 9 10 ... Next >
Updating...