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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T12:43:49+00:00 2026-06-05T12:43:49+00:00

In a scenario where you have to perform multiple operations at the service end,

  • 0

In a scenario where you have to perform multiple operations at the service end, on a form submission, e.g. inserting data into multiple tables, is it better to make a single service call having a large datacontract or multiple service calls with multiple small datacontracts?

To elaborate my question further, with an example, let’s say we have a form for adding a “conference”. That form allows users to fill information about the conference e.g. ConferenceName, ConferenceDate, …., Presenters, Sponsors, etc. Since some of the information would be inserted in the conference table, some in the ConferencePresenters table and some in the ConferenceSponsors table. So would it be better to send all the data to the webservice using a single call with a large datacontract or to have separate service calls with multiple datacontracts?

Which of the two is more expensive – having a large datacontract or multiple service calls?

  • 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-05T12:43:51+00:00Added an answer on June 5, 2026 at 12:43 pm

    It’s hard to quantify better. But you could consider things like bandwidth, atomicity, service organization, etc.

    For bandwidth, one big chunky request will be faster over the wire since each request adds time. Plus, the client is not waiting for n*latency for the various entities to be created before their children (for lack of a better word) are.

    I assume you have a database backing your service, which would let you do this operation in a transaction. If you choose to have a chatty service, you’ll be on your own for managing rollbacks, etc.

    Another important thing to consider is how your service API is designed. Does the chunky operation make sense? If you find your chunk growing with optional operations, you could factor those out. If you find that 2 apis are always called together and make sense to combine, combine them.

    So, you’ll probably find that having a large data contract is more performant for operations like you mentioned above (Creation of a conference with sponsors, etc.), but you have make sure the performance boost is worth the tradeoffs of having such a big, specific api call.

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

Sidebar

Related Questions

Scenario I have a windows service written in C# that performs some processing based
SCENARIO I have to access a web service with a .NET client. The service
Scenario I have an TWO datbase tables of exactly the SAME STRUCTURE. The difference
I have a scenario where there are multiple mysql 4.x servers. These databases were
I have a very simple scenario where I want to POST the form using
I have a scenario where I would like to update multiple fields in multiple
I am looking for the perfect data structure for the following scenario: I have
So, Here is my scenario: I have two activity and one service --> all
I have a WCF service that will serve multiple clients. They will have operation
I have a scenario where JQuery 'on' & 'live' do not perform the same.

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.