|  دسته نرم افزار آموزشی زیردسته کامپیوتر عنوان اصلی : Design Patterns Library این مجموعه آموزش در حقیقت مرجع الگوهای مختلف طراحی در مهندسی نرم افزار و کدنویسی برنامه ها می باشد ، بنابراین استفاده از این کورس آموزشی به تمامی برنامه نویسان فارق از زبان و پلتفرم برنامه نویسی توصیه می گردد . در این کورس آموزشی بر استفاده از الگوهای طراحی خوش فرم و صرفه جوی زمان و هزینه نرم افزارها مسلط می شویم ( Software Design Patterns ) . نکته قابل توجه در مورد این آموزش مدرسان آن است که همگی از Microsoft MVP های دارنده مدارک مختلف برنامه نویسی ، مدیریت پروژه های نرم افزاری و . . . می باشند . این مجموعه آموزش ویدیویی محصول موسسه آموزشی PluralSight است که بر روی 1 حلقه DVD به همراه فایلهای تمرینی و به مدت زمان 15 ساعت در اختیار علاقه مندان قرار می گیرد . در ادامه با برخی از سرفصل های درسی این مجموعه آموزش مهندسی نرم افزار آشنا می شویم : مقدمه ای بر این مبحث : Introduction What They Are Design Pattern History Pattern Organization and Language Why Patterns Matter Criticisms The PSOD Patterns Library Summary آموزش در رابطه با الگوی طراحی Adapter : Introduction Motivating Example Graphic Example Real World Example Intent Applicability Structure How It Gets Used Collaboration Consequences Implementation Example Demo Related Patterns References Summary آموزش الگوهای طراحی Bridge Pattern : Introduction What Is It ? Nom Nom Burger Inital Problem Wrong Solution Refactoring to Bridge Standard Formatter Reverse Formatter Fancy Formatter What We Did Common Usages Summary آموزش در رابطه با الگوی طراحی Builder : Introduction Understanding Builder Problem 1 Problem 2 Problem 3 What We Built Variations Summary آموزش در رابطه با الگوی طراحی Chain of Responsibility : Introduction Traditional Usage Motivating Example Demo: Expense Report Demo: Expense Report w/CoR Demo: Non-Traditional Usage Summary آموزش کار با الگوی طراحی Command : Introduction Motivating Example Intent and Applicability Structure and Consequences Implementation Example Related Patterns Summary آموزش الگوی طراحی Composite : Introduction Breaking it Down Email Example Split Gold Refactoring 1 Refactoring 2 Adding Depth Using a Root Formal Definition When to Use Summary آموزش کار با الگوی طراحی Decorator : Introduction Motivating Example Intent Applicability Structure How it Works Motivating Example Refactored Demo: Overview of the Project Demo: Create the Decorator Demo: Create the Concrete Decorator Demo: Adding more Concrete Decorators Consequences Related Patterns Summary آموزش استفاده از الگوی طراحی Event Aggregator : Introduction Motivating Example Demo: The Order Application Pattern Intent Applicability Demo: Solving With Standard .NET Events Issues with Current Implementation Pattern Structure Demo: Using Event Aggregator Demo: Details of Implementation Consequences of the Pattern Known Variations Related Patterns Summary آموزش الگوی طراحی Facade : Introduction Intent Demo: Motivating Example 1 Demo: Motivating Example 2 Structure Consequences Demo: Facade Pattern Example Common Uses Demo: Real World Example Related Patterns Summary آموزش الگوی طراحی Factory : Introduction Motivating Example Demo: Example Intent Simple Factory Pattern Demo: Simple Factory Pattern Simple Factory Pattern Notes Factory Method Pattern Demo: Factory Method Pattern Factory Method Pattern Notes Abstract Factory Pattern Demo: Abstract Factory Pattern Abstract Factory Pattern Notes Real World Examples Summary آموزش الگوی طراحی Flyweight : Introduction Intent Demo: Motivating Example Structure Consequence Demo: Implementing the Pattern Demo: Real World Example Related Patterns Summary آموزش الگوی طراحی Interpreter : Introduction Break Down Bar Codes How Bar Codes Work A Challenge Sandwhich Demo Overview Sandwhich Demo Formal Definition Summary آموزش الگوی طراحی Iterator : Introduction Pattern Usage Without Iterators Intent Applicability Iterators in C # Collaboration Consequences Demo Related Patterns Summary آموزش الگوی Lazy Load : Introduction Motivating Example Intent Applicability Lazy Initialization Demo: Lazy Initialization Virtual Proxy Demo: Virtual Proxy Proxy Consequences Value Holder Demo: Value Holder Ghosts Demo: Ghosts How It Is Used Consequences Related Patterns References Summary آموزش الگوی Mediator : Introduction Motivating Example Demo: Motivating Example Definition Demo: Mediator Pattern Advantages and Disadvantages Summary آموزش الگوی Memento : Introduction Intent Applicability How It Is Used Undo / Redo Collaboration Consequences Operations Iterative State Demo: WPF Paint Related and Summary آموزش الگوی Model View Presenter (MVP) : Introduction Why You Care Intent A Note on Variations Structure and Organization Demo: Web Form Example 1 Demo: Web Form Example 2 Demo: Windows Forms Example Collaboration Among Objects Consequences Known Uses Related Patterns Summary آموزش الگوی Model View ViewModel (MVVM) : Introduction History Intent Structure Demo: Creating the Application The Model Demo: Creating the Model The ViewModel Demo: Creating the ViewModel The View Demo: Creating the View Binding the View and ViewModel Communication Between the View and ViewModel Demo: Communicating with Commands Collaboration Consequences Known Uses Related Patterns Summary آموزش کامل و کاربردی الگوی Null Object : Introduction Motivating Example Demo: Example 1 Demo: Example 2 Intent Applicability Also Known As Structure Demo: Implementation Example Consequences Notes and Related Patterns Summary آموزش الگوی طراحی Observer : Introduction Motivating Example Introduction to the Observer Traditional Demo: Traditional Consequences Events and Delegates Demo: Events and Delegates IObserver Demo: IObserver Real World Examples Summary آموزش الگوی Prototype : Introduction Understanding Prototype Problem 1 Problem 2 Problem 3 The Prototype Design Language Examples Summary آموزش الگوی طراحی Prototype : Introduction Understanding Prototype Problem 1 Problem 2 Problem 3 The Prototype Design Language Examples Summary آموزش الگوی طراحی Proxy : Introduction Intent Motivating Example Applicability Structure How It Is Used Lazy Loading Consequences Demo: Virtual Proxy Demo: Remote Proxy Demo: CachedRepository Related Patterns Summary آموزش الگوی طراحی Repository : Introduction Intent IEmployeeRepository Generic IRepository Repository at Work Implementing a Repository Tests and Separation Applicability Consequences Related Patterns Summary آموزش الگوی طراحی Singleton : Introduction Motivating Example Intent Applicability Structure Structure (not thread safe ) How It Is Used Structure (thread safe ) Collaboration Consequences Single Responsibility Implementation Example Demo: Adding the Singleton Related Patterns References Summary آموزش الگوی طراحی Service Locator : Introduction Motivating Example Demo: Simple Version Intent Structure Demo: Improved Version Other Providers Demo: Advanced Version Benefits Consequences Related Patterns Summary آموزش الگوی طراحی State : Introduction Motivating Example Demo: Simple Version Demo: Simple Version Code Review Issues with the Simple Approach Intent Structure Demo: Advanced Version Code Review States State Change Demo: Advanced Version Benefits Known Uses Summary آموزش الگوی طراحی Strategy : Introduction Demo: Motivating Example Intent and Applicability The Pattern in UML Demo: Implementation Example Consequences Variation Examples Summary آموزش الگوی طراحی Template : Introduction Motivating Example Applicability Structure How It Is Used Consequences Hooks Hollywood Principle Implementation Example Related Patterns References Summary آموزش الگوی طراحی Unit of Work : Introduction Intent UoW in ADO.NET ObjectContext IUnitOfWork Implementing IUnitOfWork Applicability and Consequences Related Patterns Summary آموزش الگوی طراحی Visitor : Introduction Breaking it Down Real Life Example Net Worth Without Visitor Refactoring to Visitor Monthly Income Visitor Formal Definition Summary آموزش الگوی طراحی Rules : Introduction Motivating Example Demo: Customer Discounts What"s the Problem ? Intent Applicability Structure Demo: Using Rules Alternate Structure Considerations Business Rules Engines Practice: Greed Kata Demo: Greed Overview Summary مشخصات این مجموعه : زبان آموزش ها انگلیسی روان و ساده دارای آموزش های ویدیویی و دسته بندی شده ارائه شده بر روی 1 حلقه DVD به همراه فایلهای تمرینی مدت زمان آموزش 15 ساعت ! محصول موسسه آموزشی PluralSight فروشنده: فروشگاه تخصصی شرکت فرین قیمت: 8,000 تومان خرید پستی:
برای سفارش و خرید اینترنتی آموزش الگوهای نوین طراحی نرم افزار، پس از کلیک روی دکمه زیر و تکمیل فرم سفارش، ابتدا محصول یا محصولات مورد نظرتان را درب منزل یا محل کار تحویل بگیرید، سپس وجه کالا و هزینه ارسال را به مامور پست بپردازید. جهت مشاهده فرم خرید، روی دکمه زیر کلیک کنید.
پرداخت پول پس از دریافت کالا

برای دیدن سایر محصولات این فروشنده اینجا کلیک کنید.
پیشنهاد خرید این محصول به دوستان |