Click here to Skip to main content
15,915,869 members
Home / Discussions / C#
   

C#

 
AnswerRe: Help with calling external applications from C# Pin
Manas Bhardwaj11-Aug-08 10:50
professionalManas Bhardwaj11-Aug-08 10:50 
AnswerRe: Help with calling external applications from C# Pin
Mohammad Dayyan11-Aug-08 12:29
Mohammad Dayyan11-Aug-08 12:29 
Questionwindows forms data business objects or database Pin
bfis10813711-Aug-08 10:05
bfis10813711-Aug-08 10:05 
AnswerRe: windows forms data business objects or database Pin
Pete O'Hanlon11-Aug-08 10:37
mvePete O'Hanlon11-Aug-08 10:37 
GeneralRe: windows forms data business objects or database Pin
bfis10813711-Aug-08 11:33
bfis10813711-Aug-08 11:33 
GeneralRe: windows forms data business objects or database Pin
Pete O'Hanlon11-Aug-08 21:56
mvePete O'Hanlon11-Aug-08 21:56 
AnswerRe: windows forms data business objects or database Pin
Wendelius11-Aug-08 10:40
mentorWendelius11-Aug-08 10:40 
GeneralRe: windows forms data business objects or database Pin
bfis10813711-Aug-08 10:58
bfis10813711-Aug-08 10:58 
It is simply a large data storage app. It basically stores large amounts of data of patients for a vistiting nurse organazation. So it's a list of patients.

- do you need concurrency control? This seems like single user application if your data is located on client, but do you have simultaneous threads accessing the same data.

Only 1 user at a time will be accessing it.


- how much data do you plan to store. If there's going to be "lots" of it, you may end up with performance issues without a good data store

I am not sure on the amount. I suppose it could end up being a lot over time.


- how about state handling and transactions. Are they needed

state handling isn't needed and transactions I can perform with c# code

- is referential integrity or key handling needed between serialized data

Well this is actually one of the benefits of storing objects IMHO. I lets say have an object A. I then make A part of B. When I serialize the object A is actually part of B and there is no need to even relate the objects.

- is there a reason why you don't want to use datasets for storing data (if theres only a small amount of data)

Now I hadn't thought to make a dataset instead of an object. I guess I could serialize the dataset instead.

- security issues of any kind, access rights etc
obviously there could be some security issues but it's just being used on indiviual's pcs

- backups needed at any time and how they are handled and so on...
backups can be handled by the pc
GeneralRe: windows forms data business objects or database Pin
Mark Churchill11-Aug-08 19:03
Mark Churchill11-Aug-08 19:03 
GeneralRe: windows forms data business objects or database Pin
bfis10813711-Aug-08 19:10
bfis10813711-Aug-08 19:10 
GeneralRe: windows forms data business objects or database Pin
Mark Churchill11-Aug-08 19:27
Mark Churchill11-Aug-08 19:27 
GeneralRe: windows forms data business objects or database Pin
Wendelius12-Aug-08 8:25
mentorWendelius12-Aug-08 8:25 
QuestionJavascript and C# Pin
MinaFawzi11-Aug-08 9:07
MinaFawzi11-Aug-08 9:07 
AnswerRe: Javascript and C# Pin
Pete O'Hanlon11-Aug-08 9:18
mvePete O'Hanlon11-Aug-08 9:18 
AnswerRe: Javascript and C# Pin
led mike11-Aug-08 10:35
led mike11-Aug-08 10:35 
Question[Message Deleted] Pin
tkrn11-Aug-08 8:59
tkrn11-Aug-08 8:59 
AnswerRe: Report Viewer to automatically print? Pin
Wendelius11-Aug-08 9:40
mentorWendelius11-Aug-08 9:40 
Questionhow to select next value in listbox after moving a value from it? Pin
Yawer Iqbal11-Aug-08 7:19
Yawer Iqbal11-Aug-08 7:19 
AnswerRe: how to select next value in listbox after moving a value from it? Pin
User 665811-Aug-08 7:32
User 665811-Aug-08 7:32 
GeneralRe: how to select next value in listbox after moving a value from it? Pin
Yawer Iqbal11-Aug-08 7:48
Yawer Iqbal11-Aug-08 7:48 
GeneralRe: how to select next value in listbox after moving a value from it? Pin
User 665811-Aug-08 7:55
User 665811-Aug-08 7:55 
GeneralRe: how to select next value in listbox after moving a value from it? Pin
Yawer Iqbal11-Aug-08 16:51
Yawer Iqbal11-Aug-08 16:51 
Questionweb browser in c#.net2005 windows application Pin
MuraleeKrishnan11-Aug-08 6:46
MuraleeKrishnan11-Aug-08 6:46 
AnswerRe: web browser in c#.net2005 windows application Pin
Manas Bhardwaj11-Aug-08 7:18
professionalManas Bhardwaj11-Aug-08 7:18 
QuestionCollecting Forms from phisical path! Pin
mrcooll11-Aug-08 4:30
mrcooll11-Aug-08 4:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.