Click here to Skip to main content
15,922,145 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 
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 
It's close to the truth, but it's not truth.

software built with Microsoft's .Net (and later) compilers
creates executables in a "common format" that can be run through
commercially-available disassemblers to fully recover the original
source code.


False.

The original source code can not be recovered as it's not included in the compiled code.

Reverse engineering can recreate code that will do the same thing as the original code and will compile into an identical executable, but the recreated code will not be the same as the original source code.

the protection against this is to use scramblers.


False.

Scramblers provide some level of protection, but it's impossible to completely protect any code from reverse engineering.

---
Year happy = new Year(2007);

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.