Click here to Skip to main content
15,893,594 members
Home / Discussions / C#
   

C#

 
QuestionProgrammatically determine if Framework 2.0 Full trust is set or not? Pin
pranu_1324-Nov-07 0:52
pranu_1324-Nov-07 0:52 
AnswerRe: Programmatically determine if Framework 2.0 Full trust is set or not? Pin
Judah Gabriel Himango24-Nov-07 8:25
sponsorJudah Gabriel Himango24-Nov-07 8:25 
Questionhow to pervent to see my code in a dll file? Pin
mehran.asg24-Nov-07 0:46
mehran.asg24-Nov-07 0:46 
AnswerRe: how to pervent to see my code in a dll file? Pin
Andrei Ungureanu24-Nov-07 0:54
Andrei Ungureanu24-Nov-07 0:54 
GeneralRe: how to pervent to see my code in a dll file? Pin
mehran.asg24-Nov-07 1:03
mehran.asg24-Nov-07 1:03 
GeneralRe: how to pervent to see my code in a dll file? Pin
Anthony Mushrow24-Nov-07 2:03
professionalAnthony Mushrow24-Nov-07 2:03 
GeneralRe: how to pervent to see my code in a dll file? Pin
mehran.asg24-Nov-07 3:25
mehran.asg24-Nov-07 3:25 
AnswerRe: how to pervent to see my code in a dll file? Pin
MohammadAmiry24-Nov-07 1:03
MohammadAmiry24-Nov-07 1:03 
As Andrei said, ofuscating prevents your codes to be decomplied (to some extent).

But remember that when you use the source of the dll (i.e. class.cs) in your project file, in fact no dll is built!! The source code is compiled and linked into your executable file!!
This is where the difference comes from.

GeneralRe: how to pervent to see my code in a dll file? Pin
mehran.asg24-Nov-07 1:13
mehran.asg24-Nov-07 1:13 
GeneralRe: how to pervent to see my code in a dll file? Pin
Paul Conrad24-Nov-07 4:47
professionalPaul Conrad24-Nov-07 4:47 
Questionhow to declare a method for a property Pin
mehran.asg24-Nov-07 0:30
mehran.asg24-Nov-07 0:30 
AnswerRe: how to declare a method for a property Pin
Andrei Ungureanu24-Nov-07 0:44
Andrei Ungureanu24-Nov-07 0:44 
GeneralRe: how to declare a method for a property Pin
mehran.asg24-Nov-07 0:52
mehran.asg24-Nov-07 0:52 
AnswerRe: how to declare a method for a property Pin
MohammadAmiry24-Nov-07 0:56
MohammadAmiry24-Nov-07 0:56 
QuestionReading ASCII file from the end?! Pin
MohammadAmiry24-Nov-07 0:26
MohammadAmiry24-Nov-07 0:26 
AnswerRe: Reading ASCII file from the end?! Pin
Anthony Mushrow24-Nov-07 2:00
professionalAnthony Mushrow24-Nov-07 2:00 
GeneralRe: Reading ASCII file from the end?! Pin
PIEBALDconsult24-Nov-07 3:24
mvePIEBALDconsult24-Nov-07 3:24 
GeneralRe: Reading ASCII file from the end?! Pin
MohammadAmiry24-Nov-07 23:07
MohammadAmiry24-Nov-07 23:07 
Question.NET PDF Library Pin
zafersavas23-Nov-07 23:13
zafersavas23-Nov-07 23:13 
AnswerRe: .NET PDF Library Pin
Paul Conrad25-Nov-07 9:18
professionalPaul Conrad25-Nov-07 9:18 
Questionautocompletecustomsource problem Pin
haseeb_saeed23-Nov-07 21:43
haseeb_saeed23-Nov-07 21:43 
QuestionMail matter form a datagrid Pin
new2pgrmg23-Nov-07 21:38
new2pgrmg23-Nov-07 21:38 
AnswerRe: Mail matter form a datagrid Pin
haseeb_saeed23-Nov-07 21:55
haseeb_saeed23-Nov-07 21:55 
GeneralRe: Mail matter form a datagrid Pin
new2pgrmg23-Nov-07 22:06
new2pgrmg23-Nov-07 22:06 
Questionactive control Pin
Thaer Hamael23-Nov-07 21:31
Thaer Hamael23-Nov-07 21:31 

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.