Eğitim Hakkında
Eğitimin amacı, C# dilinde ileri düzey geliştirme/proje yapıları tasarlama becerisini kazandırmaktır.
Design Patterns in C# Eğitimi'nde katılımcılar; Microsoft Visual Studio, ReSharper gibi geliştirme sürecini desteklemek için MSDN kaynakları ve araçları hakkında bilgi sahibi olurlar.
Neler Öğreneceksiniz
- Theoretical fundamentals of design patterns
- Patterns (theory and practice) - Creational Design Patterns
- Patterns (theory and practice) - Structural Design Patterns
- Patterns (theory and practice) - Behavioral Design Patterns
- Complex Design Patterns
- Architecture Design Simulation - Hands On Labs
Eğitim İçeriği
Theoretical fundamentals of design patterns
- History of design patterns
- Design patterns categories
Patterns (theory and practice) - Creational Design Patterns
- Abstract Factory
- Builder
- Factory Method
- Object Pool
- Prototype
- Singleton
Patterns (theory and practice) - Structural Design Patterns
- Adapter
- Bridge
- Composite
- Decorator
- Facade
- Flyweight
- Private Class Data
- Proxy
Patterns (theory and practice) - Behavioral Design Patterns
- Chain of responsibility
- Command
- Interpreter
- Iterator
- Mediator
- Memento
- Null Object
- Observer
- State
- Strategy
- Template method
- Visitor
Complex Design Patterns
- MVC (Model - View - Controller)
- Active Record
- Repository