repository-pattern
Question about syntax where in the define of a class
I started to implement a repository pattern following this tutorial. Now In the definition of the class which implements the interface of Repository. The defines of the classes are made like this.[详细]
2023-04-06 22:04 分类:问答DDD: can a repository return boolean values?
Is it ok for a Repository to return boolean values based on objects it (virtually) c开发者_Python百科ontains?[详细]
2023-04-05 17:12 分类:问答What is the right way to use multiple repositories?
What is the right way to use repository pattern (with entity framework) when working with multiple set of entities?[详细]
2023-04-05 06:13 分类:问答Repository pattern for use in Reports only?
I am creating an MVC application where I\'m going to be creating quite a few RDLC based reports.Looking at some of the examples out there on the web, it seems like the best way to use the report data[详细]
2023-04-04 23:23 分类:问答Repository Pattern-EF4 code generator
I\'ve been using EF4 as a ORM in many projects since its earlier version, without any pattern such as Unit Of Work and IRepository.But now based on many articles reading everyday I decided to use thos[详细]
2023-04-04 23:19 分类:问答Generic Repository. FindByID
I am playing around with making a nhibernate generic repo but I am unsure how to make a method to return an entity back by ID[详细]
2023-04-04 18:05 分类:问答Entity Framework Code First, Unit of Work, Repository and shared DbContext
I\'m building a web app using EF Code First and ASP.NET MVC. I have following types: IProblemRepository[详细]
2023-04-04 04:26 分类:问答How to represent repository pattern in UML?
How to represent Repository pattern in UML? Is there any stereotype that can be used to describe repository pattern? I am using Enterprise Architect to creat开发者_Python百科e diagrams. I specificall[详细]
2023-04-03 21:34 分类:问答C# repository implementation, need advice on generic fix
[Edited: The开发者_开发技巧 entities below are generated by Entity-Framework] I am trying to implement a generic repository. Below are some interfaces that define specialize traits.[详细]
2023-04-03 17:42 分类:问答Implementing Repository pattern with PetaPoco
Just started a \'real world\' project using .NET MVC, Ninject, PetaPoco and plan to use the repository pattern.[详细]
2023-04-03 16:07 分类:问答