Click here to Skip to main content
15,922,696 members
Home / Discussions / C#
   

C#

 
GeneralRe: which one is faster? Pin
David Stone5-Oct-03 14:28
sitebuilderDavid Stone5-Oct-03 14:28 
GeneralRe: which one is faster? Pin
J. Dunlap5-Oct-03 14:32
J. Dunlap5-Oct-03 14:32 
GeneralRe: which one is faster? Pin
J. Dunlap5-Oct-03 15:12
J. Dunlap5-Oct-03 15:12 
GeneralRe: which one is faster? Pin
zecodela5-Oct-03 18:06
zecodela5-Oct-03 18:06 
GeneralRe: which one is faster? Pin
J. Dunlap5-Oct-03 18:18
J. Dunlap5-Oct-03 18:18 
AnswerRe: which one is faster? Pin
WillemM5-Oct-03 21:05
WillemM5-Oct-03 21:05 
GeneralOutlook time schedule table Pin
Aryo Handono4-Oct-03 10:24
professionalAryo Handono4-Oct-03 10:24 
Generalcontrol.Focus Pin
gmhanna4-Oct-03 8:23
gmhanna4-Oct-03 8:23 
GeneralRe: control.Focus Pin
J. Dunlap4-Oct-03 12:42
J. Dunlap4-Oct-03 12:42 
Generaldatabinding in a listview Pin
Anonymous4-Oct-03 4:26
Anonymous4-Oct-03 4:26 
GeneralInsert Image into MS-SQL Pin
Hovik Melkomian4-Oct-03 1:22
Hovik Melkomian4-Oct-03 1:22 
GeneralRe: Insert Image into MS-SQL Pin
Mazdak4-Oct-03 1:33
Mazdak4-Oct-03 1:33 
GeneralRe: Insert Image into MS-SQL Pin
Hovik Melkomian4-Oct-03 1:54
Hovik Melkomian4-Oct-03 1:54 
GeneralRe: Insert Image into MS-SQL Pin
Hovik Melkomian5-Oct-03 2:33
Hovik Melkomian5-Oct-03 2:33 
GeneralImage library Pin
abc8764-Oct-03 1:19
abc8764-Oct-03 1:19 
GeneralRe: Image library Pin
J. Dunlap4-Oct-03 12:45
J. Dunlap4-Oct-03 12:45 
QuestionHow to make an window application run one time? Pin
kokain3-Oct-03 20:50
kokain3-Oct-03 20:50 
AnswerRe: How to make an window application run one time? Pin
SimonS4-Oct-03 10:33
SimonS4-Oct-03 10:33 
GeneralRe: How to make an window application run one time? Pin
kokain4-Oct-03 14:42
kokain4-Oct-03 14:42 
GeneralXML serialization problems Pin
Gambit0073-Oct-03 18:09
Gambit0073-Oct-03 18:09 
GeneralRe: XML serialization problems Pin
James T. Johnson3-Oct-03 19:55
James T. Johnson3-Oct-03 19:55 
GeneralRe: XML serialization problems Pin
Gambit0074-Oct-03 4:47
Gambit0074-Oct-03 4:47 
GeneralSoapsuds.exe and Remoting Pin
devvvy3-Oct-03 17:56
devvvy3-Oct-03 17:56 
GeneralRe: Soapsuds.exe and Remoting Pin
James T. Johnson3-Oct-03 20:05
James T. Johnson3-Oct-03 20:05 
GeneralRe: Soapsuds.exe and Remoting Pin
devvvy3-Oct-03 21:29
devvvy3-Oct-03 21:29 
Thanks, first of all. Here's what I think.

If you adopts the interface-route, you can't use "new" keyword or instantiate a server object on client side - but you can still gain access to server object's state.

But I still don't see why we need to use Soapsuds (to generate a transparent proxy) even if we don't use "interface" - just add reference to the original assembly where the remotable class reside. Why bother generating another assembly with Soapsuds?


norm

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.