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 6720327
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T09:11:57+00:00 2026-05-26T09:11:57+00:00

can somebody please tell me the difference if i do in my ActionResult in

  • 0

can somebody please tell me the difference if i do in my ActionResult

in this case

var transAcc= "SomeListHere";
var  v = new JavaScriptSerializer().Serialize(transAcc);
return Content(v);

and

var transAcc= "SameListHere";
return Json(new {list=transAcc });
  • 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-05-26T09:11:58+00:00Added an answer on May 26, 2026 at 9:11 am

    The difference is that in the first case you are not setting the Content-Type response header to application/json while in the second this is done.

    In first case the response is plain text and looks like this:

    "SomeListHere"
    

    And the Content-Type header is set to text/html which is incorrect as this is not HTML. It’s text/plain. That’s not even a valid JSON string.

    In the second case it is a JSON string which looks like this:

    {"list":"SomeListHere"}
    

    Also in the first code example you are manually performing the JSON serialization which is plumbing code and should not be done in a controller and should be externalized in a custom ActionResult which is exactly what the creators of the ASP.NET MVC framework have don for you in the face of JsonResult which is your second code example.

    Conclusion: if you want to send a JSON serialized representation of some model to the client always use the second approach.

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

Sidebar

Related Questions

Can somebody please tell me why this isnt working? $(textarea.settings).focus(function () { var size
Can somebody please tell, what's the difference between the following two statements: TimeZone.getTimeZone(America/New_York) and
Can somebody please tell me what I am missing in this formula in SSRS?
Can somebody please tell me whether there is any difference between SPML and WSDL?
can somebody please tell me the difference between the following two code snippets: //Code
Can somebody please tell me what || this doing here (function() { window.myapp =
im new to iphone development.can somebody please tell me how can i putt home
Can somebody please tell me why this script is not working? It is supposed
Can somebody please tell me what the difference is between adParamInput and adParamOutput? I'm
Can somebody please tell me how to declare a new instance of a 2-dimensional

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.