What would be the advantages and disadvantages of creating external silverlight modules for dynamic loading using:
1 – a silverlight class library (dll on ClientBin)
2 – a silverlight application (xap on ClientBin)
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.
1) Easier to work with. Fewer ways to do things.
2) Harder to handle, able to have more stuff packed in with it.
It’s really the ability to pack things with em that makes them different. While XAP takes a bit more to deal with, neither one is that big a deal once you’re set up to download them. Setting up the download and uniqueness of loading them might even be the harder part of loading them.
Of course there is the fact that by default the XAP is for an application.
(Example of dynamically loading a XAP is at silverlight 4, dynamically loading xap modules)