Click here to Skip to main content
15,886,806 members
Home / Discussions / C#
   

C#

 
AnswerMSI Plessey Check digit calculation Pin
wi_mohitmca26-May-08 18:52
wi_mohitmca26-May-08 18:52 
GeneralRe: MSI Plessey Check digit calculation Pin
D i x y26-May-08 18:55
D i x y26-May-08 18:55 
QuestionWhat's the difference between string and String class ? Pin
Mohammad Dayyan26-May-08 13:27
Mohammad Dayyan26-May-08 13:27 
AnswerRe: What's the different between string and String class ? Pin
Colin Angus Mackay26-May-08 13:49
Colin Angus Mackay26-May-08 13:49 
GeneralRe: What's the different between string and String class ? Pin
Mohammad Dayyan26-May-08 14:12
Mohammad Dayyan26-May-08 14:12 
GeneralRe: What's the different between string and String class ? Pin
MarkB77726-May-08 15:20
MarkB77726-May-08 15:20 
GeneralRe: What's the different between string and String class ? Pin
Roger Alsing26-May-08 20:17
Roger Alsing26-May-08 20:17 
QuestionC# Equivalent to Java "Properties" Class Pin
K.L.K26-May-08 12:40
K.L.K26-May-08 12:40 
Java's Properties class (http://java.sun.com/javase/6/docs/api/java/util/Properties.html[^]) is an easy way to serialize a bunch of properties to and from a file. I am trying to port a Java application that makes heavy use of this class, to C#. What is the easiest way to emulate this behavior?

I thought about XML serialization, but that doesn't work because all the field names have to be specified in advance. Any ideas?
AnswerRe: C# Equivalent to Java "Properties" Class Pin
Colin Angus Mackay26-May-08 12:53
Colin Angus Mackay26-May-08 12:53 
GeneralRe: C# Equivalent to Java "Properties" Class Pin
K.L.K26-May-08 12:55
K.L.K26-May-08 12:55 
AnswerRe: C# Equivalent to Java "Properties" Class Pin
buchstaben26-May-08 21:07
buchstaben26-May-08 21:07 
Questionload user predefined control at runtime created form Pin
redspiderke26-May-08 11:11
redspiderke26-May-08 11:11 
AnswerRe: load user predefined control at runtime created form Pin
Anthony Mushrow26-May-08 13:05
professionalAnthony Mushrow26-May-08 13:05 
GeneralRe: load user predefined control at runtime created form Pin
redspiderke27-May-08 2:02
redspiderke27-May-08 2:02 
QuestionWrite binaryfile to table/dataset and then to XMLFile .... Pin
MaWeRic26-May-08 9:29
MaWeRic26-May-08 9:29 
AnswerRe: Write binaryfile to table/dataset and then to XMLFile .... Pin
Giorgi Dalakishvili26-May-08 9:46
mentorGiorgi Dalakishvili26-May-08 9:46 
AnswerRe: Write binaryfile to table/dataset and then to XMLFile .... Pin
Peter Josefsson Sweden27-May-08 16:01
Peter Josefsson Sweden27-May-08 16:01 
GeneralRe: Write binaryfile to table/dataset and then to XMLFile .... Pin
MaWeRic27-May-08 22:24
MaWeRic27-May-08 22:24 
GeneralRe: Write binaryfile to table/dataset and then to XMLFile .... Pin
Peter Josefsson Sweden28-May-08 2:12
Peter Josefsson Sweden28-May-08 2:12 
QuestionShould I implement IDisposable? Pin
DaveyM6926-May-08 7:28
professionalDaveyM6926-May-08 7:28 
AnswerRe: Should I implement IDisposable? Pin
N a v a n e e t h26-May-08 7:32
N a v a n e e t h26-May-08 7:32 
GeneralRe: Should I implement IDisposable? Pin
Scott Dorman26-May-08 7:48
professionalScott Dorman26-May-08 7:48 
GeneralRe: Should I implement IDisposable? Pin
N a v a n e e t h26-May-08 16:47
N a v a n e e t h26-May-08 16:47 
AnswerRe: Should I implement IDisposable? Pin
Scott Dorman26-May-08 7:47
professionalScott Dorman26-May-08 7:47 
GeneralRe: Should I implement IDisposable? Pin
DaveyM6926-May-08 7:59
professionalDaveyM6926-May-08 7:59 

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.