Does the XAML file and its .cs code behind run on server-side or client-side? It would be nice if anyone can answer this in the context of Silverlight.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.