Web Application With Multiple Version Support?

Apr 6, 2010

We are developing a web solution for our clients to handle their business processes. With reality in check, clients' requirements change over time; sometimes adding a new field, changing the calculation logic etc. When it was still a small scale solution, whenever an upgrade occurs, we will upgrade any existing data to the latest change i.e by having a empty property for it. I would admit this isn't the best of scenarios as old products that previously don't possess certain properties are now 'new' again which doesn't reflect the product correctly.

I am looking for a solution to introduce versioning to this solution before things get out of hand. What I've come up with is like this:

Realising that data is semi-structured (it changes from time to time), we've decided to go with an XML / XSLT approach. Storage of the data will be a mix of columns storing individual properties (e.g. ProductID, ProductName, VersionNumber) and XML columns that holds XML data to cater to fields that will change.

These XML and XSLT will have version numbers to tell the system which version of XML works with the other.Logic wise, we were thinking of developing our business logic to support multiple versions so that old products will still be calculated using old algorithms while new ones will use the new algo. For old products, besides updating them using the old algorithm, we will allow an 'upgrade' option so that they can be upgraded to the new version if they want to. Database wise will remain unchanged since we will store fields that are to be changed in XML form so extending fields should be catered for.

Would like you guys out there to comment on such a setup. I'm concern about performance since some fields are stored as XML, retrieving it will require extra steps, hence the reason why we decided some consistent fields should be on their own for searching purposes etc. Also, would doing multiple versioning like this get really big on the logic side as the program grows?

View 2 Replies


Similar Messages:

Localization - How To Support Multiple Languages In A Web Application

Jul 15, 2010

I am working on a web forms application that needs to support multiple languages based on a user's preference. Here are some considerations to keep in mind about the needed solution:

I want to avoid using resource files to store the different text translations because I'd like the ability to change them without having to recompile and deploy the application.

Also the translations ideally need to be adminstratable.

It seems its a considerable amount of effort to add this support to an existing application.

View 3 Replies

Test Multi Tenant Application With Support For Multiple Domains

Mar 30, 2010

we are building a multi-tenant application, which will support that each tenant can have a unique top level domain, the application is build using the asp.net 3.5 and SQL servr 2005, while each tenant will have different database. I have seen a number of questions about the similar applications on the StackOverFlow, but none of them is related to the Testing, I want to know is how one can test the application in a development environment, specially How can we test that each customer connects to his own DB based on the URL. how can we emulate different domains on the local system. like [URL] and [URL]all goes to dev machine's IIS.

View 1 Replies

SQL Server :: Sql Server Doesn't Support Version?

Sep 3, 2010

The database DATABASE.MDF cannot be opened because it is version 655. This server supports version 611 and earlier. A downgrade path is not supported.Could not open new database 'DATABASE.MDF'. CREATE DATABASE is aborted.

View 3 Replies

WCF / ASMX :: Does Support Multiple EndPoint

Feb 11, 2011

Does WCF support multiple EndPoint.

View 4 Replies

Cell Of A Datagridview To Support Multiple Lines Using C#

Mar 30, 2010

i have a datagrid view with two columns. the first column is readonly and the other is editable. now i want every cell of the second column to support for mulitilines in each cell. i want to press enter key and come to the next line in the same cell. im using c#.

View 1 Replies

Web Forms :: How To Support Site With Multiple Language

Feb 21, 2010

1-i have AwebSite With English language,i want to support this site with Other Language

(arabic language),how can i do that(website with Multiple Language)??

2-how can i make photo gallery in my website?

View 4 Replies

Architecture :: Configuration Variables To Support Multiple DLL And Web Solutions?

Jun 24, 2010

I'm designing a framework solution DLL with reusable code that I like to use for many different projects,

I want this DLL to be able to load unknown configuration variables dynamically based on the solution its running from.

I like to load my config variables like this: MyConfig.MyVariableX

Hopefully I can also to validate my variables when the web application loads (by type) and make sure it's not missing(otherwise Throw New ApplicationException("Missing..."))

It would also be nice if I can have intellisense on these variables

I want solution A (web application) to have the configuration variables and solution B (DLL) to load the variables from the configuration file in solution A

I'm thinking maybe I should create a database table to hold the variables with types and stuff...

What would be the best way to do it ?

How can I read unknown list of variables names and values from a config file and populate my class with it on runtime ?

View 3 Replies

Don't Support The Use Of Validation Controls That Are Available(for Web Application)

May 13, 2010

My team members don's support the use of validation controls that are available in asp.net (for web application).

What are arguments in favor of validators instead of or in addition to javascript validation?

View 3 Replies

Writing Web Application With Language Support?

Nov 29, 2010

My client has few requirements for his website he want to built. want to discuss best practices to start this project and make this a learning experience.

accessible from all browsers and platforms. (mobile as welll)language supportscalableshould be CMS style so he can assign roles etc for editing. except above my question is what will be best to use as a new project in VS2010 (MVC, web application etc)

View 9 Replies

C# - SQlite / Firebird - Support Multiple Concurrent Write Access?

May 19, 2010

I currently store ASP.net application data in XML files. Now the problem is I have asynchronous operations, which means I ran into the problem of simultanous write access on a XML file... Now, I'm considering moving to an embedded database to solve the issue. I'm currently considering SQlite and embeddable Firebird. I'm not sure however if SQlite or Firebird can handle multiple concurrent write access. And I certainly don't want the same problem again. Anybody knows? SQlite certainly is better known, but which one is better - SQlite or Firebird ? I tend to say Firebird, but I don't really know. No MS-Access or MS-SQL-express recommodations please, I'm a sane person.

View 5 Replies

Localization :: Multilanguage Support In Existing Application?

Jun 7, 2010

