Click here to Skip to main content
15,891,529 members
Home / Discussions / C#
   

C#

 
GeneralRe: MVP and Validation in C# and ASP.Net Pin
martin_hughes11-Jul-07 9:38
martin_hughes11-Jul-07 9:38 
GeneralRe: MVP and Validation in C# and ASP.Net Pin
Pete O'Hanlon11-Jul-07 11:40
mvePete O'Hanlon11-Jul-07 11:40 
AnswerRe: MVP and Validation in C# and ASP.Net Pin
Kevin McFarlane11-Jul-07 12:53
Kevin McFarlane11-Jul-07 12:53 
Questionobsfucation Pin
snorkie11-Jul-07 8:42
professionalsnorkie11-Jul-07 8:42 
AnswerRe: obsfucation Pin
Judah Gabriel Himango11-Jul-07 12:52
sponsorJudah Gabriel Himango11-Jul-07 12:52 
GeneralRe: obsfucation Pin
snorkie11-Jul-07 16:49
professionalsnorkie11-Jul-07 16:49 
GeneralRe: obsfucation Pin
Judah Gabriel Himango12-Jul-07 4:53
sponsorJudah Gabriel Himango12-Jul-07 4:53 
AnswerRe: obsfucation Pin
Vega0212-Jul-07 21:28
Vega0212-Jul-07 21:28 
I don't have any experience with them myself, but nearly everything I've heard about them is negative. The general consensus seems to be that if you have a piece of code you'd really like to protect, you have two options:

1. Put it in an unmanaged DLL, then invoke its methods from your managed program. This isn't perfect, but disassembling unmanaged code is less trivial than disassembling managed code.

2. Don't even ship the secure binary. Keep it in a safe location - i.e. on your web server, and have the client make web calls to your service. This is the ideal solution, as you don't have to worry about obfuscation. The client never even has access to your binary! Of course, this solution is only appropriate for a very limited number of scenarios. Your clients need constant network access to make this work.

Good luck!
Questionmovable rectangle on image Pin
R.Myers11-Jul-07 7:37
R.Myers11-Jul-07 7:37 
AnswerRe: movable rectangle on image Pin
User 665811-Jul-07 8:05
User 665811-Jul-07 8:05 
AnswerRe: movable rectangle on image Pin
PhilDanger11-Jul-07 8:25
PhilDanger11-Jul-07 8:25 
GeneralRe: movable rectangle on image Pin
R.Myers11-Jul-07 9:01
R.Myers11-Jul-07 9:01 
QuestionC# enum with string arrays Pin
saymajum11-Jul-07 6:51
saymajum11-Jul-07 6:51 
AnswerRe: C# enum with string arrays Pin
MidwestLimey11-Jul-07 6:59
professionalMidwestLimey11-Jul-07 6:59 
AnswerRe: C# enum with string arrays Pin
PIEBALDconsult11-Jul-07 10:56
mvePIEBALDconsult11-Jul-07 10:56 
Questionerror handle [modified] Pin
daku111-Jul-07 6:44
daku111-Jul-07 6:44 
AnswerRe: error handle Pin
MidwestLimey11-Jul-07 6:57
professionalMidwestLimey11-Jul-07 6:57 
QuestionMembership.HashAlgorithmType Property Pin
Brendan Vogt11-Jul-07 6:22
Brendan Vogt11-Jul-07 6:22 
AnswerRe: Membership.HashAlgorithmType Property Pin
Luc Pattyn11-Jul-07 6:29
sitebuilderLuc Pattyn11-Jul-07 6:29 
GeneralRe: Membership.HashAlgorithmType Property Pin
Brendan Vogt11-Jul-07 6:36
Brendan Vogt11-Jul-07 6:36 
AnswerRe: Membership.HashAlgorithmType Property Pin
ruanr11-Jul-07 20:44
ruanr11-Jul-07 20:44 
QuestionSQL script [modified] Pin
kibromg11-Jul-07 6:04
kibromg11-Jul-07 6:04 
AnswerRe: SQL script Pin
MidwestLimey11-Jul-07 7:06
professionalMidwestLimey11-Jul-07 7:06 
QuestionXML in c# Pin
Raymond_P*11-Jul-07 5:56
Raymond_P*11-Jul-07 5:56 
AnswerRe: XML in c# Pin
Jimmanuel11-Jul-07 6:20
Jimmanuel11-Jul-07 6:20 

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.