Click here to Skip to main content
       

WCF and WF

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
AnswerRe: Few basic query regarding WCF Session,InstanceContextMode,ConcurrencyMode etcmvpRichard MacCutchan2 Jan '13 - 7:09 
SuggestionRe: Few basic query regarding WCF Session,InstanceContextMode,ConcurrencyMode etcmembervaishali thaker23 Apr '13 - 0:38 
Suggestionhow not to set up an endpoint's identity [modified]memberZimriel31 Dec '12 - 13:00 
GeneralRe: how not to set up an endpoint's identitymemberZac Greve31 Dec '12 - 13:41 
QuestionC# WPF ComboBox examplememberMember 875509129 Dec '12 - 22:28 
Questionwhat url need to type to create wcf service proxy at client endmemberTridip Bhattacharjee28 Dec '12 - 4:41 
Questionregarding multiple base address wcfmemberTridip Bhattacharjee28 Dec '12 - 4:40 
here i am attaching one config entries because i have couple of question for config
 
entries...please have a look
 
<service name="WCFService.Service" behaviorConfiguration="behaviorConfig">
 
<host>
  <baseAddresses>
    <add baseAddress="net.tcp://localhost:1645/ChatServer/"/>
    <add baseAddress="http://localhost:1648/ChatServer/"/>
  </baseAddresses>
  </host>
  <endpoint address="tcp"
                  binding="netTcpBinding"
                  bindingConfiguration="tcpBinding"
                  contract="ChatService.IChat"/>
 
 <endpoint address="net.tcp://localhost:1645/ChatServer/mex"
                  binding="mexTcpBinding"
                  contract="IMetadataExchange"/>
 
 </service>
 
a) tell me why two base address is given. the person who wrote this config entries why he
 
write two base address....any idea??
 
b) just see the tcp endpoint why the person construct the tcp endoint this way rather he
could write tcp endpoint like this way
 
<endpoint address="net.tcp://localhost:1645/ChatServer/"
                  binding="netTcpBinding"
                  contract="ChatService.IChat" />
 
c) why he wrote the tcp url in mex endpoint rather he could write mex endpoint like
<endpoint address="mex"
                  binding="mexHttpBinding"
                  contract="IMetadataExchange" />
 
but he did not write in this way....is there any special reason.
tbhattacharjee

Questionregarding disable mex endpoints and proxy creationmemberTridip Bhattacharjee28 Dec '12 - 4:39 
Questionregarding wsdualhttp endpointsmemberTridip Bhattacharjee28 Dec '12 - 4:36 
Questionregarding mex endpointsmemberTridip Bhattacharjee28 Dec '12 - 4:36 
Questionwhat is the use of multiple endpoints in WCF service?memberTridip Bhattacharjee28 Dec '12 - 4:13 
Questionwhat is the use of base address in WCF servicememberTridip Bhattacharjee28 Dec '12 - 4:12 
QuestionFew basic question regarding entries in config file for WCF service end as a wcf starter.memberTridip Bhattacharjee27 Dec '12 - 6:17 
QuestionWhy we use WPF and suggest some interview question and answer on WPFmemberpmdtkr20 Dec '12 - 22:42 
AnswerRe: Why we use WPF and suggest some interview question and answer on WPFmvpRichard MacCutchan20 Dec '12 - 22:55 
AnswerRe: Why we use WPF and suggest some interview question and answer on WPFmemberRaj589116 Feb '13 - 22:37 
QuestionIssue regarding running WCF server and clientmemberTridip Bhattacharjee13 Dec '12 - 22:06 
AnswerRe: Issue regarding running WCF server and clientmvpRichard MacCutchan13 Dec '12 - 22:55 
GeneralRe: Issue regarding running WCF server and clientmemberTridip Bhattacharjee14 Dec '12 - 1:13 
GeneralRe: Issue regarding running WCF server and clientmvpRichard MacCutchan14 Dec '12 - 2:24 
GeneralRe: Issue regarding running WCF server and clientmemberTridip Bhattacharjee14 Dec '12 - 3:03 
AnswerRe: Issue regarding running WCF server and clientmembervaishali thaker23 Apr '13 - 0:44 
QuestionDurable MessagememberCollin Jasnoch13 Dec '12 - 2:52 
QuestionURGENT: Method with WCF service address as parameter?memberTesic Goran29 Nov '12 - 22:21 
AnswerRe: URGENT: Method with WCF service address as parameter?member d@nish 9 Dec '12 - 23:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web03 | 2.6.130516.1 | Last Updated 18 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid