Click here to Skip to main content
15,918,976 members
Home / Discussions / C#
   

C#

 
GeneralRe: Online cources for beginners Pin
PIEBALDconsult23-Jul-10 5:47
mvePIEBALDconsult23-Jul-10 5:47 
GeneralRe: Online cources for beginners Pin
PIEBALDconsult7-Aug-10 4:31
mvePIEBALDconsult7-Aug-10 4:31 
GeneralRe: Online cources for beginners Pin
Luc Pattyn7-Aug-10 4:44
sitebuilderLuc Pattyn7-Aug-10 4:44 
GeneralRe: Online cources for beginners Pin
PIEBALDconsult7-Aug-10 5:34
mvePIEBALDconsult7-Aug-10 5:34 
GeneralRe: Online cources for beginners Pin
Luc Pattyn7-Aug-10 5:35
sitebuilderLuc Pattyn7-Aug-10 5:35 
GeneralRe: Online cources for beginners Pin
Ennis Ray Lynch, Jr.23-Jul-10 5:35
Ennis Ray Lynch, Jr.23-Jul-10 5:35 
GeneralRe: Online cources for beginners Pin
PIEBALDconsult23-Jul-10 5:48
mvePIEBALDconsult23-Jul-10 5:48 
GeneralRe: Online cources for beginners Pin
Ennis Ray Lynch, Jr.23-Jul-10 5:53
Ennis Ray Lynch, Jr.23-Jul-10 5:53 
AnswerStart with what Micorosft created for beginners Pin
T M Gray23-Jul-10 6:21
T M Gray23-Jul-10 6:21 
GeneralRe: Start with what Micorosft created for beginners Pin
PIEBALDconsult23-Jul-10 6:59
mvePIEBALDconsult23-Jul-10 6:59 
GeneralRe: Start with what Micorosft created for beginners Pin
T M Gray23-Jul-10 8:16
T M Gray23-Jul-10 8:16 
GeneralRe: Start with what Micorosft created for beginners Pin
PIEBALDconsult23-Jul-10 9:15
mvePIEBALDconsult23-Jul-10 9:15 
AnswerRe: Online cources for beginners Pin
Ravi Bhavnani23-Jul-10 13:20
professionalRavi Bhavnani23-Jul-10 13:20 
GeneralRe: Online cources for beginners Pin
eiel23-Jul-10 22:59
eiel23-Jul-10 22:59 
GeneralRe: Online cources for beginners Pin
PIEBALDconsult25-Jul-10 6:04
mvePIEBALDconsult25-Jul-10 6:04 
GeneralRe: Online cources for beginners Pin
Ravi Bhavnani25-Jul-10 7:09
professionalRavi Bhavnani25-Jul-10 7:09 
QuestionTwo questions on Application Version information Pin
Dewald23-Jul-10 1:10
Dewald23-Jul-10 1:10 
AnswerRe: Two questions on Application Version information Pin
Yusuf23-Jul-10 4:01
Yusuf23-Jul-10 4:01 
AnswerRe: Two questions on Application Version information Pin
PIEBALDconsult23-Jul-10 5:13
mvePIEBALDconsult23-Jul-10 5:13 
AnswerRe: Two questions on Application Version information Pin
David Skelly23-Jul-10 6:13
David Skelly23-Jul-10 6:13 
Questionreading and replacing the ini files using c# Pin
varsh1223-Jul-10 0:58
varsh1223-Jul-10 0:58 
AnswerRe: reading and replacing the ini files using c# Pin
OriginalGriff23-Jul-10 1:21
mveOriginalGriff23-Jul-10 1:21 
GeneralRe: reading and replacing the ini files using c# Pin
varsh1223-Jul-10 2:13
varsh1223-Jul-10 2:13 
GeneralRe: reading and replacing the ini files using c# Pin
varsh1223-Jul-10 2:17
varsh1223-Jul-10 2:17 
GeneralRe: reading and replacing the ini files using c# Pin
Luc Pattyn23-Jul-10 2:38
sitebuilderLuc Pattyn23-Jul-10 2:38 
assuming the order is not important and all keys are unique, I would store all this "key=value" information into a Dictionary<key, value>. If order is relevant or duplicate keys could exist, a List<KeyValuePair<key, value>> could do. And use string type for key, and probably for value too.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.