Click here to Skip to main content
16,005,181 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Repacing DB with XML files? Pin
silkkeng15-Jan-06 11:15
silkkeng15-Jan-06 11:15 
AnswerRe: Repacing DB with XML files? Pin
Mike Burroughs15-Jan-06 17:29
Mike Burroughs15-Jan-06 17:29 
QuestionAssembly Pin
Amit R15-Jan-06 5:35
Amit R15-Jan-06 5:35 
AnswerRe: Assembly Pin
Mike Burroughs15-Jan-06 17:37
Mike Burroughs15-Jan-06 17:37 
QuestionAnyone else having Errors with VS.NET 2005 Express Editions? Pin
M@dHatter14-Jan-06 17:57
M@dHatter14-Jan-06 17:57 
QuestionShared Method Pin
GaneshParam14-Jan-06 1:03
GaneshParam14-Jan-06 1:03 
AnswerRe: Shared Method Pin
Guffa14-Jan-06 9:06
Guffa14-Jan-06 9:06 
QuestionCan I pass remote objects as parameters? using .NET remoting Pin
fbrubacher13-Jan-06 11:32
fbrubacher13-Jan-06 11:32 
My question is : Is thre any way to pass a remote object as parameter in method call ??
For example:

I have a class library and 2 projects which have references to the class library.
In the class library there's 2 classes both of them inherit from MarshalByRefObject Subject, Observer

In my server project in a form I'm doing
RemotingServices.Marshal(subject, "subject");

In my client I want to do :
Class ConcreteObserver : observer
{
Subject subject = (Authenticator) RemotingServices.Connect(typeof(Subject), URI);
subject.addObservers(this);
}
Is there any way to make this work??? I want to know if it's possible to call a remote object method (in this case addObservers) and pass a remote object in this case a ConcreteObserver.
Thanks very much in advance



QuestionOnly on Friday the 13th: Worker Thread Duplicates Pin
RFID Chris13-Jan-06 9:29
RFID Chris13-Jan-06 9:29 
QuestionConvert .Net 2003 project to .Net 2005? Pin
Hardik Doshi12-Jan-06 19:23
Hardik Doshi12-Jan-06 19:23 
AnswerRe: Convert .Net 2003 project to .Net 2005? Pin
André Ziegler13-Jan-06 3:50
André Ziegler13-Jan-06 3:50 
QuestionVideo Conferencing Pin
hbjs12-Jan-06 15:03
hbjs12-Jan-06 15:03 
AnswerRe: Video Conferencing Pin
Christian Graus12-Jan-06 15:17
protectorChristian Graus12-Jan-06 15:17 
GeneralRe: Video Conferencing Pin
hbjs12-Jan-06 15:36
hbjs12-Jan-06 15:36 
GeneralRe: Video Conferencing Pin
Christian Graus12-Jan-06 15:47
protectorChristian Graus12-Jan-06 15:47 
GeneralRe: Video Conferencing Pin
hbjs12-Jan-06 16:01
hbjs12-Jan-06 16:01 
GeneralRe: Video Conferencing Pin
Christian Graus12-Jan-06 16:03
protectorChristian Graus12-Jan-06 16:03 
GeneralRe: Video Conferencing Pin
hbjs12-Jan-06 19:05
hbjs12-Jan-06 19:05 
GeneralRe: Video Conferencing Pin
Christian Graus15-Jan-06 11:06
protectorChristian Graus15-Jan-06 11:06 
QuestionDLL Register using MSI Pin
kotteeswaran12-Jan-06 14:11
kotteeswaran12-Jan-06 14:11 
AnswerRe: DLL Register using MSI Pin
Robert Rohde14-Jan-06 22:04
Robert Rohde14-Jan-06 22:04 
AnswerRe: DLL Register using MSI Pin
Sarbjit Chawla18-Jan-06 6:19
Sarbjit Chawla18-Jan-06 6:19 
QuestionMSMQ Remote QUeue Pin
kotteeswaran12-Jan-06 11:29
kotteeswaran12-Jan-06 11:29 
QuestionWebservice Question Pin
Steve Messer12-Jan-06 10:51
Steve Messer12-Jan-06 10:51 
QuestionDo you know any money / multi-currency api for .NET? Pin
Johannes Hansen11-Jan-06 9:32
Johannes Hansen11-Jan-06 9:32 

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.