Working with JSON in .NET 6
大小
467.96 MB
文件数
95
Info Hash:
0FBC65B96F981F8B67B081A8015F82D191533E1D
收录时间
2025-12-15 06:21:13
更新时间
2025-12-15 06:21:13
文件列表 (95)
1. Course Overview/1. Course Overview.mp4
4.69 MB
1. Course Overview/1. Course Overview.srt
2.92 KB
2. Starting with JSON in .NET 6/1. Hello JSON and System.Text.Json.mp4
17.71 MB
2. Starting with JSON in .NET 6/1. Hello JSON and System.Text.Json.srt
3.4 KB
2. Starting with JSON in .NET 6/2. Understanding Serialization and Deserialization.mp4
8.26 MB
2. Starting with JSON in .NET 6/2. Understanding Serialization and Deserialization.srt
2.47 KB
2. Starting with JSON in .NET 6/3. Json.NET vs. System.Text.JSON.mp4
10.82 MB
2. Starting with JSON in .NET 6/3. Json.NET vs. System.Text.JSON.srt
3.19 KB
2. Starting with JSON in .NET 6/4. Migrating from Newtonsoft.Json to System.Text.Json.mp4
16.64 MB
2. Starting with JSON in .NET 6/4. Migrating from Newtonsoft.Json to System.Text.Json.srt
4.88 KB
2. Starting with JSON in .NET 6/5. Upcoming Demo Details.mp4
16.69 MB
2. Starting with JSON in .NET 6/5. Upcoming Demo Details.srt
4.24 KB
3. Serializing and Deserializing JSON in .NET 6/01. Main Use Cases for Serializing and Deserializing JSON.mp4
7.84 MB
3. Serializing and Deserializing JSON in .NET 6/01. Main Use Cases for Serializing and Deserializing JSON.srt
1.54 KB
3. Serializing and Deserializing JSON in .NET 6/02. Basic Serialization Scenarios.mp4
1.61 MB
3. Serializing and Deserializing JSON in .NET 6/02. Basic Serialization Scenarios.srt
1.75 KB
3. Serializing and Deserializing JSON in .NET 6/03. Serialization with JsonSerializer.mp4
12.89 MB
3. Serializing and Deserializing JSON in .NET 6/03. Serialization with JsonSerializer.srt
6.02 KB
3. Serializing and Deserializing JSON in .NET 6/04. Async Serialization.mp4
5.03 MB
3. Serializing and Deserializing JSON in .NET 6/04. Async Serialization.srt
2.78 KB
3. Serializing and Deserializing JSON in .NET 6/05. Serialization with Collections and UDTs.mp4
5.19 MB
3. Serializing and Deserializing JSON in .NET 6/05. Serialization with Collections and UDTs.srt
3.15 KB
3. Serializing and Deserializing JSON in .NET 6/06. Basic Deserialization Scenarios.mp4
2.49 MB
3. Serializing and Deserializing JSON in .NET 6/06. Basic Deserialization Scenarios.srt
2.44 KB
3. Serializing and Deserializing JSON in .NET 6/07. Deserialization with JsonSerializer.mp4
9.6 MB
3. Serializing and Deserializing JSON in .NET 6/07. Deserialization with JsonSerializer.srt
3.81 KB
3. Serializing and Deserializing JSON in .NET 6/08. Async Deserialization.mp4
7.89 MB
3. Serializing and Deserializing JSON in .NET 6/08. Async Deserialization.srt
3.64 KB
3. Serializing and Deserializing JSON in .NET 6/09. Http Client Extension Methods.mp4
13.92 MB
3. Serializing and Deserializing JSON in .NET 6/09. Http Client Extension Methods.srt
7.85 KB
3. Serializing and Deserializing JSON in .NET 6/10. What if You Do Not Have a Class-.mp4
5.46 MB
3. Serializing and Deserializing JSON in .NET 6/10. What if You Do Not Have a Class-.srt
4.21 KB
3. Serializing and Deserializing JSON in .NET 6/11. Takeaway.mp4
1.03 MB
3. Serializing and Deserializing JSON in .NET 6/11. Takeaway.srt
1.08 KB
4. Controlling Serialization Behavior/1. Controlling Serialization Behavior.mp4
9.93 MB
4. Controlling Serialization Behavior/1. Controlling Serialization Behavior.srt
1.6 KB
4. Controlling Serialization Behavior/2. How to Instantiate JSON Serializer Options Instances.mp4
11.49 MB
4. Controlling Serialization Behavior/2. How to Instantiate JSON Serializer Options Instances.srt
6.1 KB
4. Controlling Serialization Behavior/3. Enabling Case Insensitive Matching.mp4
7.16 MB
4. Controlling Serialization Behavior/3. Enabling Case Insensitive Matching.srt
4.32 KB
4. Controlling Serialization Behavior/4. Customizing Property Names and Values.mp4
16.96 MB
4. Controlling Serialization Behavior/4. Customizing Property Names and Values.srt
9.46 KB
4. Controlling Serialization Behavior/5. Configuring the Order of Serialized Properties.mp4
6.13 MB
4. Controlling Serialization Behavior/5. Configuring the Order of Serialized Properties.srt
3.43 KB
4. Controlling Serialization Behavior/6. Ignoring Properties.mp4
8.9 MB
4. Controlling Serialization Behavior/6. Ignoring Properties.srt
5.28 KB
4. Controlling Serialization Behavior/7. Customizing Character Encoding.mp4
8.59 MB
4. Controlling Serialization Behavior/7. Customizing Character Encoding.srt
4.04 KB
4. Controlling Serialization Behavior/8. Takeaway.mp4
1.81 MB
4. Controlling Serialization Behavior/8. Takeaway.srt
1.74 KB
5. Improving Performance with the DOM and Utf8 Reader and Writer/1. Alternatives to JsonSerializer- The DOM and Utf8 Reader and Writer.mp4
19.64 MB
5. Improving Performance with the DOM and Utf8 Reader and Writer/1. Alternatives to JsonSerializer- The DOM and Utf8 Reader and Writer.srt
1.81 KB
5. Improving Performance with the DOM and Utf8 Reader and Writer/2. Working with the DOM.mp4
3.7 MB
5. Improving Performance with the DOM and Utf8 Reader and Writer/2. Working with the DOM.srt
2.75 KB
5. Improving Performance with the DOM and Utf8 Reader and Writer/3. Using JsonDocument (Immutable DOM).mp4
20.38 MB
5. Improving Performance with the DOM and Utf8 Reader and Writer/3. Using JsonDocument (Immutable DOM).srt
11.36 KB
5. Improving Performance with the DOM and Utf8 Reader and Writer/4. Using JsonNode (Mutable DOM).mp4
18.4 MB
5. Improving Performance with the DOM and Utf8 Reader and Writer/4. Using JsonNode (Mutable DOM).srt
8.6 KB
5. Improving Performance with the DOM and Utf8 Reader and Writer/5. High Performance JSON Writing Using the Utf8JsonWriter.mp4
19.12 MB
5. Improving Performance with the DOM and Utf8 Reader and Writer/5. High Performance JSON Writing Using the Utf8JsonWriter.srt
9.03 KB
5. Improving Performance with the DOM and Utf8 Reader and Writer/6. High Performance JSON Reading Using the Utf8JsonReader.mp4
12 MB
5. Improving Performance with the DOM and Utf8 Reader and Writer/6. High Performance JSON Reading Using the Utf8JsonReader.srt
7.24 KB
5. Improving Performance with the DOM and Utf8 Reader and Writer/7. Takeaway.mp4
3.3 MB
5. Improving Performance with the DOM and Utf8 Reader and Writer/7. Takeaway.srt
2.89 KB
6. Handling Errors and Best Practices/1. Handling Errors and Best Practices.mp4
8.37 MB
6. Handling Errors and Best Practices/1. Handling Errors and Best Practices.srt
1.19 KB
6. Handling Errors and Best Practices/2. JsonException.mp4
9.83 MB
6. Handling Errors and Best Practices/2. JsonException.srt
5.29 KB
6. Handling Errors and Best Practices/3. Allow Invalid JSON.mp4
7.13 MB
6. Handling Errors and Best Practices/3. Allow Invalid JSON.srt
3.62 KB
6. Handling Errors and Best Practices/4. Handle Overflow JSON.mp4
9.24 MB
6. Handling Errors and Best Practices/4. Handle Overflow JSON.srt
5.7 KB
6. Handling Errors and Best Practices/5. Preserve References and Handle Circular References.mp4
12.04 MB
6. Handling Errors and Best Practices/5. Preserve References and Handle Circular References.srt
7.15 KB
6. Handling Errors and Best Practices/6. Deserialize to Immutable Types and Non Public Accessors.mp4
16.18 MB
6. Handling Errors and Best Practices/6. Deserialize to Immutable Types and Non Public Accessors.srt
9.08 KB
6. Handling Errors and Best Practices/7. Polymorphic Serialization.mp4
6.68 MB
6. Handling Errors and Best Practices/7. Polymorphic Serialization.srt
4.46 KB
6. Handling Errors and Best Practices/8. Takeaway.mp4
2.04 MB
6. Handling Errors and Best Practices/8. Takeaway.srt
2.14 KB
7. Using Advanced System.Text.Json Functionality/1. Understanding Advanced System.Text.Json Scenarios.mp4
12.06 MB
7. Using Advanced System.Text.Json Functionality/1. Understanding Advanced System.Text.Json Scenarios.srt
1.84 KB
7. Using Advanced System.Text.Json Functionality/2. Writing Custom Converters.mp4
7.15 MB
7. Using Advanced System.Text.Json Functionality/2. Writing Custom Converters.srt
6.79 KB
7. Using Advanced System.Text.Json Functionality/3. Creating a Basic Pattern Converter.mp4
8.86 MB
7. Using Advanced System.Text.Json Functionality/3. Creating a Basic Pattern Converter.srt
5.39 KB
7. Using Advanced System.Text.Json Functionality/4. Creating a Factory Pattern Converter.mp4
11.93 MB
7. Using Advanced System.Text.Json Functionality/4. Creating a Factory Pattern Converter.srt
6.23 KB
7. Using Advanced System.Text.Json Functionality/5. Source Generation vs. Reflection and the System.Text.Json Source Generator.mp4
19.24 MB
7. Using Advanced System.Text.Json Functionality/5. Source Generation vs. Reflection and the System.Text.Json Source Generator.srt
8.88 KB
7. Using Advanced System.Text.Json Functionality/6. Takeaway.mp4
1.78 MB
7. Using Advanced System.Text.Json Functionality/6. Takeaway.srt
1.73 KB
8. Final Takeaway/1. Final Takeaway.mp4
5.36 MB
8. Final Takeaway/1. Final Takeaway.srt
3.9 KB
dot-net-6-json-working.zip
14.58 MB