Salvarea Setarilor pentru Windows Forms

Pe scurt :

Metoda 1. Setari in Visual Studio

Vedeti

Application Settings Architecture , http://msdn.microsoft.com/en-us/library/8eyb2ct1.aspx

· Application Settings Overview , http://msdn.microsoft.com/en-us/library/k4s6c3a0.aspx

Video tutorial : http://www.youtube.com/watch?v=-JDoZU0HBBo&feature=PlayList&p=70009BDDADB00AEF&index=1

Metoda 2. In app.config  – metoda rapida

Video Tutorial : http://www.youtube.com/watch?v=Axkt_KE0JX4&feature=PlayList&p=70009BDDADB00AEF&index=2

Metoda 3.  In app.config – metoda sigura  :

Video Tutorial : http://www.youtube.com/watch?v=oglDeV7sc94&feature=PlayList&p=70009BDDADB00AEF&index=3

Metoda 4. Fisiere XML

Video Tutorial : http://www.youtube.com/watch?v=MtK3zZYjfS0&feature=PlayList&p=70009BDDADB00AEF&index=0

Metoda 5. Fisiere INI

http://jachman.wordpress.com/2006/09/11/how-to-access-ini-files-in-c-net/
http://www.codeproject.com/KB/cross-platform/INIFile.aspx

 

Metoda 6. Baza de date

Creati o tabela cu 3 coloane :Obiect, Nume, Valoare. Accesati prin EF, L2S sau Nhibernate sau orice altceva.

Metoda 7.Registry

Video Tutorial : http://www.youtube.com/watch?v=UeBPTbWgthM&feature=PlayList&p=70009BDDADB00AEF&index=4

 

Mai multe detalii aici

Leave a Reply

Your email address will not be published. Required fields are marked *