what's your suggesstion plz?

  • Thread starter Thread starter Jassim Rahma
  • Start date Start date
J

Jassim Rahma

i have a medical software which contains:

1. Appointments
2. Doctor Station
3. Laboratory
4. Pharmacy

I want to be able to sell the software (all-in-one) or as saperate modules?

how should i do it?

saperate projects?
 
A suggestion for you:

Stop posting inane questions that have little or nothing to do with C#. Your
OP here has nothing to do with C#, .NET, or even programming in general. The
reason you should stop posting this sort of question (another example is
your inane posts here was the one about "grabbing contcats" from a Nokia
phone) is that you diminish the value of this group by killing the
signal-to-noise ratio. The frequency of your inane questions practically
approaches that of being classified as spam.

If you in fact aren't just a spammer and really want help, then read this
before posting again:


If you read the article at the above link, you will notice that you are
strongly recommended to include, with each new post, at least a brief
description of the research and work you have done PRIOR to posting.

The more closely you follow the guidelines detailed in that article, the
more helpful responses you get out of this and other news groups.

Ask a stupid question... get a stupid answer...

-S
 
Hi,

Jassim Rahma said:
i have a medical software which contains:

1. Appointments
2. Doctor Station
3. Laboratory
4. Pharmacy

I want to be able to sell the software (all-in-one) or as saperate
modules?

how should i do it?

saperate projects?

Whatever you prefer, you can make them separated projects and then use a
plug-in pattern or simply use the same project and toggle the entry points
(like menu/butons, etc) to those modules based on a flag.
 
Hi,

Jim said:
Ask potential customers--not geeks on this forum.

Personally I think that the question "might" have relevance here.

Obviously the post is badly redacted but that is very common here. I think
that he is asking how he should develop his application in order to
implement the feature described in his post.

At least that's the feeling I got.
 
i reads the other replies and ..

Its very important waht kind of application it is, client, server, service.

Little description of the way, thought it should be very complicated, first
lets understant the player (the component), the yard (client, server, web,
form, web services) and the players and the communication between them.

i.e.

Lets assume that this is client server application, the client its a
winform, so any module will be diffrent solution (a product), which
exterenlize an interface and soa services (web service - server).
The client itself have an ipc connection interface with the relevance
security.
 
<YOU SAID>
Lets assume that this is client server application, the client its a
winform, so any module will be diffrent solution (a product), which
exterenlize an interface and soa services (web service - server).
The client itself have an ipc connection interface with the relevance
security.
</YOU SAID>


that's what i wanted exactly, winform client server, each will have a
separate project as recommened.. can you please give more detaiks about the
interaction and how projects will talk to each other with resources plz.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top