Quantcast
Channel: CSLA .NET
Viewing all articles
Browse latest Browse all 764

Silverlight: Best Place to Load Settings

$
0
0

Greetings:

I've a Silverlight application that needs to have a static class called "Settings".   This class will be a read only base class with about 2 dozen settings that should be available anywhere in the UI layer.  I'm not really sure where the best place to put that class might be ... that is, the best place to have the system make an async call to load up the settings.

Maybe Application_Startup?

Thoughts?


Viewing all articles
Browse latest Browse all 764

Trending Articles