(X) Hide this
    • Login
    • Join
      • Generate New Image
        By clicking 'Register' you accept the terms of use .
        Login with Facebook

Search in News

 
6 posts tagged with json

Want better search results?  See our search tips!


  • Connect Windows Phone 7 Apps to WordPress using JSON

    0 comments  /  posted by  Silverlight Show  on  Jun 30, 2011 (2 months ago)
    Tags:   json , windows-phone-7 , kevin-ashley
    Read original post at Kevin Ashley's Blog This is the Part 2 of connectivity posts for Windows Phone. In Part 1 we discussed how to connect a Windows Phone app to WordPress using the blog’s built-in XMLRPC mechanism. This time we’ll use another popular protocol called JSON


  • 0 comments  /  posted by  Silverlight Show  on  Jun 06, 2011 (2 months ago)
    Matt Duffield discusses the new ICustomTypeProvider interface in Silverlight 5 and how to use it with JSON and ASP.NET MVC 3. Source: Matt's Blog One of the really powerful new features in Silverlight 5 is the new interface ICustomTypeProvider. This allow us to have a dynamic way to bind to objects that we don’t know the shape of until at runtime. There are three blog posts that you need to read b ...
  • 0 comments  /  posted by  Silverlight Show  on  May 26, 2011 (3 months ago)
    Tags:   entity-framework , sql , rest , json , wcf , jeremy-likness
    Jeremy Likness blogged about the Entity Framework 4.1 code-first, Silverlight, SQL, and shared models using REST and JSON. Source: C#er : IMage It's a debate that has existed for decades. The database architects insist that data is golden and the most efficient way to build software is to generate it from the database schema, while the object-oriented code junkies swear that a nice "domain model" ...
  • 0 comments  /  posted by  Silverlight Show  on  May 18, 2011 (3 months ago)
    In this post, Jeremy Likness talks about the ICustomTypeProvider interface and how to use it in Silverlight 5 to display a sortable grid that derives from JSON data. Source: C#er : IMage By now you've likely heard the buzz surrounding the release of the Silverlight 5 beta and some of the great new features. Developers have been waiting some time for a dynamic type that can participate in data-bin ...
  • 0 comments  /  posted by  paul firth  on  Mar 31, 2011 (5 months ago)
    Tags:   json , paul-firth
    Paul Firth published a tutorial on a client->server communication in Silverlight using JSON - a particularly complex type de/serialisation in the context of a server running PHP. Source: http://www.wildbunny.co.uk/blog/2011/03/31/client-server-communication-using-json-silverlight-php/ This time i’m going to talk about some of the technology we created for our game PuzzleShare; the client->server ...
  • 0 comments  /  posted by  Silverlight Show  on  Oct 27, 2010 (10 months ago)
    In this article, Mahesh Sabnis explains how to consume WCF-JSON in Silverlight 4.0 application. Source: .NET Curry When using Silverlight 4 for Line of Business (LOB) applications, it is important to make use of WCF services for fetching and updating data to and from SL to WCF. WCF actively makes use of Representatial State Transfer (REST) and JavaScript Object Notation (JSON) for data communicati ...