Click here to Skip to main content
15,890,186 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to get a list of computer names in LAN Pin
Bharat Jain24-Apr-09 22:38
Bharat Jain24-Apr-09 22:38 
QuestionInvoking "click" event on buttons using webBrowser Pin
labdakos24-Apr-09 19:04
labdakos24-Apr-09 19:04 
Questionreddit.com bot Pin
yogesh_softworld12324-Apr-09 13:46
yogesh_softworld12324-Apr-09 13:46 
Question[Message Deleted] Pin
mdunderwood24-Apr-09 13:02
mdunderwood24-Apr-09 13:02 
GeneralRe: Need assistance with a Producer/Consumer Queue logic where the Consumer can create a limited number of worker threads Pin
harold aptroot24-Apr-09 13:38
harold aptroot24-Apr-09 13:38 
AnswerRe: Need assistance with a Producer/Consumer Queue logic where the Consumer can create a limited number of worker threads Pin
Giorgi Dalakishvili24-Apr-09 22:59
mentorGiorgi Dalakishvili24-Apr-09 22:59 
Questionbluetooth stacks Pin
akinwaadeolu24-Apr-09 12:06
akinwaadeolu24-Apr-09 12:06 
QuestionWCF Question Pin
NETLearning24-Apr-09 11:58
NETLearning24-Apr-09 11:58 
Started to read WCF recentenly. I have couple of questions

Suppose I have two classes Class1 and Class2

For Class1 -- IClass1 is the interface
For Class2 -- IClass2 is the interface

How do i expose these interface using one service

<services>
<service name="MyService">
<endpoint>
address = "net.tcp://localhost:8000/Class1/"
binding = "netTcpBinding"
contract = "IClass1"


<endpoint>
address = "net.tcp://localhost:8001/Class2/"
binding = "netTcpBinding"
contract = "IClass2"




My questions
1) in the adress where i used Class1 and Class2
can i use anything for class1 and class2 or should it be Class names or it
should it be servicename ?
2) Every time i expose an interface should i expose at different ports or can i expose at the same port if i expose them at the same port should the binding be different or for the same service can i expose two interfaces with the same port and with the same binding

Iam new to WCF so please let me know if iam not making any sense
AnswerRe: WCF Question Pin
Hesham Amin24-Apr-09 12:33
Hesham Amin24-Apr-09 12:33 
GeneralWCF Question Pin
NETLearning25-Apr-09 6:13
NETLearning25-Apr-09 6:13 
GeneralRe: WCF Question Pin
Hesham Amin25-Apr-09 23:04
Hesham Amin25-Apr-09 23:04 
QuestionFormatting data in a datagridview Pin
bwood202024-Apr-09 9:23
bwood202024-Apr-09 9:23 
QuestionMulti Column display ina listbox Pin
edlanka24-Apr-09 9:07
edlanka24-Apr-09 9:07 
AnswerRe: Multi Column display ina listbox Pin
DaveyM6924-Apr-09 9:09
professionalDaveyM6924-Apr-09 9:09 
GeneralRe: Multi Column display ina listbox Pin
edlanka24-Apr-09 9:39
edlanka24-Apr-09 9:39 
GeneralRe: Multi Column display ina listbox Pin
Dan Neely24-Apr-09 9:49
Dan Neely24-Apr-09 9:49 
QuestionClosing DialogBox from other application Pin
Papi83dm24-Apr-09 7:47
Papi83dm24-Apr-09 7:47 
QuestionRemoving bytes from an exe file..... is it possible? Pin
Rajdeep.NET is BACK24-Apr-09 6:15
Rajdeep.NET is BACK24-Apr-09 6:15 
AnswerRe: Removing bytes from an exe file..... is it possible? Pin
musefan24-Apr-09 6:36
musefan24-Apr-09 6:36 
GeneralRe: Removing bytes from an exe file..... is it possible? Pin
Rolando CC24-Apr-09 7:40
professionalRolando CC24-Apr-09 7:40 
AnswerRe: Removing bytes from an exe file..... is it possible? Pin
Ben Fair24-Apr-09 8:38
Ben Fair24-Apr-09 8:38 
AnswerRe: Removing bytes from an exe file..... is it possible? Pin
Skymir24-Apr-09 10:16
Skymir24-Apr-09 10:16 
AnswerRe: Removing bytes from an exe file..... is it possible? Pin
OriginalGriff24-Apr-09 23:23
mveOriginalGriff24-Apr-09 23:23 
QuestionWeird Collection Thing [modified] Pin
#realJSOP24-Apr-09 5:55
mve#realJSOP24-Apr-09 5:55 
AnswerRe: Weird Collection Thing Pin
Gideon Engelberth24-Apr-09 7:21
Gideon Engelberth24-Apr-09 7:21 

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.