File | Size |
---|
1. Introduction/1. Introduction.mp4 | 4.26 MB |
1. Introduction/1. Introduction.srt | 3.54 kB |
1. Introduction/2. BONUS Visual Studio Useful Shortcuts and C# Quality Code Guidelines.html | 224.00 B |
1. Introduction/2.1 Shortcuts and Quality Tips.pdf | 334.63 kB |
2. LINQ - Language Integrated Query/1. What is LINQ, Where does it Apply and How to Use it.mp4 | 12.19 MB |
2. LINQ - Language Integrated Query/1. What is LINQ, Where does it Apply and How to Use it.srt | 9.22 kB |
2. LINQ - Language Integrated Query/2. LINQ Examples - Where, Select, Sorting, Multiple Conditions and More.mp4 | 12.63 MB |
2. LINQ - Language Integrated Query/2. LINQ Examples - Where, Select, Sorting, Multiple Conditions and More.srt | 6.02 kB |
2. LINQ - Language Integrated Query/3. LINQ Queries on Objects.mp4 | 17.91 MB |
2. LINQ - Language Integrated Query/3. LINQ Queries on Objects.srt | 8.54 kB |
2. LINQ - Language Integrated Query/4. LINQ Examples - Source Code.html | 78.00 B |
2. LINQ - Language Integrated Query/4.1 01. LinqExamples.zip | 175.28 kB |
3. Lambda Expressions and LINQ Method Syntax/1. What are Lambda Expressions and Examples with LINQ.mp4 | 13.46 MB |
3. Lambda Expressions and LINQ Method Syntax/1. What are Lambda Expressions and Examples with LINQ.srt | 5.78 kB |
3. Lambda Expressions and LINQ Method Syntax/2. More Lambda-LINQ Methods - Min, Max, Sum, OfType.mp4 | 26.65 MB |
3. Lambda Expressions and LINQ Method Syntax/2. More Lambda-LINQ Methods - Min, Max, Sum, OfType.srt | 11.40 kB |
3. Lambda Expressions and LINQ Method Syntax/3. What is the difference between Where and Select.mp4 | 10.23 MB |
3. Lambda Expressions and LINQ Method Syntax/3. What is the difference between Where and Select.srt | 5.54 kB |
3. Lambda Expressions and LINQ Method Syntax/4. ForEach Loop with a Lambda Expression.mp4 | 9.35 MB |
3. Lambda Expressions and LINQ Method Syntax/4. ForEach Loop with a Lambda Expression.srt | 3.75 kB |
3. Lambda Expressions and LINQ Method Syntax/5. Lambda Expressions with LINQ Methods - Source Code.html | 78.00 B |
3. Lambda Expressions and LINQ Method Syntax/5.1 02. LambdaExamples.zip | 147.06 kB |
4. Extension Methods/1. Simple Extension Methods to Make Your Life Easier.mp4 | 10.50 MB |
4. Extension Methods/1. Simple Extension Methods to Make Your Life Easier.srt | 7.39 kB |
4. Extension Methods/2. Multiple Argument Extension Methods.mp4 | 9.99 MB |
4. Extension Methods/2. Multiple Argument Extension Methods.srt | 3.96 kB |
4. Extension Methods/3. Extending Classes That You Cant Modify.mp4 | 10.18 MB |
4. Extension Methods/3. Extending Classes That You Cant Modify.srt | 6.60 kB |
4. Extension Methods/4. Extension Methods Examples - Source Code.html | 78.00 B |
4. Extension Methods/4.1 03. ExtensionMethods.zip | 158.48 kB |
5. Generics/1. What are Generic Methods and Simple Example.mp4 | 17.45 MB |
5. Generics/1. What are Generic Methods and Simple Example.srt | 10.22 kB |
5. Generics/2. Generic Method for Sorting Collections.mp4 | 10.40 MB |
5. Generics/2. Generic Method for Sorting Collections.srt | 4.14 kB |
5. Generics/3. Implementing the IComparable interface in a Class.mp4 | 13.70 MB |
5. Generics/3. Implementing the IComparable interface in a Class.srt | 5.56 kB |
5. Generics/4. Generic Class - You've been using it all along!.mp4 | 20.54 MB |
5. Generics/4. Generic Class - You've been using it all along!.srt | 9.55 kB |
5. Generics/5. Indexers, because, why not.mp4 | 8.70 MB |
5. Generics/5. Indexers, because, why not.srt | 4.19 kB |
5. Generics/6. Overloading Mathematical Operators.mp4 | 13.60 MB |
5. Generics/6. Overloading Mathematical Operators.srt | 8.06 kB |
5. Generics/7. Generics Examples - Source Code.html | 78.00 B |
5. Generics/7.1 04. Generics.zip | 174.25 kB |
6. Delegates/1. Finally an Understandable Answer to the question What are Delegates.mp4 | 15.37 MB |
6. Delegates/1. Finally an Understandable Answer to the question What are Delegates.srt | 9.77 kB |
6. Delegates/2. Delegates and Lambda Expressions (The Lambda fun never ends).mp4 | 6.20 MB |
6. Delegates/2. Delegates and Lambda Expressions (The Lambda fun never ends).srt | 2.40 kB |
6. Delegates/3. Delegate Chaining with Many Methods.mp4 | 9.35 MB |
6. Delegates/3. Delegate Chaining with Many Methods.srt | 6.08 kB |
6. Delegates/4. Delegates Chain with Returning Methods - Catching All Returns.mp4 | 11.75 MB |
6. Delegates/4. Delegates Chain with Returning Methods - Catching All Returns.srt | 5.55 kB |
6. Delegates/5. Generic Method To Catch All Returned Values - CatchEmAll.mp4 | 11.11 MB |
6. Delegates/5. Generic Method To Catch All Returned Values - CatchEmAll.srt | 5.05 kB |
6. Delegates/6. Func and Action Delegates - Simplifying Delegates.mp4 | 18.19 MB |
6. Delegates/6. Func and Action Delegates - Simplifying Delegates.srt | 5.80 kB |
6. Delegates/7. Anonymous Methods and Lambda Expressions.mp4 | 12.64 MB |
6. Delegates/7. Anonymous Methods and Lambda Expressions.srt | 7.70 kB |
6. Delegates/8. More Complex Anonymous Method.mp4 | 10.96 MB |
6. Delegates/8. More Complex Anonymous Method.srt | 4.91 kB |
6. Delegates/9. Delegates Examples - Source Code.html | 78.00 B |
6. Delegates/9.1 05. Delegates.zip | 271.61 kB |
7. Events/1. What is an Event Publisher and Subscribers Explained.mp4 | 5.62 MB |
7. Events/1. What is an Event Publisher and Subscribers Explained.srt | 3.25 kB |
7. Events/2. The Anatomy of an Event.mp4 | 20.69 MB |
7. Events/2. The Anatomy of an Event.srt | 9.95 kB |
7. Events/3. Passing Additional Information with Events.mp4 | 17.44 MB |
7. Events/3. Passing Additional Information with Events.srt | 8.07 kB |
7. Events/4. Delegates are No More - Introducing EventHandler.mp4 | 6.05 MB |
7. Events/4. Delegates are No More - Introducing EventHandler.srt | 3.21 kB |
7. Events/5. Events Examples - Source Code.html | 78.00 B |
7. Events/5.1 06. Events.zip | 144.86 kB |
8. Asynchronous Programming/1. Intro to Asynchronous Programming - The Task Clas.mp4 | 12.61 MB |
8. Asynchronous Programming/1. Intro to Asynchronous Programming - The Task Clas.srt | 9.59 kB |
8. Asynchronous Programming/2. Using the Task Class on Methods with Arguments.mp4 | 6.25 MB |
8. Asynchronous Programming/2. Using the Task Class on Methods with Arguments.srt | 4.18 kB |
8. Asynchronous Programming/3. Using the Task Class on Methods with Return Types.mp4 | 5.16 MB |
8. Asynchronous Programming/3. Using the Task Class on Methods with Return Types.srt | 3.22 kB |
8. Asynchronous Programming/4. The async and await Keywords, What Are They and How to Implement Them.mp4 | 17.94 MB |
8. Asynchronous Programming/4. The async and await Keywords, What Are They and How to Implement Them.srt | 10.93 kB |
8. Asynchronous Programming/5. Final Refactoring of Our Code.mp4 | 36.55 MB |
8. Asynchronous Programming/5. Final Refactoring of Our Code.srt | 5.49 kB |
8. Asynchronous Programming/6. Source Code - Asynchronous Programming.html | 78.00 B |
8. Asynchronous Programming/6.1 07. AsynchronousProgramming.zip | 143.95 kB |
9. Bonus Section/1. Bonus Lecture Get Other Courses With Discount.html | 8.64 kB |
[UdemyLibrary.com] Join for free courses and tutorials.txt | 246.00 B |