Updated Wiki: Adding Custom Queries to Repository
Add extension method for IRepository<TEntity> or (if async) IRepostioryAsync<TEntity>*Note: all things returned from Repository layer are of type TEntity or IEnumerable<TEntity> and...
View ArticleUpdated Wiki: Adding Custom Queries to Repository
Add extension method for IRepository<TEntity> or (if async) IRepostioryAsync<TEntity>*Note: all things returned from Repository layer are of type TEntity or IEnumerable<TEntity> and...
View ArticleUpdated Wiki: Adding Custom Queries to Repository
Add extension method for IRepository<TEntity> or (if async) IRepostioryAsync<TEntity>*Note: all things returned from Repository layer are of type TEntity or IEnumerable<TEntity> and...
View ArticleUpdated Wiki: Adding Custom Queries to Repository
Add extension method for IRepository<TEntity> or (if async) IRepostioryAsync<TEntity>*Note: all things returned from Repository layer are of type TEntity or IEnumerable<TEntity> and...
View ArticleUpdated Wiki: Adding Custom Queries to Repository
Add extension method for IRepository<TEntity> or (if async) IRepostioryAsync<TEntity>*Note: all things returned from Repository layer are of type TEntity or IEnumerable<TEntity> and...
View ArticleSource code checked in, #45c59ae7fdc526f81d369a25a0fb189a7beb44f3
Adding custom queries example
View ArticleNew Post: ServiceLayer
Hi, thank you Le Long for your great framework. I'm currently trying to implement the patterns into my project but I’m struggling with some kind of service layer things.You just use UnitOfWork in your...
View ArticleUpdated Release: v3.2.1 (Mar 02, 2014)
v3.3 - coming soon! Integration with Trackable Entities Framework http://trackable.codeplex.comImplement CRUD with the Command PatternnHibernate provider (this has been a frequent request from...
View ArticleReleased: v3.2.1 (Mar 02, 2014)
v3.3 - coming soon!Integration with Trackable Entities Framework http://trackable.codeplex.comImplement CRUD with the Command Pattern nHibernate provider (this has been a frequent request from...
View ArticleUpdated Release: v3.2.1 (Mar 02, 2014)
v3.3 - coming soon! Integration with Trackable Entities Framework http://trackable.codeplex.comImplement CRUD with the Command PatternnHibernate provider (this has been a frequent request from...
View ArticleNew Post: ServiceLayer
I've thought about the scenario to use UnitOfWork in my service layer. It was quite simple to change your code a little bit and get my desired result. (I hope so) I've changed the constructor of the...
View ArticleNew Post: ServiceLayer
We are working on some code samples which will demonstrate the best practices for your use case, your patience is greatly appreciated :)
View ArticleNew Post: How to use the framework with multi-datacontex?
in my case, will use multi-datacontext, how to inject dependence ? thank you.
View ArticleUpdated Wiki: Quick Samples in LINQPad
Quick Samples in LINQPad*Please download to see real world implementation in sample ASP.NET MVC 5 application.Simple query for all categories*Initializing of UnitofWork and Repositories would be...
View ArticleCreated Unassigned: File download Issues !!!! [1211]
Unable to download the file, always incomplete file is downloaded.... No files to extract or Error downloading file issue...tried multiple times still the same.
View ArticleNew Post: If I'm using Entity Framework 6, with VS2013, is a generic...
I am re-examining my implementation of the generic unit of work and repository framework. I am using EF6, and VS2013. As such, VS contains WebAPI controller templates that auto-generate WebAPI 2 OData...
View ArticleCommented Unassigned: Automated Logging [1210]
Hello,Are you planning to extend this framework, like automated logging of object and property changes?I've found a library and may be you can implement this;...
View ArticleNew Post: How to use existing Stored Procedures???
I am trying to start using all the patterns that you offer with this framework, btw cool, but at some point because my business rules demand it, I have to use an existing stored procedure in my...
View ArticleNew Post: Difference between ODataQueryable() and SelectQuery() ?
Hi Long, I have spent most of the afternoon transitioning to the latest framework source code. Where in the past I was doing something like:_repository.Query().Get().Where(...) ... I now see that I can...
View ArticleNew Post: Difference between ODataQueryable() and SelectQuery() ?
ODataQueryable will be changed to Queryable, this is meant to only be used within the Repostiory layer and not in the presentation layer. This is so that you don't leek features that are specific to an...
View Article