Click here to Skip to main content
15,892,965 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have developed a windows application and now want to make a demo for it.

What is the secure way of making demo?
I used MS-Sql as back end and c#.net as front end.

Thanking you
Posted
Updated 4-Jan-11 0:58am
v2
Comments
Estys 4-Jan-11 6:34am    
You mean to make a trial version that cannot be reverse-engineered?

1 solution

Create a video or powerpoint presentation.

.Net assemblies can easily be decompiled by tools like http://www.red-gate.com/products/dotnet-development/reflector/[^].

Even if you obfuscate the code, breaking a reasonable "protection" mechanism seems to be quite easy for those who put their mind to it.

Steinberg has tried really hard to protect their software (cubase and friends). Did it help?

It's either that or trust that the majority of the users is honest, and implement a simple protection mechanism.

Regards
Espen Harlinn
 
Share this answer
 
Comments
Dalek Dave 4-Jan-11 6:58am    
Good Answer.
thatraja 4-Jan-11 11:54am    
Good one

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900