Click here to Skip to main content
15,887,421 members
Home / Discussions / C#
   

C#

 
GeneralRe: making parllel for loop with uses of all processor Pin
KUNWAR99930-Mar-12 7:13
KUNWAR99930-Mar-12 7:13 
AnswerRe: making parllel for loop with uses of all processor Pin
Eddy Vluggen30-Mar-12 8:02
professionalEddy Vluggen30-Mar-12 8:02 
GeneralRe: making parllel for loop with uses of all processor Pin
KUNWAR99930-Mar-12 8:14
KUNWAR99930-Mar-12 8:14 
QuestionRe: making parllel for loop with uses of all processor Pin
Eddy Vluggen30-Mar-12 8:26
professionalEddy Vluggen30-Mar-12 8:26 
QuestionUsing Reflections Pin
SFORavi29-Mar-12 8:21
SFORavi29-Mar-12 8:21 
AnswerRe: Using Reflections Pin
PIEBALDconsult29-Mar-12 8:41
mvePIEBALDconsult29-Mar-12 8:41 
AnswerRe: Using Reflections Pin
Ravi Bhavnani29-Mar-12 11:13
professionalRavi Bhavnani29-Mar-12 11:13 
AnswerRe: Using Reflections Pin
RobCroll29-Mar-12 16:56
RobCroll29-Mar-12 16:56 
Reflection allows you to look at compiled .NET classes and assemblies and discover their classes and members (fields, properties, methods and events). Once discovered you can interact with these members, such as assigning values to properties etc.

It is unusual to use reflection in everyday programming. However if you were creating developer tools you may see a use for reflection.

Some classic examples where reflection is used include unit testing, documentation creation and code validation.

Reflection can also discover attributes. If you're familiar with XmlSerialization, reflection is used to read the attributes to determine which fields to serialize and which to ignore.

Others have given links for more information.
"You get that on the big jobs."

GeneralRe: Using Reflections Pin
CDP180229-Mar-12 23:06
CDP180229-Mar-12 23:06 
AnswerRe: Using Reflections Pin
Abhinav S29-Mar-12 19:25
Abhinav S29-Mar-12 19:25 
Questionlabel problem Pin
KUNWAR99929-Mar-12 6:57
KUNWAR99929-Mar-12 6:57 
AnswerRe: label problem Pin
fjdiewornncalwe29-Mar-12 7:02
professionalfjdiewornncalwe29-Mar-12 7:02 
GeneralRe: label problem Pin
KUNWAR99929-Mar-12 7:20
KUNWAR99929-Mar-12 7:20 
AnswerRe: label problem Pin
Matt U.29-Mar-12 7:14
Matt U.29-Mar-12 7:14 
GeneralRe: label problem Pin
KUNWAR99929-Mar-12 7:19
KUNWAR99929-Mar-12 7:19 
GeneralRe: label problem PinPopular
Matt U.29-Mar-12 7:21
Matt U.29-Mar-12 7:21 
GeneralRe: label problem Pin
KUNWAR99929-Mar-12 7:41
KUNWAR99929-Mar-12 7:41 
GeneralRe: label problem Pin
BobJanova29-Mar-12 23:54
BobJanova29-Mar-12 23:54 
GeneralRe: label problem Pin
GenJerDan29-Mar-12 8:04
GenJerDan29-Mar-12 8:04 
GeneralRe: label problem Pin
Matt U.29-Mar-12 9:43
Matt U.29-Mar-12 9:43 
Generalshutdown Pin
shailendrahere7829-Mar-12 6:19
shailendrahere7829-Mar-12 6:19 
GeneralRe: shutdown PinPopular
Not Active29-Mar-12 6:22
mentorNot Active29-Mar-12 6:22 
GeneralRe: shutdown Pin
PIEBALDconsult29-Mar-12 7:35
mvePIEBALDconsult29-Mar-12 7:35 
GeneralRe: shutdown Pin
Not Active29-Mar-12 8:05
mentorNot Active29-Mar-12 8:05 
AnswerRe: shutdown Pin
Ravi Bhavnani29-Mar-12 11:14
professionalRavi Bhavnani29-Mar-12 11:14 

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.