Click here to Skip to main content
15,915,336 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: silverlight 3 Pin
wolfbinary24-Jul-09 6:22
wolfbinary24-Jul-09 6:22 
GeneralRe: silverlight 3 Pin
Mark Salsbery24-Jul-09 11:08
Mark Salsbery24-Jul-09 11:08 
QuestionHosting MS Office in WPF app Pin
amit_198624-Jul-09 1:41
amit_198624-Jul-09 1:41 
AnswerRe: Hosting MS Office in WPF app Pin
Pete O'Hanlon24-Jul-09 2:18
mvePete O'Hanlon24-Jul-09 2:18 
QuestionUsing directional keys to rotate a 3D model? Pin
Etienne_12323-Jul-09 7:02
Etienne_12323-Jul-09 7:02 
AnswerRe: Using directional keys to rotate a 3D model? Pin
Pete O'Hanlon24-Jul-09 0:46
mvePete O'Hanlon24-Jul-09 0:46 
Questionconversion of Web rendering units to Wpf rendering units Pin
vsaratkar23-Jul-09 7:00
vsaratkar23-Jul-09 7:00 
QuestionMessage Removed Pin
23-Jul-09 5:45
professionalN_tro_P23-Jul-09 5:45 
AnswerRe: Templates and Libraries Pin
Mark Salsbery23-Jul-09 6:36
Mark Salsbery23-Jul-09 6:36 
QuestionSystem.Security. Security Exception in Silver light Pin
Nekkantidivya23-Jul-09 2:49
Nekkantidivya23-Jul-09 2:49 
AnswerRe: System.Security. Security Exception in Silver light Pin
Michael Sync23-Jul-09 6:00
Michael Sync23-Jul-09 6:00 
QuestionHow to create channel factory for Sync Wcf contract? Pin
pioner22-Jul-09 23:48
pioner22-Jul-09 23:48 
AnswerRe: How to create channel factory for Sync Wcf contract? Pin
Michael Sync23-Jul-09 6:05
Michael Sync23-Jul-09 6:05 
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 

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.