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

C#

 
AnswerRe: Event Logging Pin
CWIZO5-Feb-06 1:00
CWIZO5-Feb-06 1:00 
GeneralRe: Event Logging Pin
engsrini5-Feb-06 19:03
engsrini5-Feb-06 19:03 
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 
Reflection doesn't allow you to look at the source code, it only allows you access to information about types in an assembly and provides an API to do things with them.

Disassemblers work by looking for the metadata information in the executable and reverse engineering IL back to the source language. This is possible because .NET is a managed environment and binaries must contain metadata and high level code to be able to be executed.

Regards
Senthil
_____________________________
My Blog | My Articles | WinMacro
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 
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 

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.