C# Streams and Data Processing
About this Course
Learn how to read, write, and process data using streams in C#, and get the basics of file system operations. We'll also learn about serialization with JSON using Json.NET, and how to send web requests from our application.
What you'll learn
- File I/O
- Streams
- Serialization
- Making Web Requests
Reading Data
Learn all about reading text files from your computer.
Parsing Data
Learn how to parse information stored as strings into dates, integers, and floating-point types.
Serialization
Learn how to use Json.NET to serialize objects into JSON.
Streaming Data on the Net
Learn how to send and receive serialized data with the WebClient class.