473,624 Members | 2,119 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

what's your suggesstion plz?

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?

Aug 17 '07 #1
5 1043
Jim

Ask potential customers--not geeks on this forum.

Aug 17 '07 #2
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:
http://www.catb.org/~esr/faqs/smart-questions.html

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

"Jassim Rahma" <jr****@hotmail .comwrote in message
news:4E******** *************** ***********@mic rosoft.com...
>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?

Aug 17 '07 #3
Hi,

"Jassim Rahma" <jr****@hotmail .comwrote in message
news:4E******** *************** ***********@mic rosoft.com...
>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.
Aug 17 '07 #4
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.
--
Sincerely
Yaron Karni
http://dotnetbible.blogspot.com/
"Jassim Rahma" wrote:
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?

Aug 19 '07 #5
<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.

"Yaron Karni" <ya*********@gm ail.comwrote in message
news:29******** *************** ***********@mic rosoft.com...
>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.
--
Sincerely
Yaron Karni
http://dotnetbible.blogspot.com/
"Jassim Rahma" wrote:
>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?

Aug 20 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3072
by: thecrow | last post by:
Alright, what the hell is going on here? In the following code, I expect the printed result to be: DEBUG: frank's last name is burns. Instead, what I get is: DEBUG: frank's last name is burns. Here is the code: $frank = "burns";
220
18988
by: Brandon J. Van Every | last post by:
What's better about Ruby than Python? I'm sure there's something. What is it? This is not a troll. I'm language shopping and I want people's answers. I don't know beans about Ruby or have any preconceived ideas about it. I have noticed, however, that every programmer I talk to who's aware of Python is also talking about Ruby. So it seems that Ruby has the potential to compete with and displace Python. I'm curious on what basis it...
699
33834
by: mike420 | last post by:
I think everyone who used Python will agree that its syntax is the best thing going for it. It is very readable and easy for everyone to learn. But, Python does not a have very good macro capabilities, unfortunately. I'd like to know if it may be possible to add a powerful macro system to Python, while keeping its amazing syntax, and if it could be possible to add Pythonistic syntax to Lisp or Scheme, while keeping all of the...
92
6431
by: Reed L. O'Brien | last post by:
I see rotor was removed for 2.4 and the docs say use an AES module provided separately... Is there a standard module that works alike or an AES module that works alike but with better encryption? cheers, reed
137
7051
by: Philippe C. Martin | last post by:
I apologize in advance for launching this post but I might get enlightment somehow (PS: I am _very_ agnostic ;-). - 1) I do not consider my intelligence/education above average - 2) I am very pragmatic - 3) I usually move forward when I get the gut feeling I am correct - 4) Most likely because of 1), I usually do not manage to fully explain 3) when it comes true. - 5) I have developed for many years (>18) in many different environments,...
12
11143
by: Dario | last post by:
The following simple program behaves differently in Windows and Linux . #include <stdexcept> #include <iostream> #include <string> using namespace std; class LogicError : public logic_error { public: string desc;
125
14685
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from software giant such as Microsoft SQL Server, Oracle, and Sybase? Is PostgreSQL reliable enough to be used for high-end commercial application? Thanks
47
9122
by: Neal | last post by:
Patrick Griffiths weighs in on the CSS vs table layout debate in his blog entry "Tables my ass" - http://www.htmldog.com/ptg/archives/000049.php . A quite good article.
86
7751
by: Michael Kalina | last post by:
Because when I asked for comments on my site-design (Remember? My site, your opinion!) some of you told me never to change anything on font-sizes! What do you guys think of that: http://www.clagnut.com/blog/348/ I hope that's going to be a good discussion! Michael
0
8234
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8172
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8620
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
6110
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5563
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4174
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2605
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1784
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1482
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.