Udemy - Design Patterns in C# and NET
File List
| File | Size |
|---|---|
| Udemy - Design Patterns in C# and .NET/00 None/001 Introduction.mp4 | 13.79 MB |
| Udemy - Design Patterns in C# and .NET/01 The SOLID Design Principles/002 Overview.mp4 | 2.3 MB |
| Udemy - Design Patterns in C# and .NET/01 The SOLID Design Principles/003 Single Responsibility Principle.mp4 | 19.07 MB |
| Udemy - Design Patterns in C# and .NET/01 The SOLID Design Principles/004 Open-Closed Principle.mp4 | 46.45 MB |
| Udemy - Design Patterns in C# and .NET/01 The SOLID Design Principles/005 Liskov Substitution Principle.mp4 | 17.33 MB |
| Udemy - Design Patterns in C# and .NET/01 The SOLID Design Principles/006 Interface Segregation Principle.mp4 | 15.64 MB |
| Udemy - Design Patterns in C# and .NET/01 The SOLID Design Principles/007 Dependency Inversion Principle.mp4 | 29.49 MB |
| Udemy - Design Patterns in C# and .NET/01 The SOLID Design Principles/008 Summary.mp4 | 8.7 MB |
| Udemy - Design Patterns in C# and .NET/01 The SOLID Design Principles/attached_files/003 Single Responsibility Principle/SOLID.SRP.cs.txt | 1.57 KB |
| Udemy - Design Patterns in C# and .NET/01 The SOLID Design Principles/attached_files/004 Open-Closed Principle/SOLID.OCP.cs.txt | 3.98 KB |
| Udemy - Design Patterns in C# and .NET/01 The SOLID Design Principles/attached_files/005 Liskov Substitution Principle/SOLID.LSP.cs.txt | 1.41 KB |
| Udemy - Design Patterns in C# and .NET/01 The SOLID Design Principles/attached_files/006 Interface Segregation Principle/SOLID.ISP.cs.txt | 1.99 KB |
| Udemy - Design Patterns in C# and .NET/01 The SOLID Design Principles/attached_files/007 Dependency Inversion Principle/SOLID.DIP.cs.txt | 2.25 KB |
| Udemy - Design Patterns in C# and .NET/02 Builder/009 Overview.mp4 | 3.31 MB |
| Udemy - Design Patterns in C# and .NET/02 Builder/010 Life Without Builder.mp4 | 7.81 MB |
| Udemy - Design Patterns in C# and .NET/02 Builder/011 Builder.mp4 | 22 MB |
| Udemy - Design Patterns in C# and .NET/02 Builder/012 Fluent Builder.mp4 | 3.4 MB |
| Udemy - Design Patterns in C# and .NET/02 Builder/013 Faceted Builder.mp4 | 26.66 MB |
| Udemy - Design Patterns in C# and .NET/02 Builder/014 Summary.mp4 | 1.58 MB |
| Udemy - Design Patterns in C# and .NET/02 Builder/attached_files/011 Builder/Creational.Builder.Builder.cs.txt | 2.79 KB |
| Udemy - Design Patterns in C# and .NET/02 Builder/attached_files/013 Faceted Builder/Creational.Builder.BuilderFacets.cs.txt | 2.44 KB |
| Udemy - Design Patterns in C# and .NET/02 Builder/quizzes/001 Builder Coding Exercise.html | 4.98 KB |
| Udemy - Design Patterns in C# and .NET/03 Factories/015 Overview.mp4 | 4.43 MB |
| Udemy - Design Patterns in C# and .NET/03 Factories/016 Point Example.mp4 | 9.91 MB |
| Udemy - Design Patterns in C# and .NET/03 Factories/017 Factory Method.mp4 | 11.81 MB |
| Udemy - Design Patterns in C# and .NET/03 Factories/018 Factory.mp4 | 6.47 MB |
| Udemy - Design Patterns in C# and .NET/03 Factories/019 Inner Factory.mp4 | 13.98 MB |
| Udemy - Design Patterns in C# and .NET/03 Factories/020 Abstract Factory.mp4 | 26.29 MB |
| Udemy - Design Patterns in C# and .NET/03 Factories/021 Abstract Factory and OCP.mp4 | 25.77 MB |
| Udemy - Design Patterns in C# and .NET/03 Factories/022 Summary.mp4 | 1.79 MB |
| Udemy - Design Patterns in C# and .NET/03 Factories/attached_files/016 Point Example/Creational.Factories.Factory.cs.txt | 1.66 KB |
| Udemy - Design Patterns in C# and .NET/03 Factories/attached_files/020 Abstract Factory/Creational.Factories.AbstractFactory.cs.txt | 3.28 KB |
| Udemy - Design Patterns in C# and .NET/03 Factories/quizzes/002 Factory Coding Exercise.html | 3.53 KB |
| Udemy - Design Patterns in C# and .NET/04 Prototype/023 Overview.mp4 | 3.71 MB |
| Udemy - Design Patterns in C# and .NET/04 Prototype/024 ICloneable is Bad.mp4 | 21.6 MB |
| Udemy - Design Patterns in C# and .NET/04 Prototype/025 Copy Constructors.mp4 | 10.42 MB |
| Udemy - Design Patterns in C# and .NET/04 Prototype/026 Explicit Deep Copy Interface.mp4 | 7.28 MB |
| Udemy - Design Patterns in C# and .NET/04 Prototype/027 Copy Through Serialization.mp4 | 27.03 MB |
| Udemy - Design Patterns in C# and .NET/04 Prototype/028 Summary.mp4 | 1.85 MB |
| Udemy - Design Patterns in C# and .NET/04 Prototype/attached_files/024 ICloneable is Bad/Creational.Prototype.ICloneableIsBad.cs.txt | 1.48 KB |
| Udemy - Design Patterns in C# and .NET/04 Prototype/attached_files/025 Copy Constructors/Creational.Prototype.CopyConstructors.cs.txt | 1.71 KB |
| Udemy - Design Patterns in C# and .NET/04 Prototype/attached_files/027 Copy Through Serialization/Creational.Prototype.CopyThroughSerialization.cs.txt | 1.42 KB |
| Udemy - Design Patterns in C# and .NET/04 Prototype/quizzes/003 Prototype Coding Exercise.html | 3.56 KB |
| Udemy - Design Patterns in C# and .NET/05 Singleton/029 Overview.mp4 | 5.28 MB |
| Udemy - Design Patterns in C# and .NET/05 Singleton/030 Singleton Implementation.mp4 | 21.8 MB |
| Udemy - Design Patterns in C# and .NET/05 Singleton/031 Testability Issues.mp4 | 19.16 MB |
| Udemy - Design Patterns in C# and .NET/05 Singleton/032 Singleton in Dependency Injection.mp4 | 26.5 MB |
| Udemy - Design Patterns in C# and .NET/05 Singleton/033 Monostate.mp4 | 8.93 MB |
| Udemy - Design Patterns in C# and .NET/05 Singleton/034 Summary.mp4 | 3.59 MB |
| Udemy - Design Patterns in C# and .NET/05 Singleton/attached_files/030 Singleton Implementation/Creational.Singleton.Singleton.cs.txt | 3.34 KB |
| Udemy - Design Patterns in C# and .NET/05 Singleton/attached_files/032 Singleton in Dependency Injection/Creational.Singleton.SingletonInDI.cs.txt | 868 B |
| Udemy - Design Patterns in C# and .NET/05 Singleton/attached_files/033 Monostate/Creational.Singleton.Monostate.cs.txt | 755 B |
| Udemy - Design Patterns in C# and .NET/05 Singleton/quizzes/004 Singleton Coding Exercise.html | 3.18 KB |
| Udemy - Design Patterns in C# and .NET/06 Adapter/035 Overview.mp4 | 4.63 MB |
| Udemy - Design Patterns in C# and .NET/06 Adapter/036 VectorRaster Demo.mp4 | 20.63 MB |
| Udemy - Design Patterns in C# and .NET/06 Adapter/037 Adapter Caching.mp4 | 18.09 MB |
| Udemy - Design Patterns in C# and .NET/06 Adapter/038 Summary.mp4 | 1.95 MB |
| Udemy - Design Patterns in C# and .NET/06 Adapter/attached_files/036 VectorRaster Demo/Structural.Adapter.NoCaching.cs.txt | 2.55 KB |
| Udemy - Design Patterns in C# and .NET/06 Adapter/attached_files/037 Adapter Caching/Structural.Adapter.WithCaching.cs.txt | 4.1 KB |
| Udemy - Design Patterns in C# and .NET/06 Adapter/quizzes/005 Adapter Coding Exercise.html | 3.9 KB |
| Udemy - Design Patterns in C# and .NET/07 Bridge/039 Overview.mp4 | 5.22 MB |
| Udemy - Design Patterns in C# and .NET/07 Bridge/040 Bridge.mp4 | 23.82 MB |
| Udemy - Design Patterns in C# and .NET/07 Bridge/041 Summary.mp4 | 2.38 MB |
| Udemy - Design Patterns in C# and .NET/07 Bridge/attached_files/040 Bridge/Structural.Bridge.Bridge.cs.txt | 1.84 KB |
| Udemy - Design Patterns in C# and .NET/07 Bridge/quizzes/006 Bridge Coding Exercise.html | 4.97 KB |
| Udemy - Design Patterns in C# and .NET/08 Composite/042 Overview.mp4 | 3.67 MB |
| Udemy - Design Patterns in C# and .NET/08 Composite/043 Geometric Shapes.mp4 | 18.87 MB |
| Udemy - Design Patterns in C# and .NET/08 Composite/044 Neural Networks.mp4 | 19.61 MB |
| Udemy - Design Patterns in C# and .NET/08 Composite/045 Summary.mp4 | 2 MB |
| Udemy - Design Patterns in C# and .NET/08 Composite/attached_files/043 Geometric Shapes/Structural.Composite.GeometricShapes.cs.txt | 1.52 KB |
| Udemy - Design Patterns in C# and .NET/08 Composite/attached_files/044 Neural Networks/Structural.Composite.NeuralNetworks.cs.txt | 1.18 KB |
| Udemy - Design Patterns in C# and .NET/08 Composite/quizzes/007 Composite Coding Exercise.html | 4.33 KB |
| Udemy - Design Patterns in C# and .NET/09 Decorator/046 Overview.mp4 | 4.65 MB |
| Udemy - Design Patterns in C# and .NET/09 Decorator/047 Custom String Builder.mp4 | 21.4 MB |
| Udemy - Design Patterns in C# and .NET/09 Decorator/048 Adapter-Decorator.mp4 | 14.77 MB |
| Udemy - Design Patterns in C# and .NET/09 Decorator/049 Multiple Inheritance.mp4 | 21.59 MB |
| Udemy - Design Patterns in C# and .NET/09 Decorator/050 Dynamic Decorator Composition.mp4 | 18.24 MB |
| Udemy - Design Patterns in C# and .NET/09 Decorator/051 Static Decorator Composition.mp4 | 26.59 MB |
| Udemy - Design Patterns in C# and .NET/09 Decorator/052 Summary.mp4 | 3.21 MB |
| Udemy - Design Patterns in C# and .NET/09 Decorator/attached_files/047 Custom String Builder/Structural.Decorator.CodeBuilder.cs.txt | 7.71 KB |
| Udemy - Design Patterns in C# and .NET/09 Decorator/attached_files/048 Adapter-Decorator/Structural.Decorator.AdapterDecorator.cs.txt | 7.78 KB |
| Udemy - Design Patterns in C# and .NET/09 Decorator/attached_files/049 Multiple Inheritance/Structural.Decorator.MultipleInheritance.cs.txt | 774 B |
| Udemy - Design Patterns in C# and .NET/09 Decorator/attached_files/050 Dynamic Decorator Composition/Structural.Decorator.Decorator.cs.txt | 3.14 KB |
| Udemy - Design Patterns in C# and .NET/09 Decorator/quizzes/008 Decorator Coding Exercise.html | 4.52 KB |
| Udemy - Design Patterns in C# and .NET/10 Facade/053 Overview.mp4 | 5.74 MB |
| Udemy - Design Patterns in C# and .NET/10 Facade/054 Facade.mp4 | 22.24 MB |
| Udemy - Design Patterns in C# and .NET/10 Facade/055 Summary.mp4 | 2.27 MB |
| Udemy - Design Patterns in C# and .NET/11 Flyweight/056 Overview.mp4 | 8.99 MB |
| Udemy - Design Patterns in C# and .NET/11 Flyweight/057 Repeating User Names.mp4 | 28.92 MB |
| Udemy - Design Patterns in C# and .NET/11 Flyweight/058 Text Formatting.mp4 | 21.54 MB |
| Udemy - Design Patterns in C# and .NET/11 Flyweight/059 Summary.mp4 | 1.56 MB |
| Udemy - Design Patterns in C# and .NET/11 Flyweight/attached_files/057 Repeating User Names/Structural.Flyweight.Users.cs.txt | 2.19 KB |
| Udemy - Design Patterns in C# and .NET/11 Flyweight/attached_files/058 Text Formatting/Structural.Flyweight.TextFormatting.cs.txt | 2.1 KB |
| Udemy - Design Patterns in C# and .NET/11 Flyweight/quizzes/009 Flyweight Coding Exercise.html | 4.48 KB |
| Udemy - Design Patterns in C# and .NET/12 Proxy/060 Overview.mp4 | 5.57 MB |
| Udemy - Design Patterns in C# and .NET/12 Proxy/061 Protection Proxy.mp4 | 7.32 MB |
| Udemy - Design Patterns in C# and .NET/12 Proxy/062 Property Proxy.mp4 | 25.5 MB |
| Udemy - Design Patterns in C# and .NET/12 Proxy/063 Dynamic Proxy for Logging.mp4 | 32.78 MB |
| Udemy - Design Patterns in C# and .NET/12 Proxy/064 Proxy vs. Decorator.mp4 | 2.37 MB |
| Udemy - Design Patterns in C# and .NET/12 Proxy/065 Summary.mp4 | 1.59 MB |
Trackers
No trackers found.