Click here to Skip to main content
15,921,941 members
Home / Discussions / C#
   

C#

 
AnswerRe: modifyable html control Pin
Eddy Vluggen30-Mar-12 8:02
professionalEddy Vluggen30-Mar-12 8:02 
QuestionCheck for empty DateTimeInput in c# Pin
nhanlaptrinh29-Mar-12 20:01
nhanlaptrinh29-Mar-12 20:01 
AnswerRe: Check for empty DateTimeInput in c# Pin
kiran605329-Mar-12 20:10
kiran605329-Mar-12 20:10 
AnswerRe: Check for empty DateTimeInput in c# Pin
OriginalGriff29-Mar-12 22:39
mveOriginalGriff29-Mar-12 22:39 
GeneralRe: Check for empty DateTimeInput in c# Pin
nhanlaptrinh30-Mar-12 1:25
nhanlaptrinh30-Mar-12 1:25 
Questionmultithreading control and management Pin
nasser_ali29-Mar-12 11:06
nasser_ali29-Mar-12 11:06 
AnswerRe: multithreading control and management Pin
Ravi Bhavnani29-Mar-12 11:11
professionalRavi Bhavnani29-Mar-12 11:11 
Questionmaking parllel for loop with uses of all processor Pin
KUNWAR99929-Mar-12 8:52
KUNWAR99929-Mar-12 8:52 
AnswerRe: making parllel for loop with uses of all processor Pin
Eddy Vluggen29-Mar-12 9:05
professionalEddy Vluggen29-Mar-12 9:05 
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 Pin
Matt U.29-Mar-12 7:21
Matt U.29-Mar-12 7:21 

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.