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

C#

 
GeneralPass-by-Reference Late Binding using Reflection Pin
Red Rover18-Aug-03 5:58
Red Rover18-Aug-03 5:58 
GeneralRe: Pass-by-Reference Late Binding using Reflection Pin
shaunAustin21-Aug-03 2:13
shaunAustin21-Aug-03 2:13 
GeneralVisio-like drawing component/framework Pin
smeese18-Aug-03 5:33
smeese18-Aug-03 5:33 
GeneralRe: Visio-like drawing component/framework Pin
Ista18-Aug-03 5:56
Ista18-Aug-03 5:56 
GeneralRe: Visio-like drawing component/framework Pin
Patrick Lassalle18-Aug-03 21:38
Patrick Lassalle18-Aug-03 21:38 
GeneralDijkstra algorithm Pin
jphuphilly18-Aug-03 2:45
jphuphilly18-Aug-03 2:45 
GeneralRe: Dijkstra algorithm Pin
leppie18-Aug-03 7:27
leppie18-Aug-03 7:27 
GeneralRe: Dijkstra algorithm Pin
jphuphilly18-Aug-03 8:02
jphuphilly18-Aug-03 8:02 
GeneralRe: Dijkstra algorithm Pin
leppie18-Aug-03 8:24
leppie18-Aug-03 8:24 
GeneralRe: Dijkstra algorithm Pin
devvvy18-Aug-03 15:12
devvvy18-Aug-03 15:12 
GeneralRe: Dijkstra algorithm Pin
J. Dunlap18-Aug-03 15:20
J. Dunlap18-Aug-03 15:20 
GeneralRe: Dijkstra algorithm Pin
Julian Bucknall [MSFT]18-Aug-03 12:55
Julian Bucknall [MSFT]18-Aug-03 12:55 
GeneralRe: Dijkstra algorithm Pin
jphuphilly19-Aug-03 2:27
jphuphilly19-Aug-03 2:27 
GeneralRe: Dijkstra algorithm Pin
Julian Bucknall [MSFT]19-Aug-03 6:56
Julian Bucknall [MSFT]19-Aug-03 6:56 
GeneralTyped DataSet Generation Fine-tuning Pin
sirovsky18-Aug-03 1:54
sirovsky18-Aug-03 1:54 
GeneralCtrl-C with error Pin
A.Wegierski17-Aug-03 23:33
A.Wegierski17-Aug-03 23:33 
GeneralRe: Ctrl-C with error Pin
sirovsky18-Aug-03 3:02
sirovsky18-Aug-03 3:02 
GeneralRe: Ctrl-C with error Pin
A.Wegierski19-Aug-03 19:20
A.Wegierski19-Aug-03 19:20 
GeneralRe: Ctrl-C with error Pin
Ista18-Aug-03 5:58
Ista18-Aug-03 5:58 
GeneralWhat's the point of Remoting if you need to "Add Reference" Pin
devvvy17-Aug-03 22:20
devvvy17-Aug-03 22:20 
GeneralRe: What's the point of Remoting if you need to "Add Reference" Pin
James T. Johnson18-Aug-03 3:27
James T. Johnson18-Aug-03 3:27 
There isn't much of a point if you have to include the server implementation with the client. But it is possible to split it up so you'd have 3 assemblies:

Shared - contains interfaces or base classes implemented by "Server"
Server - references "Shared" and implements "Shared" assembly's interfaces or base classes
Client - references "Shared"

If you want a ton of information about remoting you should get Ingo Rammer's book, Advanced .NET Remoting. I'm on Chapter 4 now and I've been really impressed with it. You can get chapter 2 from his website[^] which covers the basics of remoting, while chapter 3 shows some caveats to what was shown in chapter 2 and offers ways through and around them.

Chapter 4 so far is concentrating on how to use configuration files to get around having to hard code everything in the server/client.

James

"My words but a whisper -- your deafness a SHOUT.
I may make you feel but I can't make you think.
" - Thick as a Brick, Jethro Tull 1972

GeneralRe: What's the point of Remoting if you need to "Add Reference" Pin
devvvy18-Aug-03 5:20
devvvy18-Aug-03 5:20 
GeneralRe: What's the point of Remoting if you need to "Add Reference" Pin
James T. Johnson18-Aug-03 5:44
James T. Johnson18-Aug-03 5:44 
GeneralRe: What's the point of Remoting if you need to "Add Reference" Pin
devvvy18-Aug-03 6:51
devvvy18-Aug-03 6:51 
GeneralRe: What's the point of Remoting if you need to "Add Reference" Pin
James T. Johnson18-Aug-03 11:27
James T. Johnson18-Aug-03 11:27 

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.