سری آموزش Visual Studio Toolbox: Design Patterns
301, MovedPermanently
https://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Design-Patterns-CommandMemento icon

This is the first of an eight part series where I am joined by Phil Japikse to discuss design patterns. A design pattern is a best practice you can use in your code to solve a common problem.  In this episode, Phil demonstrates the Command and Memento patterns. 

Episodes in this series:

  • Command/Memento patterns (this episode)
  • Strategy pattern
  • Template Method pattern (to be published 7/20)
  • Observer/Publish-Subscribe patterns (to be published 7/25)
  • Singleton pattern (to be published 8/8)
  • Factory patterns (to be published 8/10)
  • Adapter/Facade patterns (to be published 8/15)
  • Decorator pattern (to be published 8/17) 
سری آموزش Visual Studio Toolbox: Design Patterns
۳۰ وب‌سایت جذاب برای ایده گرفتن در طراحی
301, MovedPermanently
http://www.majidonline.com/article/%DB%B3%DB%B0_%D9%88%D8%A8%E2%80%8C%D8%B3%D8%A7%DB%8C%D8%AA_%D8%AC%D8%B0%D8%A7%D8%A8_%D8%A8%D8%B1%D8%A7%DB%8C_%D8%A7%DB%8C%D8%AF%D9%87_%DA%AF%D8%B1%D9%81%D8%AA%D9%86_%D8%AF%D8%B1_%D8%B7%D8%B1%D8%A7%D8%AD%DB%8C.html icon

یکی از فاکتورهایی که طراحی‌ها و سبک‌ها را قدرتمندتر و باعث گسترش آنها می‌شود، ایده گرفتن از طراحی‌های سایر طراحان است. بعضی از طرح‌های خلاقانه می‌تواند ایده‌های خاصی را برای طرح‌های بعدی ما در ذهنمان شکل دهد که با تلفیق آنها می‌توان به طرح‌های استاندارد و جذابی دست پیدا کرد. در این مطلب ۳۰ وب‌سایت زیبا و جذاب با طراحی‌های‌تر و تمیز لیست شده‌اند که می‌توانید برای ایده گرفتن از آنها استفاده کنید. 

۳۰ وب‌سایت جذاب برای ایده گرفتن در طراحی
همه چیز درباره الگوی طراحی Singleton
200, OK
https://github.com/Vishnu24/Design-Patterns/wiki/Singleton-Pattern?1 icon

Singleton design pattern is one of the simplest design patterns: it involves only one class throughout the application which is responsible to instantiate itself, to make sure it creates not more than one instance; in the same time it provides a global point of access to that instance. In this case the same instance can be used from everywhere, being impossible to invoke directly the constructor each time. 

همه چیز درباره الگوی طراحی Singleton