Click here to Skip to main content
15,885,366 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionAxWebBrowser Print Functionality Pin
CoolCoder_New18-Feb-09 3:55
CoolCoder_New18-Feb-09 3:55 
AnswerRe: AxWebBrowser Print Functionality Pin
Pete O'Hanlon18-Feb-09 4:11
mvePete O'Hanlon18-Feb-09 4:11 
GeneralRe: AxWebBrowser Print Functionality Pin
CoolCoder_New18-Feb-09 18:17
CoolCoder_New18-Feb-09 18:17 
GeneralRe: AxWebBrowser Print Functionality Pin
Pete O'Hanlon18-Feb-09 22:11
mvePete O'Hanlon18-Feb-09 22:11 
GeneralRe: AxWebBrowser Print Functionality [modified] Pin
CoolCoder_New18-Feb-09 23:29
CoolCoder_New18-Feb-09 23:29 
QuestionHow to POST the XML string to URL ... Pin
nileshbahirshet18-Feb-09 0:19
nileshbahirshet18-Feb-09 0:19 
AnswerRe: How to POST the XML string to URL ... Pin
Rob Philpott18-Feb-09 5:09
Rob Philpott18-Feb-09 5:09 
QuestionChoosing between Remoting, WCF or TCP Listeners Pin
xandytsui17-Feb-09 19:08
xandytsui17-Feb-09 19:08 
Last November, I was trying to do a multi client program for a Question And Answer game, the game is like this:
1. The judge (ok, this is a real people) ask a question, and then on his Master Terminal (computer-server), he click "start answer"
2. Then the participants (real people) on their own computer, can click "answer", if they want to answer that question.
3. Master terminal will show all intended participants, and the fastest one will "Flash" on both Master terminal screen and the Client screen.
4. Master terminal can also set the score and the score will be shown on (participants)client screens.

I tried to implement this with remoting at that time. But I found a couple of problems when I am implementing that. First, what I have in my mind is for remoting, the application code should not realize that they are calling remote objects or local objects, this should be done by the transparent proxy objects. It is definitely achievable without any problem when creating remote objects, calling methods of that particular objects, but when it comes to events and delegates, it is a different story. I have to make the client expose to another port to listen the event fired from remote objects, and moreover, another dummy object have to be declared in-between the remote object and the client application. (see the method shown here: http://www.codeproject.com/KB/IP/RemotingEvent.aspx?msg=2821954[^])

The use of intermediate object totally breaks the beauty of transparent proxy, and make the code became messy.

So, my question here is, in doing such project, am I using the wrong technology? Should I use WCF or the old school TCP Port listener?

modified on Wednesday, February 18, 2009 7:41 PM

AnswerRe: Remoting, WCF or Old school method Pin
Dave Kreskowiak18-Feb-09 5:11
mveDave Kreskowiak18-Feb-09 5:11 
Question.NET 3.5 vs .NET 2.0 Pin
idhiCodeProject17-Feb-09 6:50
idhiCodeProject17-Feb-09 6:50 
GeneralRe: .NET 3.5 vs .NET 2.0 Pin
Luc Pattyn17-Feb-09 7:44
sitebuilderLuc Pattyn17-Feb-09 7:44 
GeneralRe: .NET 3.5 vs .NET 2.0 Pin
led mike17-Feb-09 8:32
led mike17-Feb-09 8:32 
GeneralRe: .NET 3.5 vs .NET 2.0 Pin
Thomas Stockwell19-Feb-09 5:29
professionalThomas Stockwell19-Feb-09 5:29 
QuestionRe: .NET 3.5 vs .NET 2.0 Pin
Eddy Vluggen17-Feb-09 8:45
professionalEddy Vluggen17-Feb-09 8:45 
QuestionRe: .NET 3.5 vs .NET 2.0 Pin
idhiCodeProject17-Feb-09 23:01
idhiCodeProject17-Feb-09 23:01 
AnswerRe: .NET 3.5 vs .NET 2.0 Pin
Eddy Vluggen17-Feb-09 23:33
professionalEddy Vluggen17-Feb-09 23:33 
GeneralRe: .NET 3.5 vs .NET 2.0 Pin
idhiCodeProject18-Feb-09 4:24
idhiCodeProject18-Feb-09 4:24 
GeneralRe: .NET 3.5 vs .NET 2.0 Pin
Eddy Vluggen18-Feb-09 4:30
professionalEddy Vluggen18-Feb-09 4:30 
Question[Message Deleted] Pin
Maxy5517-Feb-09 3:56
Maxy5517-Feb-09 3:56 
AnswerRe: how to implement Multi-Tenant Data Architecture in asp.net 2.0 Pin
Pete O'Hanlon17-Feb-09 4:04
mvePete O'Hanlon17-Feb-09 4:04 
QuestionUrgent Menu Querry Pin
Member 284246817-Feb-09 1:55
Member 284246817-Feb-09 1:55 
AnswerRe: Urgent Menu Querry Pin
Pete O'Hanlon17-Feb-09 2:01
mvePete O'Hanlon17-Feb-09 2:01 
AnswerRe: Urgent Menu Querry Pin
Leonardo Muzzi17-Feb-09 3:36
Leonardo Muzzi17-Feb-09 3:36 
QuestionControlling the ToolboxItem control type during a drag operation Pin
astibich216-Feb-09 20:04
astibich216-Feb-09 20:04 
QuestionCounting Bandwidth/Data Whilst Consuming a Web Service Pin
SharpenedC16-Feb-09 14:51
SharpenedC16-Feb-09 14:51 

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.