Click here to Skip to main content
15,896,912 members
Home / Discussions / C#
   

C#

 
AnswerRe: Detecting display setting change like dual display ,resolution change etc. Pin
Luc Pattyn10-Nov-10 23:37
sitebuilderLuc Pattyn10-Nov-10 23:37 
AnswerRe: Detecting display setting change like dual display ,resolution change etc. Pin
_Erik_11-Nov-10 0:05
_Erik_11-Nov-10 0:05 
QuestionNo problem.. just more of "What would you do" question.. Pin
Jacob D Dixon10-Nov-10 11:14
Jacob D Dixon10-Nov-10 11:14 
AnswerRe: No problem.. just more of "What would you do" question.. Pin
_Erik_11-Nov-10 0:44
_Erik_11-Nov-10 0:44 
GeneralRe: No problem.. just more of "What would you do" question.. Pin
Jacob D Dixon11-Nov-10 3:58
Jacob D Dixon11-Nov-10 3:58 
GeneralRe: No problem.. just more of "What would you do" question.. Pin
_Erik_12-Nov-10 3:14
_Erik_12-Nov-10 3:14 
GeneralRe: No problem.. just more of "What would you do" question.. Pin
Jacob D Dixon12-Nov-10 5:30
Jacob D Dixon12-Nov-10 5:30 
GeneralRe: No problem.. just more of "What would you do" question.. Pin
_Erik_12-Nov-10 6:01
_Erik_12-Nov-10 6:01 
Yep, I know what you mean. My very first client-server solution architecture was really very similar to yours. It was simple and worked very well, but as requirements grew up the maintenance became a pain in the neck. Every change required a new server version and a new client version, and every new piece of software had to be deployed everywhere within the less period of time, becouse there were usually compatibility issues between the new versions and the old ones, and many other headaches.

My last client-server architecture is absolutely different. The communication layer is stable, I mean, no matter what information comes and goes, this layer can handle it without any change. Both, client and server layers can be easily extended: there is no need to recompile them. Still more, there is no need to stop them. Each one of these two sides is a simple application which only has to load or unload plugins. I don't even have to change the database structure. When there is a problem with a plugin I only have to change, recompile and replace its library. Sure, the associated module will not be available during the change, but the rest of the application will keep working.
GeneralRe: No problem.. just more of "What would you do" question.. Pin
Jacob D Dixon12-Nov-10 11:30
Jacob D Dixon12-Nov-10 11:30 
GeneralRe: No problem.. just more of "What would you do" question.. Pin
Jacob D Dixon14-Nov-10 14:23
Jacob D Dixon14-Nov-10 14:23 
GeneralRe: No problem.. just more of "What would you do" question.. Pin
_Erik_15-Nov-10 3:33
_Erik_15-Nov-10 3:33 
QuestionMonitor the phone state Pin
hoi110-Nov-10 10:39
hoi110-Nov-10 10:39 
Questionsending arguments to "Save As" Dialog box Pin
igalep13210-Nov-10 4:31
igalep13210-Nov-10 4:31 
AnswerRe: sending arguments to "Save As" Dialog box Pin
musefan10-Nov-10 5:56
musefan10-Nov-10 5:56 
AnswerRe: sending arguments to "Save As" Dialog box Pin
Richard MacCutchan10-Nov-10 6:19
mveRichard MacCutchan10-Nov-10 6:19 
GeneralRe: sending arguments to "Save As" Dialog box Pin
igalep13210-Nov-10 10:09
igalep13210-Nov-10 10:09 
GeneralRe: sending arguments to "Save As" Dialog box Pin
Richard MacCutchan10-Nov-10 22:36
mveRichard MacCutchan10-Nov-10 22:36 
GeneralRe: sending arguments to "Save As" Dialog box Pin
igalep13210-Nov-10 22:49
igalep13210-Nov-10 22:49 
GeneralRe: sending arguments to "Save As" Dialog box Pin
Richard MacCutchan11-Nov-10 1:19
mveRichard MacCutchan11-Nov-10 1:19 
GeneralRe: sending arguments to "Save As" Dialog box Pin
igalep13211-Nov-10 4:31
igalep13211-Nov-10 4:31 
GeneralRe: sending arguments to "Save As" Dialog box Pin
Richard MacCutchan11-Nov-10 5:07
mveRichard MacCutchan11-Nov-10 5:07 
AnswerRe: sending arguments to "Save As" Dialog box Pin
Luc Pattyn10-Nov-10 10:24
sitebuilderLuc Pattyn10-Nov-10 10:24 
QuestionC# code to encrypt color image Pin
maheshwari.vetri10-Nov-10 3:19
maheshwari.vetri10-Nov-10 3:19 
GeneralRe: C# code to encrypt color image Pin
musefan10-Nov-10 3:27
musefan10-Nov-10 3:27 
AnswerRe: C# code to encrypt color image Pin
Luc Pattyn10-Nov-10 3:33
sitebuilderLuc Pattyn10-Nov-10 3:33 

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.