Introduction to JSON with C#

Slides:



Advertisements
Similar presentations
Susan Ibach | Microsoft Technical Evangelist Christopher Harrison | Microsoft Certified Trainer.
Advertisements

Jon Galloway | Technical Evangelist Christopher Harrison | Content Developer.
CSC 494/594 C# and ASP.NET Programming. C# 2012 C# Object-oriented language with syntax that is similar to Java.
Jon Galloway | Development Platform Evangelist Christopher Harrison | Microsoft Certified Trainer.
C# AND ASP.NET What will I do in this course?. MAJOR TOPICS Learn to program in the C# language with the Visual Studio IDE (Interactive Development Environment)
Unleash the Power of jQuery Doncho Minkov Telerik Software Academy academy.telerik.com Senior Technical Trainer
Microsoft Virtual Academy Stacey Mulcahy | Technical Evangelist Christopher Harrison | Content Developer.
Processing JSON in.NET JSON, JSON.NET LINQ-to-JSON and JSON to XML SoftUni Team Technical Trainers Software University
HR and Payroll in Microsoft Dynamics GP Terry Heley| Escalation Engineer.
AJAX. Ajax  $.get  $.post  $.getJSON  $.ajax  json and xml  Looping over data results, success and error callbacks.
Jennifer Widom JSON Data Introduction. Jennifer Widom JSON Introduction JavaScript Object Notation (JSON)  Standard for “serializing” data objects, usually.
Web Development in Microsoft Visual Studio 2013 / 2015.
AUC Technologies Projects Consulting, Development, Mentoring, and Training Company Web Tools Presented By : Qazi Muhammad Arfeen Senior Software Engineer.
05 | Integrating JavaScript and MVC 4 Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek.
Google maps engine and language presentation Ibrahim Motala.
XML & JSON. Background XML and JSON are to standard, textual data formats for representing arbitrary data – XML stands for “eXtensible Markup Language”
Tom Resing | SharePoint Engineer, Jive Software Christopher Harrison | Microsoft Certified Trainer.
Christopher Harrison | Content Developer, Microsoft Rachel Jones| Microsoft Certified Trainer, SourceDev.
Are you Ready To Take Microsoft Test? MCSD: Windows Store Apps.
Framework and Graph Visualization Tools
Introduction to Programming using Python
Computer Science skill sets
The Object-Oriented Thought Process Chapter 11
3D on the Web : Understanding the basics
Parsing JSON JSON.NET, LINQ-to-JSON
JavaScript for Experienced Developers
Make Power BI Your Own with the Power BI APIs
SharePoint 2013 Best Practices
Department of Computer Science
Introduction to Visual Basic 2008 Programming
Azure – winter 2016/17 Boris van Sosin, Marina Minkin, Nitsan Pri Hadash, Ariel Yehezkeli SI CALOREM NON TOLERAS E CVLINA EXI.
JSON Crash Course Traversy Media.
Web API Design Jeremy Likness | Principal Architect
Podcasting Enormous variety of podcasts available
Asynchronous Java script And XML Technology
Podcasting Enormous variety of podcasts available
Modern Front-End Web Development with Visual Studio
Introduction to ASP.NET MVC Jump Start
Cloud Enable at APS.NET LOB App
Programming Robotic Systems using Visual Studio
Module 0: Introduction Chapter 2: Getting Started
Assembler, Compiler, Interpreter
Django in the Real World
Creating Windows Store Apps Using Visual Basic
Django in the real world
Advanced Programming: C# Lecture 01: Introduction
Built in Fairfield County: Front End Developers Meetup
jQuery The Easy JavaScript Nikolay Chochev Technical Trainer
Introduction to AngularJS
Cloud-Enable a Windows Presentation Foundation LOB App
07 | Workflows Chris Johnson | SharePoint Guru
CIS16 Application Development – Programming with Visual Basic
Make Power BI Your Own with the Power BI APIs
Introduction to Programming using Python
Introduction to ASP.NET MVC ASP.NET MVC පෙරවදන
JSON Data Demo.
Assembler, Compiler, Interpreter
Integrating REST API and SQL Server JSON Functions
Apply programming techniques to design and create a web page
A Lap Around Azure Websites Introduction
Scott Clifford Jerin Schneider Kansu Dincer
Implementing Entity Framework with MVC Jump Start
04 | Apps and SharePoint Chris Johnson | SharePoint Guru
Reports Web Innovations 2017.
Developing Universal Windows Apps with HTML and JavaScript
04 | Visual Studio & ASP.NET Integration
Lighting Up Real-time Web Communications with SignalR Introduction
Stacey Mulcahy| Technical Evangelist Jamie Kosoy | Content Developer
Getting Started with PowerShell Jump Start
Adding Style with CSS Helen Zeng | Developer Evangelist
Presentation transcript:

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