WPF/E and code-behind

Hi,

I have just started using WPF/E and am just wondering that how can we use C# with WPF/E. Whatever I have read till now , is using javascript with it.

[166 byte] By [AkshaySBhatnagar] at [2007-12-31]
# 1

Hi Akshay,

The cross-platform support provided by WPF/E does not currently support C#. You can use webservices, which may use C#, to house your application logic and utilize AJAX to interact with these webservices.

If this answers your question, please select "Mark as Answer" otherwise, please post a followup question.

Thank you,

Chad Campbell

ChadCampbell at 2007-9-7 > top of Msdn Tech,Silverlight (formerly WPF/E),Silverlight (formerly WPF/E) Developer Issues...
# 2
Can you please provide some code for that?
AkshaySBhatnagar at 2007-9-7 > top of Msdn Tech,Silverlight (formerly WPF/E),Silverlight (formerly WPF/E) Developer Issues...
# 3

There is an example using C# webservices with source here: http://blogs.sqlxml.org/bryantlikes/archive/2007/02/08/simulating-data-grids-in-wpf-e-part-1.aspx

BryantLikes at 2007-9-7 > top of Msdn Tech,Silverlight (formerly WPF/E),Silverlight (formerly WPF/E) Developer Issues...
# 4
There is some great work taking place at the included link:

http://www.nikhilk.net/ScriptSharpIntro.aspx

This tool allows you to manipulate WPF/E with c#. Check it out!

Dodge
http://www.odigozone.com/

Dodge at 2007-9-7 > top of Msdn Tech,Silverlight (formerly WPF/E),Silverlight (formerly WPF/E) Developer Issues...