Click here to Skip to main content
15,923,015 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: DataBinding the UI control to the array element ? Pin
Patrick Sky24-Jan-07 21:02
Patrick Sky24-Jan-07 21:02 
QuestionSharing A Folder through WebApplication In .Net Pin
Nagaraju_Focus24-Jan-07 19:42
Nagaraju_Focus24-Jan-07 19:42 
Questionfrom .NET to src code (and all points between...) Pin
john john mackey24-Jan-07 8:22
john john mackey24-Jan-07 8:22 
AnswerRe: from .NET to src code (and all points between...) Pin
Pete O'Hanlon24-Jan-07 9:26
mvePete O'Hanlon24-Jan-07 9:26 
Simplistically, code written against .NET is compiled into IL (intermediate language). This IL can be reversed back into source code. Obfuscators can be used to make this reversing much more complicated.

Now, it is important to note that no source code (in any language) is 100% safe from reverse-engineering. Given the time/motivation you can reverse any source.


the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer

Deja View - the feeling that you've seen this post before.

GeneralRe: from .NET to src code (and all points between...) Pin
john john mackey24-Jan-07 12:02
john john mackey24-Jan-07 12:02 
GeneralRe: from .NET to src code (and all points between...) Pin
Pete O'Hanlon24-Jan-07 22:36
mvePete O'Hanlon24-Jan-07 22:36 
GeneralRe: from .NET to src code (and all points between...) Pin
john john mackey26-Jan-07 10:14
john john mackey26-Jan-07 10:14 
AnswerRe: from .NET to src code (and all points between...) Pin
Guffa24-Jan-07 23:19
Guffa24-Jan-07 23:19 
QuestionCan I customize the paper size and print a crystal report Pin
indian14323-Jan-07 17:57
indian14323-Jan-07 17:57 
QuestionIs .Net 2.0 is backward compatible with .Net 1.1? Pin
Sunil Jampa23-Jan-07 17:17
Sunil Jampa23-Jan-07 17:17 
AnswerRe: Is .Net 2.0 is backward compatible with .Net 1.1? Pin
Christian Graus23-Jan-07 17:33
protectorChristian Graus23-Jan-07 17:33 
QuestionRe: Is .Net 2.0 is backward compatible with .Net 1.1? Pin
Sunil Jampa23-Jan-07 18:08
Sunil Jampa23-Jan-07 18:08 
AnswerRe: Is .Net 2.0 is backward compatible with .Net 1.1? Pin
Christian Graus23-Jan-07 18:16
protectorChristian Graus23-Jan-07 18:16 
QuestionRe: Is .Net 2.0 is backward compatible with .Net 1.1? Pin
Sunil Jampa23-Jan-07 18:48
Sunil Jampa23-Jan-07 18:48 
AnswerRe: Is .Net 2.0 is backward compatible with .Net 1.1? Pin
Tim Paaschen23-Jan-07 19:29
Tim Paaschen23-Jan-07 19:29 
AnswerRe: Is .Net 2.0 is backward compatible with .Net 1.1? Pin
Rudolf Jan25-Jan-07 1:16
Rudolf Jan25-Jan-07 1:16 
AnswerRe: Is .Net 2.0 is backward compatible with .Net 1.1? Pin
Robert Rohde23-Jan-07 20:55
Robert Rohde23-Jan-07 20:55 
AnswerRe: Is .Net 2.0 is backward compatible with .Net 1.1? Pin
lmoelleb24-Jan-07 0:20
lmoelleb24-Jan-07 0:20 
GeneralRe: Is .Net 2.0 is backward compatible with .Net 1.1? Pin
Rob Graham24-Jan-07 10:23
Rob Graham24-Jan-07 10:23 
QuestionUsing BindingSource to edit stuff in a DataGridView Pin
Heavy Storm23-Jan-07 10:00
Heavy Storm23-Jan-07 10:00 
AnswerRe: Using BindingSource to edit stuff in a DataGridView Pin
Robert Rohde23-Jan-07 21:51
Robert Rohde23-Jan-07 21:51 
QuestionHandling Dispose when using unmanaged code Pin
AlexZieg7123-Jan-07 8:30
AlexZieg7123-Jan-07 8:30 
AnswerRe: Handling Dispose when using unmanaged code Pin
Dan Neely23-Jan-07 9:04
Dan Neely23-Jan-07 9:04 
AnswerRe: Handling Dispose when using unmanaged code Pin
Guffa23-Jan-07 11:37
Guffa23-Jan-07 11:37 
GeneralRe: Handling Dispose when using unmanaged code Pin
Tim Paaschen23-Jan-07 19:54
Tim Paaschen23-Jan-07 19:54 

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.