开发者

Implementation examples for common architectural patterns/idioms?

开发者 https://www.devze.com 2023-01-24 03:34 出处:网络
I was wondering where it is possible to find implementation as illustrative examples for commonly used architectural patterns/idioms

I was wondering where it is possible to find implementation as illustrative examples for commonly used architectural patterns/idioms

For example

  1. Logging
  2. Exception Handling
  3. Archiving/Caching
  4. User/Role/Poli开发者_C百科cy/Permissions
  5. Business Rules/Constraints
  6. Data Access Objects
  7. Objects dirty/update

etc.


Have a look at this: http://cs.mum.edu/courses/cs525/Refs/VOD-12-27-99.PDF
It has wide variety of examples of different implementation patterns in the field of software engineering.


I would recommend this to C# Architectural Patterns everyone!

0

精彩评论

暂无评论...
验证码 换一张
取 消