Click here to Skip to main content
15,891,253 members
Home / Discussions / C#
   

C#

 
GeneralRe: Event Logging Pin
CWIZO5-Feb-06 19:57
CWIZO5-Feb-06 19:57 
Questionthe problem about mixed language(C#+vc.net) Pin
gary.ruan4-Feb-06 20:32
gary.ruan4-Feb-06 20:32 
QuestionDebug Visualizer Pin
Roger Alsing4-Feb-06 20:11
Roger Alsing4-Feb-06 20:11 
QuestionUse of Reflection Pin
Ashwani_kumar4-Feb-06 19:20
Ashwani_kumar4-Feb-06 19:20 
AnswerRe: Use of Reflection Pin
emran8344-Feb-06 19:29
emran8344-Feb-06 19:29 
GeneralRe: Use of Reflection Pin
S. Senthil Kumar4-Feb-06 19:57
S. Senthil Kumar4-Feb-06 19:57 
AnswerRe: Use of Reflection Pin
S. Senthil Kumar4-Feb-06 19:53
S. Senthil Kumar4-Feb-06 19:53 
AnswerRe: Use of Reflection Pin
leppie4-Feb-06 22:02
leppie4-Feb-06 22:02 
Ashwani_kumar wrote:
But what is the practical use of Reflection.


The use of reflection in base classes to find out whats happening in the inherit class is very practical, eg:

class Menu : Attribute {}

abstract class A
{
  // in ctr look for methods containing Menu
  // then simply USE that info for your use
}

class B
{
  [Menu]
  void Foo(){}
}


xacc.ide-0.1.2.3
Now with full keyboard customization

AnswerRe: Use of Reflection Pin
Colin Angus Mackay4-Feb-06 23:30
Colin Angus Mackay4-Feb-06 23:30 
QuestionSharing code over multiple sub domains? Pin
Highwave4-Feb-06 18:17
Highwave4-Feb-06 18:17 
AnswerRe: Sharing code over multiple sub domains? Pin
Guffa5-Feb-06 5:49
Guffa5-Feb-06 5:49 
Question2 tasks at the same time with Background Worker Pin
emran8344-Feb-06 17:21
emran8344-Feb-06 17:21 
AnswerRe: 2 tasks at the same time with Background Worker Pin
Ravi Bhavnani4-Feb-06 17:39
professionalRavi Bhavnani4-Feb-06 17:39 
GeneralRe: 2 tasks at the same time with Background Worker Pin
emran8344-Feb-06 19:42
emran8344-Feb-06 19:42 
GeneralRe: 2 tasks at the same time with Background Worker Pin
S. Senthil Kumar4-Feb-06 19:58
S. Senthil Kumar4-Feb-06 19:58 
GeneralRe: 2 tasks at the same time with Background Worker Pin
Ravi Bhavnani5-Feb-06 3:45
professionalRavi Bhavnani5-Feb-06 3:45 
QuestionTimed Backup Pin
Sean894-Feb-06 16:42
Sean894-Feb-06 16:42 
AnswerRe: Timed Backup Pin
Ravi Bhavnani4-Feb-06 17:31
professionalRavi Bhavnani4-Feb-06 17:31 
GeneralRe: Timed Backup Pin
Sean894-Feb-06 17:45
Sean894-Feb-06 17:45 
GeneralRe: Timed Backup Pin
Wayne Phipps5-Feb-06 2:35
Wayne Phipps5-Feb-06 2:35 
AnswerRe: Timed Backup Pin
Sean895-Feb-06 5:11
Sean895-Feb-06 5:11 
Questionsingle quote error in SQL Pin
emran8344-Feb-06 14:25
emran8344-Feb-06 14:25 
AnswerRe: single quote error in SQL Pin
Colin Angus Mackay4-Feb-06 15:16
Colin Angus Mackay4-Feb-06 15:16 
GeneralRe: single quote error in SQL Pin
emran8344-Feb-06 17:22
emran8344-Feb-06 17:22 
GeneralRe: single quote error in SQL Pin
S. Senthil Kumar4-Feb-06 19:59
S. Senthil Kumar4-Feb-06 19: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.