Click here to Skip to main content
16,005,037 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Generalon secondary topic Pin
Luc Pattyn18-Sep-09 2:21
sitebuilderLuc Pattyn18-Sep-09 2:21 
GeneralRe: on secondary topic Pin
Brady Kelly18-Sep-09 3:12
Brady Kelly18-Sep-09 3:12 
GeneralRe: Fixed length record file library Pin
Henry Minute18-Sep-09 3:31
Henry Minute18-Sep-09 3:31 
QuestionFailed to decrypt Password using RsaProtectedConfigurationProvider Pin
Sourabh N18-Sep-09 1:27
Sourabh N18-Sep-09 1:27 
QuestionHow to prevent decompilation of vb.net exe or dll? Pin
savitri18-Sep-09 0:25
savitri18-Sep-09 0:25 
AnswerRe: How to prevent decompilation of vb.net exe or dll? Pin
Not Active18-Sep-09 1:51
mentorNot Active18-Sep-09 1:51 
AnswerRe: How to prevent decompilation of vb.net exe or dll? Pin
Arun Jacob18-Sep-09 2:03
Arun Jacob18-Sep-09 2:03 
AnswerRe: How to prevent decompilation of vb.net exe or dll? Pin
bindasrakesh29-Nov-10 21:59
bindasrakesh29-Nov-10 21:59 
By design .NET embeds rich Meta data inside the executable code using MSIL. Anyone can easily decompile your DLL back using tools like ILDASM (owned by Microsoft) or Reflector for.NET which is a third party. Secondly there are many third party tools which make this decompiling process a click away. So any one can easily look in to your assemblies and reverse engineer them back in to actual source code and understand some real good logic which can make it easy to crack your application.

The process by which you can stop this reverse engineering is using “obfuscation”. It’s a technique which will foil the de compilers. There are many third parties (XenoCode, Demeanor for .NET) which provide .NET obfuscation solution. Microsoft includes one that is Dotfuscator Community Edition with Visual Studio.NET
lklklhjsdg

QuestionMOSS Pin
Gunjan pandey17-Sep-09 23:09
Gunjan pandey17-Sep-09 23:09 
AnswerRe: MOSS Pin
Richard MacCutchan17-Sep-09 23:55
mveRichard MacCutchan17-Sep-09 23:55 
AnswerRe: MOSS Pin
Not Active18-Sep-09 1:50
mentorNot Active18-Sep-09 1:50 
Questionhow to pass excel application object to automation object? Pin
SRKSHOME17-Sep-09 20:50
SRKSHOME17-Sep-09 20:50 
AnswerRe: how to pass excel application object to automation object? Pin
Richard MacCutchan17-Sep-09 22:54
mveRichard MacCutchan17-Sep-09 22:54 
QuestionHow to deserialize on top of an existing object? Pin
RichardM117-Sep-09 16:49
RichardM117-Sep-09 16:49 
QuestionLinkDemands and FxCop [modified] Pin
Gideon Engelberth17-Sep-09 4:54
Gideon Engelberth17-Sep-09 4:54 
QuestionGetting the current Windows Session user from a different User Domain Pin
Tristan Rhodes16-Sep-09 6:30
Tristan Rhodes16-Sep-09 6:30 
GeneralVS SDK: How to apply additional formatting after (not instead) default colorization. Pin
Sergiy Sakharov16-Sep-09 3:58
Sergiy Sakharov16-Sep-09 3:58 
Questionupzip a folder in vb.net Pin
nicetohaveyou15-Sep-09 21:36
nicetohaveyou15-Sep-09 21:36 
AnswerRe: upzip a folder in vb.net Pin
Eddy Vluggen16-Sep-09 5:16
professionalEddy Vluggen16-Sep-09 5:16 
QuestionWeb Camera settings Pin
Raj Jayaswal15-Sep-09 6:56
Raj Jayaswal15-Sep-09 6:56 
AnswerRe: Web Camera settings Pin
Manas Bhardwaj16-Sep-09 8:45
professionalManas Bhardwaj16-Sep-09 8:45 
QuestionDo Microsoft .NET Certificates Expire ? Pin
Hristiyan15-Sep-09 2:48
Hristiyan15-Sep-09 2:48 
AnswerRe: Do Microsoft .NET Certificates Expire ? Pin
Kevin McFarlane15-Sep-09 3:26
Kevin McFarlane15-Sep-09 3:26 
GeneralRe: Do Microsoft .NET Certificates Expire ? Pin
Not Active15-Sep-09 6:58
mentorNot Active15-Sep-09 6:58 
GeneralRe: Do Microsoft .NET Certificates Expire ? Pin
Kevin McFarlane15-Sep-09 8:01
Kevin McFarlane15-Sep-09 8:01 

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.