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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T04:48:43+00:00 2026-05-19T04:48:43+00:00

Let’s say you have a product which consists of multiple client UI’s (desktop, silverlight,

  • 0

Let’s say you have a product which consists of multiple client UI’s (desktop, silverlight, iPhone) which all share common business code, WCF services and a single database. All the source is in a single git repository.

Should each of the UI pieces and the WCF services be built and versioned independently or should new builds increment the version number for all of them?

  • 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-19T04:48:44+00:00Added an answer on May 19, 2026 at 4:48 am

    Off the top of my head, there are a number of different ways to handle this, and none of them are “right.” It all depends on your release processes and how you want to present your product to the customer.

    If you test and release your components in lockstep, it’s probably useful to have your version numbers move in lockstep as well. That way everyone knows version 1.4.4 of the desktop UI knows that the 1.4.4 iPhone version should have the same features.

    If your UIs can have different features at different times (rush to release a feature in the desktop, but it can wait for iPhone), then obviously you’ll have different version numbers. I’d recommend, however, that major releases should re-sync up the version numbers to X.0.0.

    You can make this somewhat moot by having the products follow their own version schedule for the usual <major>.<minor>.<maintenance-patch> part, and include the build number as the last component. So you’d end up with <major>.<minor>.<patch>.<build>. The advantage to this approach is that you can release different components at different times, and you still get the record of the build it came from. In this case, the build number should be a monotonically increasing number, typically managed by a centralized build system. I usually don’t like to leave control of version numbers to the build system, as there can be a lot of sensitivity around the subject with marketing, product line management, etc. Having the build number is very useful, but make it the least important part of the version number.

    One thing I will recommend is having your build process “build the world” at one time. Obviously you’ll want to enable building the separate UIs for the convenience of developers, but it’s a lot easier to manage a single nightly build processes that builds all the possible components with all of their dependencies in one shot. And make sure all the UIs are using the same, current, shared components in your repository. If they need different versions of shared components, you are asking for a world of hurt when you try to correctly build everything. You then end up having separate builds for the various components, which trigger builds of the UIs, etc.

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

Sidebar

Related Questions

Let's say I have multiple requirements for a password. The first is that the
Let's say I have this string which I want to put in a multidimensional
Let's say I have a dataset, which can be neatly classified using weka's J48
Let's say you have a class called Customer, which contains the following fields: UserName
Let's say I have this MySQL table: OK.. see the type field? Type 0
Let's say i have this block of code, <div id=id1> This is some text
Let's say I have the following models class Photo(models.Model): tags = models.ManyToManyField(Tag) class Tag(models.Model):
Let's say I have an image called hello.png with dimensions 200x100 . I create
Let's say for example i have URL containing the following percent encoded character :
Let's say I have two tables orgs and states orgs is (o_ID, state_abbr) 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.