Click here to Skip to main content
15,901,373 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: How to create channel factory for Sync Wcf contract? Pin
Mark Salsbery23-Jul-09 6:21
Mark Salsbery23-Jul-09 6:21 
GeneralRe: How to create channel factory for Sync Wcf contract? Pin
Michael Sync23-Jul-09 6:42
Michael Sync23-Jul-09 6:42 
GeneralRe: How to create channel factory for Sync Wcf contract? Pin
Mark Salsbery23-Jul-09 7:08
Mark Salsbery23-Jul-09 7:08 
GeneralRe: How to create channel factory for Sync Wcf contract? Pin
Michael Sync23-Jul-09 7:38
Michael Sync23-Jul-09 7:38 
GeneralRe: How to create channel factory for Sync Wcf contract? Pin
Michael Sync23-Jul-09 7:41
Michael Sync23-Jul-09 7:41 
GeneralRe: How to create channel factory for Sync Wcf contract? Pin
Mark Salsbery23-Jul-09 7:47
Mark Salsbery23-Jul-09 7:47 
GeneralRe: How to create channel factory for Sync Wcf contract? Pin
pioner23-Jul-09 10:25
pioner23-Jul-09 10:25 
GeneralRe: How to create channel factory for Sync Wcf contract? Pin
Michael Sync23-Jul-09 19:38
Michael Sync23-Jul-09 19:38 
Is there any reason why you don't want to use svcutil or "Service Reference"?

We have a lot of WCF services that are consumed by WPF, Silverlight and ASP.NET 3.5 in our project. We don't implement any BeginOperation or EndOperation or any sync or async pattern.

The "async" option is ticked by default when we are generating the proxy for Silverlight so we can use the code like service.GetDataAsync() and service.GetDataCompleted automatically.

But we don't tick "async" option when we are generating the proxy for WPF and ASP.NET so we can use service.GetData(); ...


I would like to know more details about why you don't want to use "Service Reference" or svctil utility.

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)

Microsoft MVP (Silverlight), WPF/Silverlight Insiders

GeneralRe: How to create channel factory for Sync Wcf contract? Pin
pioner23-Jul-09 22:05
pioner23-Jul-09 22:05 
AnswerRe: How to create channel factory for Sync Wcf contract? Pin
Adriaan Davel23-Jul-09 19:44
Adriaan Davel23-Jul-09 19:44 
AnswerRe: How to create channel factory for Sync Wcf contract? Pin
DukeZ16-Aug-11 5:18
DukeZ16-Aug-11 5:18 
QuestionListView SelectedValue Binding issue Pin
bonkers12322-Jul-09 21:19
bonkers12322-Jul-09 21:19 
AnswerRe: ListView SelectedValue Binding issue Pin
Pete O'Hanlon22-Jul-09 21:44
mvePete O'Hanlon22-Jul-09 21:44 
GeneralRe: ListView SelectedValue Binding issue Pin
bonkers12323-Jul-09 1:25
bonkers12323-Jul-09 1:25 
GeneralRe: ListView SelectedValue Binding issue Pin
Pete O'Hanlon23-Jul-09 2:54
mvePete O'Hanlon23-Jul-09 2:54 
QuestionVirtualisation in ComboBox Pin
SriBalupalakkattu22-Jul-09 20:55
SriBalupalakkattu22-Jul-09 20:55 
AnswerRe: Virtualisation in ComboBox Pin
Michael Sync23-Jul-09 6:09
Michael Sync23-Jul-09 6:09 
GeneralRe: Virtualisation in ComboBox Pin
Jeremy Likness26-Jul-09 3:03
professionalJeremy Likness26-Jul-09 3:03 
QuestionRSS using Silver light Pin
Nekkantidivya22-Jul-09 19:03
Nekkantidivya22-Jul-09 19:03 
AnswerRe: RSS using Silver light Pin
Michael Sync23-Jul-09 6:11
Michael Sync23-Jul-09 6:11 
QuestionMessage Removed Pin
22-Jul-09 4:06
professionalN_tro_P22-Jul-09 4:06 
AnswerRe: Binding Questioon Pin
Pete O'Hanlon22-Jul-09 4:34
mvePete O'Hanlon22-Jul-09 4:34 
Questionhow to get the scroll vertical and scroll horizantal for a page created in WPF Pin
Krishna Aditya22-Jul-09 4:04
Krishna Aditya22-Jul-09 4:04 
AnswerRe: how to get the scroll vertical and scroll horizantal for a page created in WPF Pin
#realJSOP22-Jul-09 4:24
professional#realJSOP22-Jul-09 4:24 
GeneralRe: how to get the scroll vertical and scroll horizantal for a page created in WPF Pin
Krishna Aditya22-Jul-09 4:29
Krishna Aditya22-Jul-09 4:29 

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.