3 websites 1 Project

Posted by godz-gift05 on Stack Overflow See other posts from Stack Overflow or by godz-gift05
Published on 2010-05-17T23:16:54Z Indexed on 2010/05/17 23:20 UTC
Read the original article Hit count: 221

Filed under:
|
|

Hey Guys, OK. we are currently on a plan to develop a website for 3 same company. The main difference would be just the look and maybe a couple of extra question for one or two company.

Currently each company have their own website and when they required a new function we have to re-code all three website or when one wants a new function just one website update.

What we wanna accomplish is to create ONE website that could house all these 3 website. Most of these website function are the same like 90% function is the same I figure out the different look which can be done changing the website style-theme..

But we have problem tackling the functionality of if one company wanted to add something. So if we wanted to update a function we just wanna do a change in one function and that should apply for all.. And if one function is required for one company then just add the new fucntion and assign it to 1 company...

How do u structure something like this..

We wanna be able to control what being displayed based on the company and also the fucntions available.

THANK YOU. I just need some direction on how to do this, Right now Inheritance is on my head to solve all this problem.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET