TorBT - Torrents and Magnet Links Search Engine

Defensive Coding in C#

File Name
Size
01. Course Overview/01. Course Overview.mp4
3.5 MB
01. Course Overview/01. Course Overview.srt
2.6 kB
02. Why Defensive Coding Matters/01. What Are We Defending Our Code From-.mp4
10 MB
02. Why Defensive Coding Matters/01. What Are We Defending Our Code From-.srt
6.4 kB
02. Why Defensive Coding Matters/02. What Is Defensive Coding-.mp4
3.0 MB
02. Why Defensive Coding Matters/02. What Is Defensive Coding-.srt
3.7 kB
02. Why Defensive Coding Matters/03. Protected but Nimble.mp4
3.3 MB
02. Why Defensive Coding Matters/03. Protected but Nimble.srt
4.3 kB
02. Why Defensive Coding Matters/04. Course Overview.mp4
3.4 MB
02. Why Defensive Coding Matters/04. Course Overview.srt
3.1 kB
03. Strengthening Our Code’s Defenses/01. Evaluating Weaknesses.mp4
7.8 MB
03. Strengthening Our Code’s Defenses/01. Evaluating Weaknesses.srt
5.9 kB
03. Strengthening Our Code’s Defenses/02. Improving Code Comprehension.mp4
12 MB
03. Strengthening Our Code’s Defenses/02. Improving Code Comprehension.srt
10 kB
03. Strengthening Our Code’s Defenses/03. Improving Code Quality.mp4
6.5 MB
03. Strengthening Our Code’s Defenses/03. Improving Code Quality.srt
7.0 kB
03. Strengthening Our Code’s Defenses/04. Demo- Unit Testing.mp4
16 MB
03. Strengthening Our Code’s Defenses/04. Demo- Unit Testing.srt
6.9 kB
03. Strengthening Our Code’s Defenses/05. Improving Code Predictability.mp4
6.9 MB
03. Strengthening Our Code’s Defenses/05. Improving Code Predictability.srt
7.4 kB
03. Strengthening Our Code’s Defenses/06. Guidelines and Summary.mp4
2.9 MB
03. Strengthening Our Code’s Defenses/06. Guidelines and Summary.srt
3.4 kB
04. Validating Method Arguments/01. Defining Clear Method Signatures.mp4
11 MB
04. Validating Method Arguments/01. Defining Clear Method Signatures.srt
10 kB
04. Validating Method Arguments/02. Surrounding Our Operations with Conditionals.mp4
16 MB
04. Validating Method Arguments/02. Surrounding Our Operations with Conditionals.srt
7.6 kB
04. Validating Method Arguments/03. Failing Fast with Guard Clauses.mp4
14 MB
04. Validating Method Arguments/03. Failing Fast with Guard Clauses.srt
7.6 kB
04. Validating Method Arguments/04. Unit Testing for Expected Exceptions.mp4
13 MB
04. Validating Method Arguments/04. Unit Testing for Expected Exceptions.srt
5.7 kB
04. Validating Method Arguments/05. Refactoring Our Methods.mp4
9.5 MB
04. Validating Method Arguments/05. Refactoring Our Methods.srt
6.9 kB
04. Validating Method Arguments/06. Demo- Refactoring Our Methods.mp4
10 MB
04. Validating Method Arguments/06. Demo- Refactoring Our Methods.srt
4.6 kB
04. Validating Method Arguments/07. Guidelines and Summary.mp4
4.7 MB
04. Validating Method Arguments/07. Guidelines and Summary.srt
3.5 kB
05. Handling Nulls/01. The Billion Dollar Mistake-.mp4
5.0 MB
05. Handling Nulls/01. The Billion Dollar Mistake-.srt
4.8 kB
05. Handling Nulls/02. Declaring Nullable Value Types.mp4
3.5 MB
05. Handling Nulls/02. Declaring Nullable Value Types.srt
3.5 kB
05. Handling Nulls/03. Defending Our Code from Null Nullable Value Types.mp4
7.4 MB
05. Handling Nulls/03. Defending Our Code from Null Nullable Value Types.srt
4.0 kB
05. Handling Nulls/04. Defending Our Code from Null Reference Types.mp4
15 MB
05. Handling Nulls/04. Defending Our Code from Null Reference Types.srt
7.4 kB
05. Handling Nulls/05. Reference Type Nullability Features.mp4
10 MB
05. Handling Nulls/05. Reference Type Nullability Features.srt
9.5 kB
05. Handling Nulls/06. Demo- Reference Type Nullability Features.mp4
17 MB
05. Handling Nulls/06. Demo- Reference Type Nullability Features.srt
7.7 kB
05. Handling Nulls/07. Guidelines and Summary.mp4
5.1 MB
05. Handling Nulls/07. Guidelines and Summary.srt
4.6 kB
06. Returning Predictable Results/01. Defining Predictable Method Results.mp4
4.6 MB
06. Returning Predictable Results/01. Defining Predictable Method Results.srt
4.6 kB
06. Returning Predictable Results/02. Defining ref and out Parameters.mp4
6.3 MB
06. Returning Predictable Results/02. Defining ref and out Parameters.srt
5.0 kB
06. Returning Predictable Results/03. Returning a Tuple.mp4
4.4 MB
06. Returning Predictable Results/03. Returning a Tuple.srt
4.4 kB
06. Returning Predictable Results/04. Returning an Object.mp4
3.4 MB
06. Returning Predictable Results/04. Returning an Object.srt
3.2 kB
06. Returning Predictable Results/05. Returning Predictable Results- Validation Methods.mp4
3.7 MB
06. Returning Predictable Results/05. Returning Predictable Results- Validation Methods.srt
3.1 kB
06. Returning Predictable Results/06. Returning Predictable Results- Simple Operations.mp4
6.5 MB
06. Returning Predictable Results/06. Returning Predictable Results- Simple Operations.srt
4.1 kB
06. Returning Predictable Results/07. Returning Predictable Results- Find and Retrieve Methods.mp4
5.2 MB
06. Returning Predictable Results/07. Returning Predictable Results- Find and Retrieve Methods.srt
3.9 kB
06. Returning Predictable Results/08. Returning Predictable Results- Complex Operations.mp4
6.7 MB
06. Returning Predictable Results/08. Returning Predictable Results- Complex Operations.srt
5.4 kB
06. Returning Predictable Results/09. Guidelines and Summary.mp4
8.2 MB
06. Returning Predictable Results/09. Guidelines and Summary.srt
5.9 kB
07. Managing Exceptions/01. What Is Exception Handling-.mp4
1.8 MB
07. Managing Exceptions/01. What Is Exception Handling-.srt
1.8 kB
07. Managing Exceptions/02. Defending Our Code from Exceptions.mp4
6.3 MB
07. Managing Exceptions/02. Defending Our Code from Exceptions.srt
5.9 kB
07. Managing Exceptions/03. Throwing .NET Exceptions.mp4
4.1 MB
07. Managing Exceptions/03. Throwing .NET Exceptions.srt
4.2 kB
07. Managing Exceptions/04. Creating and Throwing Custom Exceptions.mp4
12 MB
07. Managing Exceptions/04. Creating and Throwing Custom Exceptions.srt
6.0 kB
07. Managing Exceptions/05. Catching What We’re Thrown.mp4
6.3 MB
07. Managing Exceptions/05. Catching What We’re Thrown.srt
4.4 kB
07. Managing Exceptions/06. Guidelines and Summary.mp4
6.4 MB
07. Managing Exceptions/06. Guidelines and Summary.srt
5.2 kB
08. Final Words/01. Recap.mp4
6.1 MB
08. Final Words/01. Recap.srt
6.8 kB
08. Final Words/02. Learning More and Closing.mp4
2.6 MB
08. Final Words/02. Learning More and Closing.srt
1.9 kB
csharp-defensive-coding.zip
13 MB