c# Programming Glossary: freezeaccount
How to write functionality using DDD / CQRS http://stackoverflow.com/questions/11095361/how-to-write-functionality-using-ddd-cqrs acc AccountFactory.GetAccount accountNumber public void FreezeAccount acc.Freeze public interface IAccount void Freeze public class..
Refactoring code to avoid anti-pattern http://stackoverflow.com/questions/11224170/refactoring-code-to-avoid-anti-pattern AccountRepository get set int BankAccountID get set void FreezeAccount public class FixedBankAccount IBankAccount private RepositoryLayer.IRepository.. value public int BankAccountID get set public void FreezeAccount ChangeAccountStatus private void SendEmail private void ChangeAccountStatus.. acc.accountRepository this.accountRepository acc.FreezeAccount public interface IBankAccountFactory DomainObjectsForBank.IBankAccount..
DDD Approach to Access External Information http://stackoverflow.com/questions/11241541/ddd-approach-to-access-external-information double Balance get set string AccountStatus get set void FreezeAccount void AddInterest public class FixedBankAccount IBankAccount.. get set public double Balance get set public void FreezeAccount AccountStatus Frozen public void AddInterest TO DO Balance..
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 double Balance get set string AccountStatus get set void FreezeAccount void AddInterest public class FixedBankAccount IBankAccount.. get set public double Balance get set public void FreezeAccount AccountStatus Frozen public class BankAccountService RepositoryLayer.IRepository.. domainBankAccountObj.FreezeAccount this.accountRepository.UpdateChangesByAttach oneOfRepositoryAccounts..
Optimizing Repository?™s SubmitChanges Method http://stackoverflow.com/questions/11262785/optimizing-repositorys-submitchanges-method double Balance get set string AccountStatus get set void FreezeAccount public class FixedBankAccount IBankAccount public int BankAccountID.. get set public double Balance get set public void FreezeAccount AccountStatus Frozen c# .net design patterns linq to sql..
|