Lynda.com - Intermediate C Sharp Design Patterns Part 1

seeders: 1
leechers: 0
Added 9 years ago by georgiqg2 in Books  > Ebooks

Download Fast Safe Anonymous
movies, software, shows...

Files

Lynda.com - Intermediate C Sharp Design Patterns Part 1 (Size: 300.41 MB)
  01. Introduction
  001 Welcome.mp4 28.12 MB
  002 What you should know.mp4 1.02 MB
  003 Using the exercise files.mp4 1.43 MB
  02. Design Patterns Overview
  004 Design patterns explained.mp4 25.98 MB
  005 The need for design patterns.mp4 2.03 MB
  006 Design pattern categories.mp4 2.56 MB
  03. Factory Method
  007 Factory Pattern overview.mp4 2.53 MB
  008 Code the Factory pattern.mp4 11.88 MB
  009 Abstract Factory overview.mp4 3.63 MB
  010 Write Abstract Factory code for Citi.mp4 6.95 MB
  011 Write Abstract Factory code for National.mp4 4.19 MB
  04. Abstract Factory
  012 Abstract Factory provider and client.mp4 8.41 MB
  05. Singleton pattern
  013 Singleton pattern overview.mp4 2.58 MB
  014 Code with the Singleton pattern.mp4 20.03 MB
  015 Thread safety.mp4 8.21 MB
  06. Decorator pattern
  016 Decorator pattern overview.mp4 4.55 MB
  017 Concrete Component code.mp4 6.23 MB
  018 Concrete Decorator code.mp4 7.96 MB
  07. Iterator pattern
  019 Iterator pattern overview.mp4 3.02 MB
  020 Aggregate setup.mp4 4.93 MB
  021 Iterator setup and execution.mp4 13.91 MB
  08. Observer pattern
  022 Observer pattern overview.mp4 4.01 MB
  023 Subject, Observer - Concrete Observer.mp4 4.85 MB
  024 Concrete Subject code.mp4 9.63 MB
  09. Repository pattern
  025 Repository pattern overview.mp4 5.52 MB
  026 MVC Project setup.mp4 26.21 MB
  027 Convert to a Repository pattern.mp4 15.67 MB
  028 Create a Generic Repository.mp4 7.06 MB
  10. Unit of Work pattern
  029 Unit of Work pattern overview.mp4 8.8 MB
  030 Convert to Unit of Work.mp4 13.04 MB
  11. Conclusion
  031 Next Steps.mp4 9.34 MB
  Ex_Files_CSharp_Design_Patterns.7z 21.91 MB
  _____padding_file_0_if you see this file, please update to BitComet 0.85 or above____ 129.08 KB
  _____padding_file_10_if you see this file, please update to BitComet 0.85 or above____ 56.67 KB
  _____padding_file_11_if you see this file, please update to BitComet 0.85 or above____ 88.72 KB
  _____padding_file_12_if you see this file, please update to BitComet 0.85 or above____ 171.01 KB
  _____padding_file_13_if you see this file, please update to BitComet 0.85 or above____ 229.01 KB
  _____padding_file_14_if you see this file, please update to BitComet 0.85 or above____ 42.62 KB
  _____padding_file_15_if you see this file, please update to BitComet 0.85 or above____ 206.12 KB
  _____padding_file_16_if you see this file, please update to BitComet 0.85 or above____ 23.43 KB
  _____padding_file_17_if you see this file, please update to BitComet 0.85 or above____ 42.63 KB
  _____padding_file_18_if you see this file, please update to BitComet 0.85 or above____ 237.82 KB
  _____padding_file_19_if you see this file, please update to BitComet 0.85 or above____ 75.16 KB
  _____padding_file_1_if you see this file, please update to BitComet 0.85 or above____ 238.67 KB
  _____padding_file_20_if you see this file, please update to BitComet 0.85 or above____ 88.72 KB
  _____padding_file_21_if you see this file, please update to BitComet 0.85 or above____ 246.13 KB
  _____padding_file_22_if you see this file, please update to BitComet 0.85 or above____ 154.3 KB
  _____padding_file_23_if you see this file, please update to BitComet 0.85 or above____ 125.5 KB
  _____padding_file_24_if you see this file, please update to BitComet 0.85 or above____ 237.89 KB
  _____padding_file_25_if you see this file, please update to BitComet 0.85 or above____ 43.55 KB
  _____padding_file_26_if you see this file, please update to BitComet 0.85 or above____ 84.66 KB
  _____padding_file_27_if you see this file, please update to BitComet 0.85 or above____ 194.73 KB
  _____padding_file_28_if you see this file, please update to BitComet 0.85 or above____ 207.59 KB
  _____padding_file_29_if you see this file, please update to BitComet 0.85 or above____ 215.57 KB
  _____padding_file_2_if you see this file, please update to BitComet 0.85 or above____ 69.58 KB
  _____padding_file_30_if you see this file, please update to BitComet 0.85 or above____ 160.64 KB
  _____padding_file_3_if you see this file, please update to BitComet 0.85 or above____ 20.98 KB
  _____padding_file_4_if you see this file, please update to BitComet 0.85 or above____ 224.63 KB
  _____padding_file_5_if you see this file, please update to BitComet 0.85 or above____ 189.94 KB
  _____padding_file_6_if you see this file, please update to BitComet 0.85 or above____ 226.67 KB
  _____padding_file_7_if you see this file, please update to BitComet 0.85 or above____ 125.32 KB
  _____padding_file_8_if you see this file, please update to BitComet 0.85 or above____ 120 KB
  _____padding_file_9_if you see this file, please update to BitComet 0.85 or above____ 48.6 KB
  ▲ 63 total files

Description


Implementing design patterns in C# keeps code clean, concise, and easy to maintain. Using design patterns establishes consistency that helps developers build and modify code safely and avoid common architecting problems. Being able to recognize design patterns expedites the process of understanding an existing system. Using design patterns improves code readability and testability, while making it more extensible.

In this course, developer and technologist Reynald Adolphe explains the purpose and effective use of eight design patterns, including six Gang of Four design patterns and two .NET patterns. Gang of Four patterns fall under three categories: structural, creational, and behavioral. Reynald helps you learn about select patterns from each category. He describes each pattern and demonstrates how programmers can leverage them in real-world applications.
Topics include:
- Factory Method
- Abstract Factory
- Singleton pattern
- Decorator pattern
- Iterator pattern
- Observer pattern
- Repository pattern
- Unit of Work pattern


Released: 5/31/2016
Duration: 1h 22m
Skill level: Intermediate



Please, seed and enjoy

Related Torrents

torrent name size uploader age seed leech
1
1
2
0
0