Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7809619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T03:29:50+00:00 2026-06-02T03:29:50+00:00

I recently used C# to build a web service client. I chose C# because

  • 0

I recently used C# to build a web service client. I chose C# because the web services components are powerful and easy (much easier to work with than Gsoap or Axis IMO).

My C# app runs in the background and should return data that other pieces of my application (which includes a web app, a PLC, and a database) can store and use.

My responses look something like this:

[
 [
     string
     int
     []
 ]
 string
 []
 int
]

etc…

The point is that the return values are not simple. My question is what is the best way to reformat and consume this data from other parts of my application?

My choices are:

  1. XML
  2. JSON

I’ve checked out both routes and have not found a great way to serialize this data. Can anyone provide any recommendations?

Worst case scenario I may need to just create a common routine to build XML with StringBuilder, but I’m hoping there’s something I don’t know about yet (I’m new to C#) that will make my life easy.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T03:29:52+00:00Added an answer on June 2, 2026 at 3:29 am

    You surelly can use JSON.

    Use the JavaScriptSerializer class to serialize the data and your OK: http://msdn.microsoft.com/en-us/library/system.web.script.serialization.javascriptserializer.aspx

    var data = new { name = "someValue", id = 1 };
    
    var json = new System.Web.Script.Serialization.JavaScriptSerializer();
    
    return json.Serialize(data);
    

    I haven’t tested this code (I’m not in my dev machine by now), but I’m sure it works with some adjustments to your needs.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've recently used git svn and enjoyed it very much. Now I'm starting a
I recently developed a web app which used the JavaScript window.location property to redirect
We've used php to build up an interface that the client can upload svg
I've recently started doing some JSF work - before that I've always used PHP
I recently used the <<- operator to output a multi-line string, like this: <<-form
Least Recently Used (LRU) Cache is to discard the least recently used items first
I recently used git-svn to clone an SVN repository, for the purposes of maintaining
I have recently used a PHP pagination tutorial, Pagination - what it is and
I wanted to list all my Recently Used Items. I use this code: public
I need to gain access to the list of most recently used programs and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.