Do the .xaml file and its .cs gets run on server-side or client-side. It will be nice if anyone can explain on this the client-side and the server-side based on the silverlight.
Thanks in advance.
Do the .xaml file and its .cs gets run on server-side or client-side. It will be nice if anyone can explain on this the client-side and the server-side based on the silverlight.
Thanks in advance.
XAML, its .cs code behind and other code attached to silverlight control project are compiled into .XAP file and are executed in browser, by silverlight plugin - so it's client-side.