dynamic silverlight content
Posted
by Jeremy
on Stack Overflow
See other posts from Stack Overflow
or by Jeremy
Published on 2010-06-02T03:53:57Z
Indexed on
2010/06/02
4:03 UTC
Read the original article
Hit count: 291
Silverlight
|dynamic-content
I am starting a silverlight project where I have tests for students to complete. I want to have some sort of framework so I can build the tests and store them in a database, delivering the content dynamically so I can continually develop new types of tests without having to re-deply the application.
The content will have to be more than just xaml, as there may need to be some logic to determine if answers are correct, or to do some random generation of questions.
I'm looking for suggestions on how to go about building a framework that supports this. Are there some best practices, or examples? Should each test type just be a seperate silverlight control, or should I use 1 silverlight "container" application that can display dynamic content?
© Stack Overflow or respective owner