Do WPF and Silverlight use the same interfaces and basic shapes defined inside system. Or is WPF defined different inside system than Silverlight ?
Do WPF and Silverlight use the same interfaces and basic shapes defined inside system.
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.
This somewhat depends on what you mean by “the same”, if you mean the implementation of classes with the same name which serve the same purpose in both frameworks you can use a decompiler of your choice (e.g. ILSpy) to open the relevant assemblies and compare the code.