vote up 0 vote down star

Hi,

I have a Silverlight application in witch i can create presentation slides(like in PowerPoint), and i whant to save this slides(XAML and .cs files) in database or somwhere else, where i can be able to load and to use them.

Regard, Andrei.

flag

0% accept rate
What is your question? – Michael S. Scherotter Apr 30 at 6:30
Where and how to save my xaml and .cs file? – Dreiu Apr 30 at 12:31

1 Answer

vote up 2 vote down
  1. You should compile the XAML and .CS files into Silverlight Class Libraries (DLLs)
  2. Store the DLLs in your database
  3. dynamically download the DLLs as needed

Read this article and this article by Dino Esposito in MSDN Magazine.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.