New Post: Repository.Pattern.NHibernate library for v3.2 of this Repository...
We have made the architectural placed holders to implement another provider e.g. nHibernate, to do this, one would just implement all the interfaces in the Repository.Pattern project. We will commit to...
View ArticleNew Post: Using AsNoTracking() for Queries
We do not have any plans to implement AsNoTracking to the framework, however the framework is intended for ease of extensibility, meaning this should be fairly straight forward to implement.
View ArticleNew Post: How can I do an async retrieve of all the data in an entity using...
We do not support Async to get all records at this time. The warning message you are getting is by design, you can ignore this for now.
View ArticleNew Post: What exactly is an IQueryFluent and an IQueryObject ?
Advance features e.g. IQueryObject use cases:...
View ArticleCommented Unassigned: Circular reference [1218]
namespace Service.Pattern{ public abstract class Service<TEntity> : IService<TEntity> where TEntity : IObjectState{public virtual async Task<bool> DeleteAsync(CancellationToken...
View ArticleClosed Unassigned: Circular reference [1218]
namespace Service.Pattern{ public abstract class Service<TEntity> : IService<TEntity> where TEntity : IObjectState{public virtual async Task<bool> DeleteAsync(CancellationToken...
View ArticleSource code checked in, #328bc813f2639a1379da644c38dac8e50495be8b
syncing updates from Ivan
View ArticleSource code checked in, #e78e150d874b438044094a979c04697c4abaf943
sync update from Ivan
View ArticleSource code checked in, #413ff956694976b42ee1386a92abf49f1bad3a09
delete Northwind.Entity
View ArticleNew Post: How do you generate those models under StoredProcedures/Models,...
Are they generated by some tools? I don't see EF powertools has this ability. Thanks.
View ArticleNew Post: Query Distinct is not working. Any idea?
I have the following custom Repository using Distinct and the distinct is not working.public static class MemberRepository { public static IEnumerable<AutoComplete> GetDistinctMembers( this...
View ArticleNew Post: Edm.Guid Edm.String
Thank you for the reply. However, I do the know the correct syntax. What I'm unsure of is where in the sample application to make my code change. For example, I have an edit view model (modified from...
View ArticleCreated Unassigned: DeleteAsync doesn't work in...
Doesn't delete, looking at the code, it is missing ObjectState change. I've changed to below and it now works. Don't know if it still needs the attach and remove, but they don't work anyway.``` public...
View ArticleNew Post: Adding child objects fails
Starting to explore the framework and have a question you might be able to direct me to the right direction. When you have foreign keys specified in your DAL do you have to set the state when adding...
View ArticleNew Post: on "Integration with Trackable Entities Framework"
Isn't "Trackable Entities" another Generic Unit of Work & Repositories Framework? What exactly is being added to this framework? Or are the two being merged?
View ArticleSource code checked in, #58b1cdda0eeb1d141f641b9601a0530d7e81d9db
deleting northwind.entity
View ArticleSource code checked in, #4154e132c2594cf80063f5f7ae9e3985b7d2035b
removing user specific solution files
View Article