.NET Configuration for Desktop and Web

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
 
M

Michael Nemtsev

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top