.NET Configuration for Desktop and Web

  • Thread starter Thread starter Michael
  • Start date Start date
M

Michael

Hi,

I am developing an application that will have both a desktop and web
front-end which each share the same "user" and "application" settings
structure.

The idea would be to create one set of classes, that represent the settings,
and use them in both applications. But, on the desktop side I would like
them saved to a XML file and on the web side to a database.

Is there a way, using the .NET Configuration API, of achieving this?

Many Thanks


Michael
 
Hello Michael,

I'd recomend to look at www.springframework.net for this

M> I am developing an application that will have both a desktop and web
M> front-end which each share the same "user" and "application" settings
M> structure.
M>
M> The idea would be to create one set of classes, that represent the
M> settings, and use them in both applications. But, on the desktop side
M> I would like them saved to a XML file and on the web side to a
M> database.
M>
M> Is there a way, using the .NET Configuration API, of achieving this?

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top