J
JJ
Hello NG
I have been around C# development for about 3 years an understand the most
of if.
I have developed many windows applications. So now my boss asks me this
question.
One of our main applications exists in many versions pr. customer. We have
one default version i call that ApplicationDefault here.
The ApplicationDefault holds all default functions for the application. But
as you might know customers almost want thier wishes made in their
Application. Therefore we also have the ApplicationDefault in customers
verisons like;
ApplicationCustomer1, ApplicationCustomer2
And every time we make changes in ApplicationDefault we have to look into
all customer versions to make sure the changes also work there.
So my question is: Can Visual Studio 2008 handles this (i called it
layer-styled application)
The ApplicationDefault is my (Interface) and customer versions inherit from
that ApplicationDefault.
Kind regards
JJ
I have been around C# development for about 3 years an understand the most
of if.
I have developed many windows applications. So now my boss asks me this
question.
One of our main applications exists in many versions pr. customer. We have
one default version i call that ApplicationDefault here.
The ApplicationDefault holds all default functions for the application. But
as you might know customers almost want thier wishes made in their
Application. Therefore we also have the ApplicationDefault in customers
verisons like;
ApplicationCustomer1, ApplicationCustomer2
And every time we make changes in ApplicationDefault we have to look into
all customer versions to make sure the changes also work there.
So my question is: Can Visual Studio 2008 handles this (i called it
layer-styled application)
The ApplicationDefault is my (Interface) and customer versions inherit from
that ApplicationDefault.
Kind regards
JJ