I am little confused regarding the concepts of localisation and globalization.I was working on a project which was totally database driven. All the data, images and flash stuff was coming from the database. Now the site is fully loaded with the data.Now the client wants the currently running site in 5 different languages. So I read the resource files concept. Now the confusion arises. I have 2 types data on the site, one is static(ie text on labels, titles, buttons) and dynamic data that was added from the admin panel.Now my question is: If at this stage I want to make the site in 5 different languages, then I have to make the resource files for all those languages so that the static data can be displayed in different languages.But what about the dynamic data that was entered by the client. Client uploaded huge amount of data. Should I make the changes in the database tables and add 4 other columns for different languages and again upload that much data in those 4 languages.

View 3 Replies

Mobiles :: Develop A .net Web Application Which Will Support All The Phones?

Apr 5, 2010

I am new to mobile applications. How to develop a .net web application which will support all the phones like iphone, blackberry etc...For developing this applications what are the softwares we need.

View 6 Replies

How To Create An Email Application That Support Sending And Receive Email Application

Jan 29, 2010

I need to create an email application that support sending and receive email application.

View 1 Replies

Determine If Application Support Load Balancing Environment

Jan 12, 2010

I am new to asp.net, I have been tasked to upgrade the physical architecture to load balancing environment to support the application. I done some reading the session state should be configure to Out-Process instead of In-Proc to support load balancing. Is there any other issues I need to take note for asp.net web application to run in the load balanced environment?

View 1 Replies

Web Application Framework Provide Support For Cookieless Sessions?

Mar 22, 2010

We are programming a new web application framework (Second WAF). I was wondering if we should support cookieless sessions or not. Who use it and who needs it?

View 2 Replies

C# - What Are The MUSTS For Having Application To Support BACK Button Of The Browser

Dec 10, 2010

Is there any pattern or kind of "least requirements list" to follow for ensuring an asp.NET application to support BACK button of the browser for each aspx page?

View 2 Replies

Implement The Live Chat - Support Type In Web Application?

Jun 21, 2010

I have to implement the Live chat - support type in my asp.net web application

I m working framework 3.5

How can i do this.

View 1 Replies

Configuration :: Multiple Sites Hosted At A Hosting Company That Does Not Support Domain Pointing?

Dec 26, 2010

I have multiple sites hosted at a hosting company that does not support domain pointing. Right now I have all of my domains go to the root directory and Response.Redirect() to a sub-directory which leaves me with mydomain.com/subdir/. Is there a way to make my own pointer to eliminate the /subdir/ portion of the URL?

View 1 Replies

Finding Captcha That Support Mvc Application With Refresh Image Facility

Oct 5, 2010

captcha which supports in MVC application and allow captcha image to refresh with "Genreate new image" link.

View 5 Replies

Does Windows Azure Support The Application Warm-Up Module Or Something Similar

Mar 19, 2010

We have a Web Role that we are hosting in Windows Azure that uses an old ASMX based Web Reference to contact an external system. The Web Reference proxy code is big enough that instantiating it the first time has a significant cost.

We'd like to be able to have this run when the Web Role starts instead of on the first request.

I know IIS 7.5 has an Application Warm-Up module that would allow us to achieve this, but I'm having trouble figuring out if something similar exists with hosting on Windows Azure.

View 2 Replies

AJAX :: Two Different Version Of AjaxControlToolkit Dll In Same Web Application

Mar 15, 2010

I have two different version of AjaxControlToolkit dll and I have added reference of both dll in my web application. I also set up different tagprefix for both the version.

View 4 Replies

Localization :: Application Language Version?

Nov 5, 2010

I have the .net application which is in english words in the interface.

They are text in label or they are UI words.

If change to other language, what method should I use??

View 1 Replies

NLB And Using MS Web Deploy To Push A New Version Of The Application To One Server

Apr 26, 2010

I have two webservers in a cluster serving a web application. Using MS Web Deploy to push a new version of the application to one server, and then again to synchronize the files to the other server in the cluster. It seems to be the most ordinary thing to do. But wouldn't there be a problemm, when one server is deployed with the new version, and the other is not yet finished. Will it not cause troubles, when a page loaded with the new version makes a webservice request and the balancer sends the request to the server with the old version?

What's the best way to avoid this? I thought about scripting a drainstop of the server, that we deploy to, and make sure only one server is running at a time. But I can't find anyone else, who seems to have written about such a solution. And guess that it doesn't scale very well too. Another solution could be to shut down all servers when updating. But that doesn't seems very clever.

View 2 Replies

Installing A New Version Of An ActiveX Control In Web Application?

Jan 7, 2011

I've been tasked to update and install a new version of an old ActiveX control in our Aspx web application .The actual updating is fairly straightforward, but the installing is giving me headaches. Here is what I tried:

In the VB6 editor, get the properties of the ActiveX project, and check off the "autoincrement" checkbox in the "Make" tab.Set the version to 1.0.12 Create a new CAB with the Package&Deployment wizard. Copy this CAB to my website.

Then in the Aspx itself, I update the version of the activeX as follows:

Me.Page.Header.Controls.Add(New LiteralControl(String.Format("<div style=DISPLAY:none'><object id='PrtLabel' codebase='{0}' classid='CLSID:AB61148E-D4B5-4D4B-8867-9E4CE8229B5E' viewastext></object></div>", "PrtLabel.CAB#version=1,0,0,12")))

After this, I delete the prtlabel.dll and prtlabel.inf files from the "c:windowsdownloaded program files" folder.

Problem is, when I then visit the web page and it asks me to install the activeX, it doesn't actually do it (no error message appears though). When I go back to the "c:windowsdownloaded program files" folder, ONLY the prtlabel.inf file has been copied there, NOT the prtlabel.dll file.

Is there a special procedure to put a new version of an ActiveX control in your website?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved