Click here to Skip to main content
15,923,164 members
Home / Discussions / C#
   

C#

 
AnswerRe: Please help me in login logic Pin
Christian Graus15-Aug-07 1:15
protectorChristian Graus15-Aug-07 1:15 
Questioncompare binary with binary in C# Pin
amin_ramin888615-Aug-07 1:05
amin_ramin888615-Aug-07 1:05 
AnswerRe: compare binary with binary in C# Pin
Guffa15-Aug-07 2:31
Guffa15-Aug-07 2:31 
GeneralRe: compare binary with binary in C# Pin
amin_ramin888615-Aug-07 22:06
amin_ramin888615-Aug-07 22:06 
AnswerRe: compare binary with binary in C# Pin
Guffa16-Aug-07 2:15
Guffa16-Aug-07 2:15 
Question[C#] - Combining several projects Pin
aravinda77715-Aug-07 0:25
aravinda77715-Aug-07 0:25 
AnswerRe: [C#] - Combining several projects Pin
Christian Graus15-Aug-07 0:48
protectorChristian Graus15-Aug-07 0:48 
AnswerRe: [C#] - Combining several projects Pin
Scott Dorman15-Aug-07 4:07
professionalScott Dorman15-Aug-07 4:07 
If each sub system needs to run independent of each other, would they be separately running executables? If so, you would want to leave them as separate projects and add all of them into a single solution.

When you say "Each of them has a database", do you mean each system has an embedded database or they each access SQL Server (or SQL Express)? If they are embedded databases, you might be ok as long as each process doesn't need access to the data from the other process. Having 3 databases would cause problems, but you can have one database that all three processes share using the same connection string.

-----------------------------
In just two days, tomorrow will be yesterday.

http://geekswithblogs.net/sdorman

Questionhow to databind a image from my database to my asp page Pin
Daniel_Logan15-Aug-07 0:20
Daniel_Logan15-Aug-07 0:20 
AnswerRe: how to databind a image from my database to my asp page Pin
Christian Graus15-Aug-07 0:50
protectorChristian Graus15-Aug-07 0:50 
QuestionPortbinding Shell in C# Pin
Paul Chin PC15-Aug-07 0:12
Paul Chin PC15-Aug-07 0:12 
AnswerRe: Portbinding Shell in C# - Solution Pin
Paul Chin PC15-Aug-07 6:19
Paul Chin PC15-Aug-07 6:19 
GeneralRe: Portbinding Shell in C# - Major Improvement Pin
Paul Chin PC19-Aug-07 3:52
Paul Chin PC19-Aug-07 3:52 
QuestionMS FlexGrid 6 with Unicode in .Net, possible? Pin
Doan Quynh15-Aug-07 0:08
Doan Quynh15-Aug-07 0:08 
AnswerRe: MS FlexGrid 6 with Unicode in .Net, possible? Pin
Christian Graus15-Aug-07 0:09
protectorChristian Graus15-Aug-07 0:09 
GeneralRe: MS FlexGrid 6 with Unicode in .Net, possible? Pin
Doan Quynh15-Aug-07 16:55
Doan Quynh15-Aug-07 16:55 
Question[Message Deleted] Pin
jacklynn_mei14-Aug-07 23:59
jacklynn_mei14-Aug-07 23:59 
AnswerRe: problem in SELECT COUNT(columnName) FROM dbName Pin
Christian Graus15-Aug-07 0:12
protectorChristian Graus15-Aug-07 0:12 
AnswerRe: problem in SELECT COUNT(columnName) FROM dbName Pin
Colin Angus Mackay15-Aug-07 0:19
Colin Angus Mackay15-Aug-07 0:19 
AnswerRe: problem in SELECT COUNT(columnName) FROM dbName Pin
Rocky#15-Aug-07 1:44
Rocky#15-Aug-07 1:44 
QuestionHow i read Excel file by C# Program ? [modified] Pin
shafikshafik14-Aug-07 23:56
shafikshafik14-Aug-07 23:56 
AnswerRe: How i read Excel file by C# Program ? Pin
Christian Graus15-Aug-07 0:15
protectorChristian Graus15-Aug-07 0:15 
QuestionAbout a Listbox update Pin
LittleMichelle14-Aug-07 23:18
LittleMichelle14-Aug-07 23:18 
AnswerRe: About a Listbox update Pin
Rocky#15-Aug-07 1:45
Rocky#15-Aug-07 1:45 
GeneralRe: About a Listbox update Pin
LittleMichelle15-Aug-07 15:10
LittleMichelle15-Aug-07 15:10 

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.