Google SubramanyamRaju Xamarin & Windows App Dev Tutorials
Showing posts with label Json. Show all posts
Showing posts with label Json. Show all posts

Saturday, 9 March 2019

How to read local json file and display in Xamarin.Forms (C# - Xaml)

Introduction:
There are some situations when we want to parse and extract information from local json file which is inside of your project. You can also read one of my Json Parsing article which describes about parsing JSON response from RestAPI instead of local project file.

Tuesday, 10 December 2013

Soap Parsing in Windows Phone 8 c#

Introduction

SOAP, originally defined as Simple Object Access Protocol, is a protocol specification for exchanging structured information in the implementation of Web Services in computer networks. It relies on XML Information Set for its message format, and usually relies on other Application Layer protocols, most notably Hypertext Transfer Protocol (HTTP) or Simple Mail Transfer Protocol(SMTP), for message negotiation and transmission.

Saturday, 30 November 2013

Parsing Json array objects in windowsphone c#

Introduction

HTTP-based Web services frequently use JavaScript Object Notation (JSON) messages to return data back to the client. JSON objects can easily be instantiated in JavaScript, without parsing logic, which makes it a convenient format for messages in Web applications.You may get solve this problem using JObject class or any third party,its is not a best solution to use third party.So i come up with my best option is "parsing json using DataContractJsonSerializer".How it is most important concept in wpf,so now i tried this in wp7.

Search Engine Submission - AddMe