Search the web
Sign In
New User? Sign Up
Kudzu-Vine · Kudzu World Newsletter
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Application Settings the .NET way. INI, Registry, or XML   Message List  
Reply | Forward Message #15 of 25 |
Application Settings the .NET way. INI, Registry, or XML

INI files and the registry are generally things of the past for .NET
applications. But what to use? XML seems appropriate, but one look at
System.XML is enough to scare most developers off, especially just to store
a few fields. Fortunately there is a very easy way in .NET to solve this,
but one that is usually not seen by developers. In this article I'll explain
how you can easily store and retrieve your application settings with just a
few lines of code.

Full Article
http://www.codeproject.com/dotnet/XMLSettingsFile.asp




Tue Oct 26, 2004 1:01 pm

czhower
Offline Offline
Send Email Send Email

Forward
Message #15 of 25 |
Expand Messages Author Sort by Date

Application Settings the .NET way. INI, Registry, or XML INI files and the registry are generally things of the past for .NET applications. But what to use?...
Chad Z. Hower aka Kudzu
czhower
Offline Send Email
Oct 26, 2004
1:02 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help