Click here to Skip to main content
15,889,281 members
Home / Discussions / C#
   

C#

 
AnswerRe: 1K Mifare Card Pin
J imran25-Nov-09 2:01
J imran25-Nov-09 2:01 
Question[Message Deleted] Pin
arnold_w7-Aug-08 6:18
arnold_w7-Aug-08 6:18 
AnswerRe: No UART events when I put the "GUI-thread" into sleep Pin
arnold_w11-Aug-08 3:54
arnold_w11-Aug-08 3:54 
Questionsimple cursor question Pin
bfis1081377-Aug-08 5:42
bfis1081377-Aug-08 5:42 
AnswerRe: simple cursor question Pin
eyal_balla7-Aug-08 5:44
eyal_balla7-Aug-08 5:44 
GeneralRe: simple cursor question Pin
bfis1081377-Aug-08 5:47
bfis1081377-Aug-08 5:47 
AnswerRe: simple cursor question Pin
Manas Bhardwaj7-Aug-08 5:44
professionalManas Bhardwaj7-Aug-08 5:44 
QuestionReflection Pin
damianrda7-Aug-08 4:52
damianrda7-Aug-08 4:52 
Hi guys, bit of a problem here, im attempting to write an orm layer for myself and i cant seem to figure this one out.

i style class properties with a custom attribute:

[ORMProperty("ID")]
public int ID { get; set; }

[ORMProperty("Name", typeof(Name))]
public Name CustomerName { get; set; }


normally i would use: Name wtf = Name.Deserialize("SOMEBASE64SERIALIZEDSTIRNG"); to create the string back into a class. now, what i would like to do is take the value of the typeof() while doing the reflection, create an instance of that class, call its .Deserialize(), and then set the result as the appropriate reference to that property.
AnswerRe: Reflection Pin
led mike7-Aug-08 5:02
led mike7-Aug-08 5:02 
QuestionHow do i disable Horizontal scroll in autoscroll mode Pin
eyal_balla7-Aug-08 4:37
eyal_balla7-Aug-08 4:37 
Questionwrite file question Pin
mahraja7-Aug-08 3:31
mahraja7-Aug-08 3:31 
JokeRe: write file question PinPopular
leppie7-Aug-08 3:33
leppie7-Aug-08 3:33 
JokeRe: write file question Pin
PIEBALDconsult7-Aug-08 3:42
mvePIEBALDconsult7-Aug-08 3:42 
AnswerRe: write file question Pin
Alan Balkany7-Aug-08 3:43
Alan Balkany7-Aug-08 3:43 
GeneralRe: write file question Pin
PIEBALDconsult7-Aug-08 3:47
mvePIEBALDconsult7-Aug-08 3:47 
GeneralRe: write file question Pin
Alan Balkany7-Aug-08 3:52
Alan Balkany7-Aug-08 3:52 
AnswerRe: write file question Pin
#realJSOP7-Aug-08 4:09
mve#realJSOP7-Aug-08 4:09 
GeneralRe: write file question Pin
Wes Aday7-Aug-08 4:11
professionalWes Aday7-Aug-08 4:11 
GeneralRe: write file question Pin
#realJSOP7-Aug-08 4:18
mve#realJSOP7-Aug-08 4:18 
GeneralRe: write file question - OT Pin
Wes Aday7-Aug-08 8:57
professionalWes Aday7-Aug-08 8:57 
JokeRe: write file question Pin
darkelv7-Aug-08 19:30
darkelv7-Aug-08 19:30 
QuestionProblem with Byte Pin
softwarejaeger7-Aug-08 3:17
softwarejaeger7-Aug-08 3:17 
AnswerRe: Problem with Byte Pin
leppie7-Aug-08 3:32
leppie7-Aug-08 3:32 
GeneralRe: Problem with Byte Pin
softwarejaeger7-Aug-08 3:36
softwarejaeger7-Aug-08 3:36 
GeneralRe: Problem with Byte Pin
leppie7-Aug-08 3:43
leppie7-Aug-08 3:43 

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.