Click here to Skip to main content
15,891,375 members
Home / Discussions / C#
   

C#

 
GeneralRe: How would I implement this? Pin
Philip Fitzsimons20-Aug-03 3:00
Philip Fitzsimons20-Aug-03 3:00 
GeneralRe: How would I implement this? Pin
Nick Parker20-Aug-03 3:02
protectorNick Parker20-Aug-03 3:02 
GeneralRe: How would I implement this? Pin
Philip Fitzsimons20-Aug-03 3:08
Philip Fitzsimons20-Aug-03 3:08 
GeneralRe: How would I implement this? Pin
Nick Parker20-Aug-03 3:25
protectorNick Parker20-Aug-03 3:25 
GeneralRe: How would I implement this? Pin
Philip Fitzsimons20-Aug-03 4:42
Philip Fitzsimons20-Aug-03 4:42 
GeneralRe: How would I implement this? Pin
Nick Parker20-Aug-03 4:53
protectorNick Parker20-Aug-03 4:53 
GeneralRe: How would I implement this? Pin
Philip Fitzsimons20-Aug-03 5:07
Philip Fitzsimons20-Aug-03 5:07 
General.net remoting and business objects Pin
Member 9619-Aug-03 16:43
Member 9619-Aug-03 16:43 
Hi all, this is kind of an architecture question:

I'm in the initial stages of designing a commercial app that is ported from c++ to c# (rebuilt actually) and want to use business objects that can be used both remotely and locally (the old app was local only, this is a new thing). (I.E. a user may install in network server mode or single computer mode)

I'm very new to remoting, just getting my feet wet and am wondering in this situation how to go about this.

I don't want to duplicate any code if possible.

How would you suggest creating a business object that can both be remote or local without having to change the source code for the objects themselves?

(Possibly not inherit from MarshalByRefObject in the case of being local but do inherit from MarshalByRefObject in the case of being remote?)



------------
Tomorrow is the same day as today was yesterday.
GeneralRe: .net remoting and business objects Pin
Carl Mercier19-Aug-03 17:06
Carl Mercier19-Aug-03 17:06 
GeneralRe: .net remoting and business objects Pin
Member 9619-Aug-03 19:54
Member 9619-Aug-03 19:54 
GeneralRe: .net remoting and business objects Pin
Heath Stewart20-Aug-03 2:35
protectorHeath Stewart20-Aug-03 2:35 
QuestionAgain C# performance ..? Pin
kumaru_san19-Aug-03 16:14
kumaru_san19-Aug-03 16:14 
AnswerRe: Again C# performance ..? Pin
Member 9619-Aug-03 16:44
Member 9619-Aug-03 16:44 
GeneralRe: Again C# performance ..? Pin
Stephane Rodriguez.19-Aug-03 22:51
Stephane Rodriguez.19-Aug-03 22:51 
AnswerRe: Again C# performance ..? Pin
J. Dunlap19-Aug-03 16:45
J. Dunlap19-Aug-03 16:45 
AnswerRe: Again C# performance ..? Pin
Ista19-Aug-03 17:04
Ista19-Aug-03 17:04 
GeneralRe: Again C# performance ..? Pin
Meysam Mahfouzi19-Aug-03 17:28
Meysam Mahfouzi19-Aug-03 17:28 
GeneralRe: Again C# performance ..? Pin
Ista19-Aug-03 17:36
Ista19-Aug-03 17:36 
AnswerRe: Again C# performance ..? Pin
Rocky Moore19-Aug-03 22:07
Rocky Moore19-Aug-03 22:07 
GeneralRe: Again C# performance ..? Pin
Meysam Mahfouzi20-Aug-03 21:42
Meysam Mahfouzi20-Aug-03 21:42 
GeneralRe: Again C# performance ..? Pin
J. Dunlap20-Aug-03 22:07
J. Dunlap20-Aug-03 22:07 
QuestionDo .NET functions call Win32 API? Pin
kumaru_san19-Aug-03 15:45
kumaru_san19-Aug-03 15:45 
AnswerRe: Do .NET functions call Win32 API? Pin
J. Dunlap19-Aug-03 16:05
J. Dunlap19-Aug-03 16:05 
GeneralRe: Do .NET functions call Win32 API? Pin
Ista19-Aug-03 16:59
Ista19-Aug-03 16:59 
GeneralRe: Do .NET functions call Win32 API? Pin
J. Dunlap19-Aug-03 17:08
J. Dunlap19-Aug-03 17:08 

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.