TorBT - Torrents and Magnet Links Search Engine

Udemy - Design Patterns in C# and .NET

File Name
Size
00 None/001 Introduction.mp4
14 MB
01 The SOLID Design Principles/002 Overview.mp4
2.3 MB
01 The SOLID Design Principles/003 Single Responsibility Principle.mp4
19 MB
01 The SOLID Design Principles/004 Open-Closed Principle.mp4
46 MB
01 The SOLID Design Principles/005 Liskov Substitution Principle.mp4
17 MB
01 The SOLID Design Principles/006 Interface Segregation Principle.mp4
16 MB
01 The SOLID Design Principles/007 Dependency Inversion Principle.mp4
30 MB
01 The SOLID Design Principles/008 Summary.mp4
8.7 MB
01 The SOLID Design Principles/attached_files/003 Single Responsibility Principle/SOLID.SRP.cs.txt
1.6 kB
01 The SOLID Design Principles/attached_files/004 Open-Closed Principle/SOLID.OCP.cs.txt
4.0 kB
01 The SOLID Design Principles/attached_files/005 Liskov Substitution Principle/SOLID.LSP.cs.txt
1.4 kB
01 The SOLID Design Principles/attached_files/006 Interface Segregation Principle/SOLID.ISP.cs.txt
2.0 kB
01 The SOLID Design Principles/attached_files/007 Dependency Inversion Principle/SOLID.DIP.cs.txt
2.2 kB
02 Builder/009 Overview.mp4
3.3 MB
02 Builder/010 Life Without Builder.mp4
7.8 MB
02 Builder/011 Builder.mp4
22 MB
02 Builder/012 Fluent Builder.mp4
3.4 MB
02 Builder/013 Faceted Builder.mp4
27 MB
02 Builder/014 Summary.mp4
1.6 MB
02 Builder/attached_files/011 Builder/Creational.Builder.Builder.cs.txt
2.8 kB
02 Builder/attached_files/013 Faceted Builder/Creational.Builder.BuilderFacets.cs.txt
2.4 kB
02 Builder/quizzes/001 Builder Coding Exercise.html
5.0 kB
03 Factories/015 Overview.mp4
4.4 MB
03 Factories/016 Point Example.mp4
9.9 MB
03 Factories/017 Factory Method.mp4
12 MB
03 Factories/018 Factory.mp4
6.5 MB
03 Factories/019 Inner Factory.mp4
14 MB
03 Factories/020 Abstract Factory.mp4
26 MB
03 Factories/021 Abstract Factory and OCP.mp4
26 MB
03 Factories/022 Summary.mp4
1.8 MB
03 Factories/attached_files/016 Point Example/Creational.Factories.Factory.cs.txt
1.7 kB
03 Factories/attached_files/020 Abstract Factory/Creational.Factories.AbstractFactory.cs.txt
3.3 kB
03 Factories/quizzes/002 Factory Coding Exercise.html
3.5 kB
04 Prototype/023 Overview.mp4
3.7 MB
04 Prototype/024 ICloneable is Bad.mp4
22 MB
04 Prototype/025 Copy Constructors.mp4
10 MB
04 Prototype/026 Explicit Deep Copy Interface.mp4
7.3 MB
04 Prototype/027 Copy Through Serialization.mp4
27 MB
04 Prototype/028 Summary.mp4
1.9 MB
04 Prototype/attached_files/024 ICloneable is Bad/Creational.Prototype.ICloneableIsBad.cs.txt
1.5 kB
04 Prototype/attached_files/025 Copy Constructors/Creational.Prototype.CopyConstructors.cs.txt
1.7 kB
04 Prototype/attached_files/027 Copy Through Serialization/Creational.Prototype.CopyThroughSerialization.cs.txt
1.4 kB
04 Prototype/quizzes/003 Prototype Coding Exercise.html
3.6 kB
05 Singleton/029 Overview.mp4
5.3 MB
05 Singleton/030 Singleton Implementation.mp4
22 MB
05 Singleton/031 Testability Issues.mp4
19 MB
05 Singleton/032 Singleton in Dependency Injection.mp4
26 MB
05 Singleton/033 Monostate.mp4
8.9 MB
05 Singleton/034 Summary.mp4
3.6 MB
05 Singleton/attached_files/030 Singleton Implementation/Creational.Singleton.Singleton.cs.txt
3.3 kB
05 Singleton/attached_files/032 Singleton in Dependency Injection/Creational.Singleton.SingletonInDI.cs.txt
868 B
05 Singleton/attached_files/033 Monostate/Creational.Singleton.Monostate.cs.txt
755 B
05 Singleton/quizzes/004 Singleton Coding Exercise.html
3.2 kB
06 Adapter/035 Overview.mp4
4.6 MB
06 Adapter/036 VectorRaster Demo.mp4
21 MB
06 Adapter/037 Adapter Caching.mp4
18 MB
06 Adapter/038 Summary.mp4
2.0 MB
06 Adapter/attached_files/036 VectorRaster Demo/Structural.Adapter.NoCaching.cs.txt
2.6 kB
06 Adapter/attached_files/037 Adapter Caching/Structural.Adapter.WithCaching.cs.txt
4.1 kB
06 Adapter/quizzes/005 Adapter Coding Exercise.html
3.9 kB
07 Bridge/039 Overview.mp4
5.2 MB
07 Bridge/040 Bridge.mp4
24 MB
07 Bridge/041 Summary.mp4
2.4 MB
07 Bridge/attached_files/040 Bridge/Structural.Bridge.Bridge.cs.txt
1.8 kB
07 Bridge/quizzes/006 Bridge Coding Exercise.html
5.0 kB
08 Composite/042 Overview.mp4
3.7 MB
08 Composite/043 Geometric Shapes.mp4
19 MB
08 Composite/044 Neural Networks.mp4
20 MB
08 Composite/045 Summary.mp4
2.0 MB
08 Composite/attached_files/043 Geometric Shapes/Structural.Composite.GeometricShapes.cs.txt
1.5 kB
08 Composite/attached_files/044 Neural Networks/Structural.Composite.NeuralNetworks.cs.txt
1.2 kB
08 Composite/quizzes/007 Composite Coding Exercise.html
4.3 kB
09 Decorator/046 Overview.mp4
4.6 MB
09 Decorator/047 Custom String Builder.mp4
21 MB
09 Decorator/048 Adapter-Decorator.mp4
15 MB
09 Decorator/049 Multiple Inheritance.mp4
22 MB
09 Decorator/050 Dynamic Decorator Composition.mp4
18 MB
09 Decorator/051 Static Decorator Composition.mp4
27 MB
09 Decorator/052 Summary.mp4
3.2 MB
09 Decorator/attached_files/047 Custom String Builder/Structural.Decorator.CodeBuilder.cs.txt
7.7 kB
09 Decorator/attached_files/048 Adapter-Decorator/Structural.Decorator.AdapterDecorator.cs.txt
7.8 kB
09 Decorator/attached_files/049 Multiple Inheritance/Structural.Decorator.MultipleInheritance.cs.txt
774 B
09 Decorator/attached_files/050 Dynamic Decorator Composition/Structural.Decorator.Decorator.cs.txt
3.1 kB
09 Decorator/quizzes/008 Decorator Coding Exercise.html
4.5 kB
10 Facade/053 Overview.mp4
5.7 MB
10 Facade/054 Facade.mp4
22 MB
10 Facade/055 Summary.mp4
2.3 MB
11 Flyweight/056 Overview.mp4
9.0 MB
11 Flyweight/057 Repeating User Names.mp4
29 MB
11 Flyweight/058 Text Formatting.mp4
22 MB
11 Flyweight/059 Summary.mp4
1.6 MB
11 Flyweight/attached_files/057 Repeating User Names/Structural.Flyweight.Users.cs.txt
2.2 kB
11 Flyweight/attached_files/058 Text Formatting/Structural.Flyweight.TextFormatting.cs.txt
2.1 kB
11 Flyweight/quizzes/009 Flyweight Coding Exercise.html
4.5 kB
12 Proxy/060 Overview.mp4
5.6 MB
12 Proxy/061 Protection Proxy.mp4
7.3 MB
12 Proxy/062 Property Proxy.mp4
26 MB
12 Proxy/063 Dynamic Proxy for Logging.mp4
33 MB
12 Proxy/064 Proxy vs. Decorator.mp4
2.4 MB
12 Proxy/065 Summary.mp4
1.6 MB
12 Proxy/attached_files/061 Protection Proxy/Structural.Proxy.ProtectionProxy.cs.txt
888 B
12 Proxy/attached_files/062 Property Proxy/PropertyProxy.cs.txt
2.2 kB
12 Proxy/attached_files/063 Dynamic Proxy for Logging/Structural.Proxy.DynamicProxy.cs.txt
2.9 kB
12 Proxy/quizzes/010 Proxy Coding Exercise.html
4.8 kB
13 Chain of Responsibility/066 Overview.mp4
6.5 MB
13 Chain of Responsibility/067 Command Query Separation.mp4
2.4 MB
13 Chain of Responsibility/068 Method Chain.mp4
32 MB
13 Chain of Responsibility/069 Broker Chain.mp4
36 MB
13 Chain of Responsibility/070 Summary.mp4
2.1 MB
13 Chain of Responsibility/attached_files/068 Method Chain/Behavioral.ChainOfResponsibility.MethodChain.cs.txt
2.3 kB
13 Chain of Responsibility/attached_files/069 Broker Chain/Behavioral.ChainOfResponsibility.BrokerChain.cs.txt
3.5 kB
13 Chain of Responsibility/quizzes/011 Chain of Responsibility Coding Exercise.html
7.1 kB
14 Command/071 Overview.mp4
5.3 MB
14 Command/072 Command.mp4
20 MB
14 Command/073 Undo Operations.mp4
17 MB
14 Command/074 Summary.mp4
1.9 MB
14 Command/attached_files/072 Command/Behavioral.Command.Command.cs.txt
2.4 kB
14 Command/quizzes/012 Command Coding Exercise.html
4.4 kB
15 Interpreter/075 Overview.mp4
7.3 MB
15 Interpreter/076 Handmade Interpreter Lexing.mp4
17 MB
15 Interpreter/077 Handmade Interpreter Parsing.mp4
30 MB
15 Interpreter/078 ANTLR.mp4
8.1 MB
15 Interpreter/079 Summary.mp4
1.7 MB
15 Interpreter/attached_files/076 Handmade Interpreter Lexing/Behavioral.Interpreter.Handmade.cs.txt
4.0 kB
15 Interpreter/quizzes/013 Interpreter Coding Exercise.html
5.1 kB
16 Iterator/080 Overview.mp4
3.2 MB
16 Iterator/081 Iterator Object.mp4
25 MB
16 Iterator/082 Iterator Method.mp4
17 MB
16 Iterator/083 Iterators and Duck Typing.mp4
11 MB
16 Iterator/084 Array-Backed Properties.mp4
13 MB
16 Iterator/085 Summary.mp4
2.4 MB
16 Iterator/attached_files/081 Iterator Object/Behavioral.Iterator.TreeTraversal.cs.txt
2.9 kB
16 Iterator/attached_files/084 Array-Backed Properties/ArrayBackedProperties.cs.txt
1.0 kB
16 Iterator/quizzes/014 Iterator Coding Exercise.html
4.4 kB
17 Mediator/086 Overview.mp4
2.5 MB
17 Mediator/087 Chat Room.mp4
27 MB
17 Mediator/088 Event Broker.mp4
42 MB
17 Mediator/089 Summary.mp4
2.0 MB
17 Mediator/attached_files/087 Chat Room/Behavioral.Mediator.ChatRoom.cs.txt
1.7 kB
17 Mediator/attached_files/088 Event Broker/RxEventBroker.cs.txt
3.8 kB
17 Mediator/quizzes/015 Mediator Coding Exercise.html
4.5 kB
18 Memento/090 Overview.mp4
3.2 MB
18 Memento/091 Memento.mp4
13 MB
18 Memento/092 Undo and Redo.mp4
17 MB
18 Memento/093 Memento for Interop.mp4
11 MB
18 Memento/094 Summary.mp4
2.1 MB
18 Memento/attached_files/091 Memento/Behavioral.Memento.Memento.cs.txt
969 B
18 Memento/attached_files/092 Undo and Redo/Behavioral.Memento.UndoRedo.cs.txt
1.6 kB
19 Null Object/095 Overview.mp4
3.6 MB
19 Null Object/096 Null Object.mp4
22 MB
19 Null Object/097 Dynamic Null Object.mp4
14 MB
19 Null Object/098 Summary.mp4
1.2 MB
19 Null Object/attached_files/096 Null Object/Behavioral.NullObject.NullObject.cs.txt
1.9 kB
20 Observer/099 Overview.mp4
4.1 MB
20 Observer/100 Observer via the event Keyword.mp4
16 MB
20 Observer/101 Weak Event Pattern.mp4
19 MB
20 Observer/102 Observable Properties and Sequences.mp4
21 MB
20 Observer/103 Summary.mp4
1.5 MB
20 Observer/attached_files/100 Observer via the event Keyword/Behavioral.Observer.Events.cs.txt
701 B
20 Observer/attached_files/101 Weak Event Pattern/Behavioral.Observer.WeakEventPattern.cs.txt
1.8 kB
20 Observer/attached_files/102 Observable Properties and Sequences/ObserverPattern.cs.txt
1.4 kB
21 State/104 Overview.mp4
5.5 MB
21 State/105 Handmade State Machine.mp4
16 MB
21 State/106 State Machine with Stateless.mp4
12 MB
21 State/107 Summary.mp4
1.7 MB
21 State/attached_files/105 Handmade State Machine/Behavioral.State.Handmade.cs.txt
1.7 kB
21 State/attached_files/106 State Machine with Stateless/Behavioral.State.Stateless.cs.txt
1.2 kB
22 Strategy/108 Overview.mp4
3.5 MB
22 Strategy/109 Dynamic Strategy.mp4
21 MB
22 Strategy/110 Static Strategy.mp4
11 MB
22 Strategy/111 Summary.mp4
836 kB
22 Strategy/attached_files/109 Dynamic Strategy/Behavioral.Strategy.Dynamic.cs.txt
2.2 kB
22 Strategy/attached_files/110 Static Strategy/Behavioral.Strategy.Static.cs.txt
1.8 kB
23 Template Method/112 Overview.mp4
3.2 MB
23 Template Method/113 Template Method.mp4
18 MB
23 Template Method/114 Summary.mp4
1.3 MB
23 Template Method/attached_files/113 Template Method/Behavioral.TemplateMethod.TemplateMethod.cs.txt
1.3 kB
24 Visitor/115 Overview.mp4
8.2 MB
24 Visitor/116 Intrusive Expression Printing.mp4
12 MB
24 Visitor/117 Reflection-Based Printing.mp4
26 MB
24 Visitor/118 Classic Visitor Double Dispatch.mp4
31 MB
24 Visitor/119 Dynamic Visitor via the DLR.mp4
19 MB
24 Visitor/120 Summary.mp4
1.9 MB
24 Visitor/attached_files/116 Intrusive Expression Printing/Behavioral.Visitor.Intrusive.cs.txt
1.4 kB
24 Visitor/attached_files/117 Reflection-Based Printing/Behavioral.Visitor.Reflective.cs.txt
2.1 kB
24 Visitor/attached_files/118 Classic Visitor Double Dispatch/Behavioral.Visitor.Classic.cs.txt
2.3 kB
24 Visitor/attached_files/119 Dynamic Visitor via the DLR/Behavioral.Visitor.Dynamic.cs.txt
1.6 kB
25 Course Summary/121 Creational Paterns Summary.mp4
7.8 MB
25 Course Summary/122 Structural Patterns Summary.mp4
10 MB
25 Course Summary/123 Behavioral Patterns Summary.mp4
15 MB
25 Course Summary/124 End of Course.mp4
1.4 MB
25 Course Summary/125 Bonus Lecture Other Courses at a Discount.html
417 B