New Post: Frameworks project files can't load
Same problem here, I did the following to solve this issue:Download v3.2.1 (https://genericunitofworkandrepositories.codeplex.com/downloads/get/810749)Extract contents Copied the Source folder from the...
View ArticleReleased: v3.3.1 (Jul 02, 2014)
v3.3.2 - in developmentnHibernate providerv3.3.1Added integration test with NorthwindTest.IntegrationTest Db creation TestFixturev.3.3 - Released 03/07/2014ASP.NET MVC 5, Web Api 2.1,...
View ArticleUpdated Release: v3.3.1 (Jul 02, 2014)
v3.3.2 - in development nHibernate providerv3.3.1 Added integration test with NorthwindTest.IntegrationTest Db creation TestFixturev.3.3 - Released 03/07/2014 ASP.NET MVC 5, Web Api 2.1, AngularJS&...
View ArticleNew Post: Frameworks project files can't load
Apologize, we didn't package the download correctly, we've re-uploaded a new zip for the download, please try again. The correct solution to open should be /Sample/Northwind.sln
View ArticleNew Post: Entity class, why in Repository.Pattern.Ef6 assembly?
I'm wondering if there is a reason I'm not seeing why the Entity class is in the Repository.Pattern.Ef6 assembly? There aren't any dependencies on EF, and wouldn't it make sense to place it in...
View ArticleSource code checked in, #983391391bf66abcada38bf569957bc6e50cec09
Merging pull request from DaveRogers
View ArticleNew Post: A Couple of Suggestions from Experience
Update, your pull request has been merged, with the unit and integration tests updated for RepositoryProvider. There is one place I'd like for you to review...
View ArticleSource code checked in, #5a35d73bb93c9b1bd3027f94be90054b1a15fdf4
Issue: 1226 - Transactions: ObjectDisposedException - emperor_ming
View ArticleCommented Unassigned: Transactions: ObjectDisposedException [1226]
#ProblemUnitOfWork has a dependency upon IDataContextAsync. If this dependency is injected _in request scope_, and we begin a transaction, then we'll obtain an ObjectDisposedException in...
View ArticleCommented Unassigned: Transactions: ObjectDisposedException [1226]
#ProblemUnitOfWork has a dependency upon IDataContextAsync. If this dependency is injected _in request scope_, and we begin a transaction, then we'll obtain an ObjectDisposedException in...
View ArticleClosed Unassigned: Transactions: ObjectDisposedException [1226]
#ProblemUnitOfWork has a dependency upon IDataContextAsync. If this dependency is injected _in request scope_, and we begin a transaction, then we'll obtain an ObjectDisposedException in...
View ArticleNew Post: Call to Dispose throws error on ObjectContext.Connection
This issue has been resolved please see changeset: https://genericunitofworkandrepositories.codeplex.com/SourceControl/changeset/5a35d73bb93c9b1bd3027f94be90054b1a15fdf4
View ArticleNew Post: Dependency injection
If your using Unity you can configure it so it registers your binding by conventionhttp://blogs.msdn.com/b/agile/archive/2013/03/12/unity-configuration-registration-by-convention.aspx.
View ArticleNew Post: Multiple databases same structure, connection string injection
This should get you started http://blog.longle.net/2013/07/30/bounded-dbcontext-with-generic-unit-of-work-generic-repositories-entity-framework-6-unity-3-0-in-mvc-4/.
View ArticleNew Post: AddOrUpdate and Merge.
The framework is built to be easily extensible, you could simply add this method and it's implementation to IRepository and Repsitory.cs and all your repositories would have them.
View ArticleNew Post: Edm.Guid Edm.String
In LinqPad simple query the Customer as I have pictured above with a Guid and LinqPad will generate the Url it is using for you. Pseudo sample code for LinqPad: var myId = new...
View ArticleNew Post: The source IQueryable doesn't implement IDbAsyncEnumerable
You will need the IQueryable from EF before SQL plan has executed. As documented here:...
View ArticleNew Post: Unable to create Web API 2 OData Controller with Actions using EF...
We have removed the template because of to many variants of VS, EF, & MVC.
View ArticleNew Post: Cannot perform Inserts or Updates
Need to make sure your DbContext has singleton behavior for the lifecycle of httprequest, documented here using...
View Article