Course Description
Discover how to retrieve and display raw JSON and XML data in a browser, as well as how to develop a web application for multiple browsers and mobile devices in Visual Studio 2017.
Learning Objectives
JSON and XML Data Formats
- use a JSON media type formatter to format the display of HTTP response data in an ASP.NET MVC web application
- use an XML media type formatter to format the display of HTTP response data in an ASP.NET MVC web application
- configure a JSON media type formatter to handle circular object references in JSON in an ASP.NET MVC web application
- configure an XML media type formatter to handle circular object references in XML in an ASP.NET MVC web application
- use the ASP.NET Web API framework to retrieve and display JSON data in an ASP.NET MVC application view
- recall how to upload multipart files
- illustrate how we can use AutoRest to build clients
- recognize how to serialize and send data to SOAP-based WCF services
- recall how to serialize structured data using protocol buffers (protobuf) from the perspective of a SOAP-based WCF service
- use the ASP.NET Web API framework to retrieve and display XML data in an ASP.NET MVC application view
- configure a JSON and XML media type in an ASP.NET MVC web application in Visual Studio 2017