Introduction to JSON with C# Benjamin Lin | Program Manager Intern Christopher Harrison | Content Developer
Meet Benjamin Lin | @benlin1994 Program Manager Intern Bluetooth PowerPoint Ring Controller Automatic C# Code Grader Student at Cal Poly SLO Studying Computer Engineering Ballroom Dancer Harmonica Player
Meet Christopher Harrison | @geektrainer Senior Content Developer Focused on web, OSS and ASP.NET Microsoft Certified Trainer Still misses his Commodore 64 Long time geek Regular presenter at TechEd Periodic blogger Marathoner, husband, father of one four legged child
Course Topics Introduction to JSON with C# 01 | Introduction to JSON 02 | JSON Syntax 03 | Parsing and Generating JSON Files 04 | JSON Application Data Storage
Setting Expectations Target Audience C# developer New to JSON Suggested Prerequisites/Supporting Material Visual Studio 2015 Community
01 | Introduction to JSON Benjamin Lin | Program Manager Intern Christopher Harrison | Content Developer
JSON JSON (JavaScript Object Notation) is a lightweight data- interchange format.
Why use it? Easy for humans to read and write Language independent Same syntax as JavaScript Objects Can be used to store application data
JSON C# Libraries JavaScriptSerializer JSON.NET
JSON Sample Code