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

  • Home
  • SEARCH
  • 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 6994077
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:50:45+00:00 2026-05-27T19:50:45+00:00

I was just looking to develop .NET WCF API. We may need to frequently

  • 0

I was just looking to develop .NET WCF API. We may need to frequently update APIs.

How to manage multiple versions of API deployment?

  • 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-27T19:50:46+00:00Added an answer on May 27, 2026 at 7:50 pm

    Versioning your services is a huge topic with many considerations and guidelines.

    For a start, there are different classes of changes you can make; fully-breaking, semi-breaking, and non-breaking.

    Non-breaking changes (no change needed to existing clients) include:

    • changing the internal implementation of the service while keeping the exposed contract unchanged
    • changing the contract types in a way which does not break clients, for example, by adding fields to your operation return types (most serializers will raise an event rather than throw an exception when encountering an unexpected field on deserialization)
    • polymorphically exposing new types (using ServiceKnownType attribute)
    • changing the instance management settings of the service (per-call to singleton, sessionless to sessionful etc, although sometimes this will require configuration or even code changes)

    Semi-breaking changes (usually can be configured on the client) inlcude:

    • changing the location of a service
    • changing the transport type a service is exposed across (although changing from a bi-directional to a uni-directional transport – eg http to msmq – can be a fully-breaking change)
    • changing the availability of the service (through use of service windows etc)

    Fully-breaking changes (need new version of the client) include:

    • changing service operation signatures
    • changing exposed types in a breaking manner (removing fields, etc)

    When you are going to make a semi or fully breaking change, you should evaluate the best way of doing this. Do you force all your clients to upgrade to use the new version, or do you co-host both versions of the service at different endpoints? If you choose the latter then how will you control and manage the propagation of different versionning dependencies which this may introduce?

    Taken to an extreme, you could look into dynamic endpoint resolution, whereby the client resolves the suitable endpoint to call at runtime using some kind of resolver service.

    There’s good reading about this here:
    http://msdn.microsoft.com/en-us/library/ms731060.aspx

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

Sidebar

Related Questions

I am trying to develop a .NET 3.5 service application that uses: WCF for
I have started to develop an application in VB.NET and I am looking at
My company is looking to develop an iOS application which would need to make
I'm looking for a library that can be used in native .NET code, just
Just looking for the first step basic solution here that keeps the honest people
Just looking at ways of getting named constants in python. class constant_list: (A_CONSTANT, B_CONSTANT,
Just looking for the relevant documentation. An example is not necessary, but would be
Just looking at: (Source: https://xkcd.com/327/ ) What does this SQL do: Robert'); DROP TABLE
Just looking for a good PHP Image Library, I want to display images with
Just looking on resources that break down how frames per second work. I know

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.