Click here to Skip to main content
15,888,315 members
Home / Discussions / C#
   

C#

 
GeneralRe: Networking connection Pin
Eddy Vluggen6-Jul-12 5:01
professionalEddy Vluggen6-Jul-12 5:01 
AnswerRe: Networking connection Pin
jschell6-Jul-12 11:12
jschell6-Jul-12 11:12 
GeneralAlgorithm to handle overlapping appointments Pin
Dick de Zeeuw6-Jul-12 1:02
Dick de Zeeuw6-Jul-12 1:02 
GeneralRe: Algorithm to handle overlapping appointments Pin
Dave Kreskowiak6-Jul-12 4:52
mveDave Kreskowiak6-Jul-12 4:52 
GeneralC# 2010 files Pin
sc steinhayse5-Jul-12 10:49
sc steinhayse5-Jul-12 10:49 
GeneralRe: C# 2010 files Pin
Dave Kreskowiak5-Jul-12 12:01
mveDave Kreskowiak5-Jul-12 12:01 
GeneralRe: C# 2010 files Pin
sc steinhayse5-Jul-12 16:23
sc steinhayse5-Jul-12 16:23 
GeneralRe: C# 2010 files Pin
OriginalGriff5-Jul-12 20:39
mveOriginalGriff5-Jul-12 20:39 
Reflector already knows it is in MSIL - it looks at the content and works that out for itself.

You will never get the exact code written in C# when it is decompiled, unless the DLL is compiled for debugging. The chances are that the DLL you are looking at is compiled for release (as it should be) in which case the optimiser has already moved things around. In addition, it may well be obfuscated - a process which is designed to prevent people like you from getting a good look at the original source code by making it as difficult to read as possible.

Where files are installed is up to the person who wrote the application to a certain extent, so they aren't necessarily installed in a particular location.

Why do I get the feeling you are trying to rip off code from some hard working developer?
Ideological Purity is no substitute for being able to stick your thumb down a pipe to stop the water

GeneralRe: C# 2010 files Pin
Abhinav S5-Jul-12 16:19
Abhinav S5-Jul-12 16:19 
GeneralRe: C# 2010 files Pin
Pete O'Hanlon6-Jul-12 6:47
mvePete O'Hanlon6-Jul-12 6:47 
QuestionTo create scorm package in c# Pin
Harjeetnew5-Jul-12 0:43
Harjeetnew5-Jul-12 0:43 
AnswerRe: To create scorm package in c# - Repost Pin
Richard MacCutchan5-Jul-12 3:36
mveRichard MacCutchan5-Jul-12 3:36 
AnswerRe: To create scorm package in c# Pin
Abhinav S5-Jul-12 6:26
Abhinav S5-Jul-12 6:26 
GeneralRe: To create scorm package in c# Pin
glennPattonWork36-Jul-12 5:24
professionalglennPattonWork36-Jul-12 5:24 
Questionasynchronous Operation Pin
rikah4-Jul-12 23:31
rikah4-Jul-12 23:31 
AnswerRe: asynchronous Operation Pin
Pete O'Hanlon4-Jul-12 23:38
mvePete O'Hanlon4-Jul-12 23:38 
AnswerRe: asynchronous Operation Pin
Midnight Ahri4-Jul-12 23:49
Midnight Ahri4-Jul-12 23:49 
Questionvirtual port Pin
Anita Salunkhe4-Jul-12 22:58
Anita Salunkhe4-Jul-12 22:58 
AnswerRe: virtual port Pin
Midnight Ahri4-Jul-12 23:12
Midnight Ahri4-Jul-12 23:12 
GeneralRe: virtual port Pin
Pete O'Hanlon4-Jul-12 23:27
mvePete O'Hanlon4-Jul-12 23:27 
GeneralRe: virtual port Pin
Midnight Ahri4-Jul-12 23:32
Midnight Ahri4-Jul-12 23:32 
GeneralRe: virtual port Pin
Dave Kreskowiak5-Jul-12 4:42
mveDave Kreskowiak5-Jul-12 4:42 
GeneralRe: virtual port Pin
Pete O'Hanlon5-Jul-12 5:48
mvePete O'Hanlon5-Jul-12 5:48 
GeneralRe: virtual port Pin
Dave Kreskowiak5-Jul-12 6:43
mveDave Kreskowiak5-Jul-12 6:43 
AnswerRe: virtual port Pin
Pete O'Hanlon4-Jul-12 23:26
mvePete O'Hanlon4-Jul-12 23:26 

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.