Created Unassigned: Service vs IRespository [1248]
It might possible that I am getting it wrong but I have problem understanding following thing.public interface ICustomerService : IService<Customer>{ decimal CustomerOrderTotalByYear(string...
View ArticleNew Post: Implement ASP.Net Identity 2.0 with IdentityDbcontext
Hi everyone, I have a question, I don't know how to at least Add a User to a Role with this framework its very nice and Ive been working with a lot, but sometimes its too rigid, for example Ive been...
View ArticleNew Post: Update record ... except one field
Hello, I have an entity "Employee" with some properties : FirstName, LastName, Login and Password. When I get an employee, I set in the result the Password property to blank to avoid send password to...
View ArticleUpdated Wiki: Home
Generic Unit of Work and Repositories (lightweight fluent) Framework with Sample Northwind ASP.NET MVC 5 Application This framework minimizes the surface area of your ORM technology from disseminating...
View ArticleUpdated Wiki: Home
Generic Unit of Work and Repositories (lightweight fluent) Framework with Sample Northwind ASP.NET MVC 5 Application This framework minimizes the surface area of your ORM technology from disseminating...
View ArticleUpdated Wiki: Home
Generic Unit of Work and Repositories (lightweight fluent) Framework with Sample Northwind ASP.NET MVC 5 Application This framework minimizes the surface area of your ORM technology from disseminating...
View ArticleUpdated Wiki: Home
Generic Unit of Work and Repositories (lightweight fluent) Framework with Sample Northwind ASP.NET MVC 5 Application This framework minimizes the surface area of your ORM technology from disseminating...
View ArticleUpdated Wiki: Home
Generic Unit of Work and Repositories (lightweight fluent) Framework with Sample Northwind ASP.NET MVC 5 Application This framework minimizes the surface area of your ORM technology from disseminating...
View ArticleUpdated Wiki: Home
Generic Unit of Work and Repositories (lightweight fluent) Framework with Sample Northwind ASP.NET MVC 5 Application This framework minimizes the surface area of your ORM technology from disseminating...
View ArticleUpdated Wiki: Home
Generic Unit of Work and Repositories (lightweight fluent) Framework with Sample Northwind ASP.NET MVC 5 Application This framework minimizes the surface area of your ORM technology from disseminating...
View ArticleUpdated Wiki: Home
Generic Unit of Work and Repositories (lightweight fluent) Framework with Sample Northwind ASP.NET MVC 5 Application This framework minimizes the surface area of your ORM technology from disseminating...
View ArticleUpdated Wiki: Home
Generic Unit of Work and Repositories (lightweight fluent) Framework with Sample Northwind ASP.NET MVC 5 Application This framework minimizes the surface area of your ORM technology from disseminating...
View ArticleNew Post: separation of concerns - datacontext
Well, first of all, thank you very much for this nice project, the code is very clean and well documented with the tests. I am building a WPF app with your framework and I realized that the way you did...
View ArticleNew Post: separation of concerns - datacontext
As you already mentioned EF assembly is there only to satisfy DI/IoC configuration, there are zero dependencies on the actual EF assembly (if you have ReSharper you can right click and find usages on...
View ArticleNew Post: T4 Template
Right click your project with and select customize T4 templates for where your are generating your entities.
View ArticleUpdated Wiki: Home
Generic Unit of Work and Repositories (lightweight fluent) Framework with Sample Northwind ASP.NET MVC 5 Application This framework minimizes the surface area of your ORM technology from disseminating...
View ArticleNew Post: Custom Repositories
Why Custom Repositories has been decommissioned in v3.3.5? Thanks
View ArticleNew Post: How do you do projections while you do paging?
Using the Service pattern, how do you both project fewer fields and page? For example, this fails:var query = _Service .Query( x => x.type == "company") .OrderBy( x => x.OrderBy( y => y.name)...
View ArticleCommented Unassigned: Selective serialization feature [1246]
A selective serialization ability of a multilayer object graph would be really convenient. This will provide the efficiency of lazyloading with the convenience of deep loading. Of course, circular...
View ArticleCommented Unassigned: MongoDB support [1243]
Do you have a plan to make MongoDB repository as you offered EF 6 repository ?Comments: Should be easy by replace of DbContext implementation. If you an expert of MongoDB, feel free and share your...
View Article