Absolutely worth looking at those options, It should have been "extmap", MSDN article covers it well: http://msdn.microsoft.com/en-us/library/dd833069(VS.95).aspx Looks like C1 has an online version if you want to test their optomiser instead: http://demo.componentone.com/Silverlight/XapOptimizer/ If you or anyone is really interested in the load on demand based on the navigation framework I got all the ideas from here: http://www.davidpoll.com/2010/02/01/on-demand-loading-of-assemblies-with-silverlight-navigation-revisited-for-silverlight-4-beta/ John.
From: [email protected] To: [email protected] Subject: RE: Dynamic assembly loading Date: Thu, 10 Feb 2011 21:12:10 +1100 John, you've mentioned some interesting subjects that I am not familiar with: application library caching and exmap; C1 XAPOptimiser. I'll run some searches on these topics. Loading by navigation might be overkill for my needs, but I would have tried to implement something like if I had complex app navigation. This app has only a handful of fixed screen "views" that you can jump between. I would urge myself (and everyone else) who is starting a new Silverlight app to remember right from the start that you might need to dynamically load bits of the app ... data, resources, assemblies, etc. Don't be lazy at the start, remember to bake-in some design so you can do this easily. Greg _______________________________________________ ozsilverlight mailing list [email protected] http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight
_______________________________________________ ozsilverlight mailing list [email protected] http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight
