¡@

Home 

c# Programming Glossary: repositorylayer.irepository

Refactoring code to avoid anti-pattern

http://stackoverflow.com/questions/11224170/refactoring-code-to-avoid-anti-pattern

principle CODE public interface IBankAccount RepositoryLayer.IRepository RepositoryLayer.BankAccount AccountRepository get set int BankAccountID.. public class FixedBankAccount IBankAccount private RepositoryLayer.IRepository RepositoryLayer.BankAccount accountRepository public RepositoryLayer.IRepository.. RepositoryLayer.BankAccount accountRepository public RepositoryLayer.IRepository RepositoryLayer.BankAccount AccountRepository get return accountRepository..

DDD Approach to Access External Information

http://stackoverflow.com/questions/11241541/ddd-approach-to-access-external-information

ApplicationServiceForBank public class BankAccountService RepositoryLayer.IRepository RepositoryLayer.BankAccount accountRepository ApplicationServiceForBank.IBankAccountFactory.. bankFactory public BankAccountService RepositoryLayer.IRepository RepositoryLayer.BankAccount repo IBankAccountFactory bankFact..

Polymorphism: Is ORM entity a Domain Entity or Data Entity?

http://stackoverflow.com/questions/11257484/polymorphism-is-orm-entity-a-domain-entity-or-data-entity

AccountStatus Frozen public class BankAccountService RepositoryLayer.IRepository RepositoryLayer.BankAccount accountRepository ApplicationServiceForBank.IBankAccountFactory.. bankFactory public BankAccountService RepositoryLayer.IRepository RepositoryLayer.BankAccount repo IBankAccountFactory bankFact..