If your silverlight application uses a database, I would use a database to store your help topics. It takes a bit of work, but it is very flexible and cheap!
If you are not using a database, you can write it as XML (or another format if you want) and make it a resource in your application. Then you can prepare it as data. Resource Files in Silverlight
Steve source
share