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

.NET (Core and Framework)

 
QuestionThings to do before making a .Net application commercial. Pin
kburman612-Apr-13 3:41
professionalkburman612-Apr-13 3:41 
AnswerRe: Things to do before making a .Net application commercial. Pin
Eddy Vluggen12-Apr-13 6:42
professionalEddy Vluggen12-Apr-13 6:42 
GeneralRe: Things to do before making a .Net application commercial. Pin
kburman612-Apr-13 6:54
professionalkburman612-Apr-13 6:54 
AnswerRe: Things to do before making a .Net application commercial. Pin
Abhinav S12-Apr-13 8:27
Abhinav S12-Apr-13 8:27 
GeneralRe: Things to do before making a .Net application commercial. Pin
kburman612-Apr-13 9:44
professionalkburman612-Apr-13 9:44 
GeneralRe: Things to do before making a .Net application commercial. Pin
jschell14-Apr-13 7:05
jschell14-Apr-13 7:05 
AnswerRe: Things to do before making a .Net application commercial. Pin
Abhinav S14-Apr-13 7:38
Abhinav S14-Apr-13 7:38 
AnswerRe: Things to do before making a .Net application commercial. Pin
Jasmine250119-Apr-13 10:03
Jasmine250119-Apr-13 10:03 
This is like locking the door to your house. Does it prevent somebody from knocking the door down with a bulldozer? No. It prevents them from getting EASY access to your house. A determined hacker can always crack your code - any code that can be run on the machine can be decompiled. You can encrypt your application, but the way that works is only the EXE file is encrypted - when the code is loaded into memory, it's decrypted and therefore understandable.

Your goal is to make it *not worth my time* to try to decompile your application. You need to make it so the official licensed version of your application is easier to get than the cracked version. Like locking the door to the house - you're not going to make it impossible to crack, just make it so difficult that it's easier to get the legit version. That way the only ones who will crack your app are the people who do that kind of thing for fun, and it won't hurt your app sales. Does anybody download the cracked Angry Birds? NO, because the licensed version is free.
GeneralRe: Things to do before making a .Net application commercial. Pin
kburman619-Apr-13 10:23
professionalkburman619-Apr-13 10:23 
GeneralRe: Things to do before making a .Net application commercial. Pin
Jasmine250119-Apr-13 10:53
Jasmine250119-Apr-13 10:53 
QuestionDatabase Security Design Pin
Bram van Kampen9-Apr-13 13:44
Bram van Kampen9-Apr-13 13:44 
AnswerRe: Database Security Design Pin
jschell10-Apr-13 8:27
jschell10-Apr-13 8:27 
GeneralRe: Database Security Design Pin
Bram van Kampen13-Apr-13 16:12
Bram van Kampen13-Apr-13 16:12 
GeneralRe: Database Security Design Pin
Jasmine250119-Apr-13 10:13
Jasmine250119-Apr-13 10:13 
AnswerRe: Database Security Design Pin
Jasmine250119-Apr-13 10:16
Jasmine250119-Apr-13 10:16 
QuestionWhy do we JIT compile everytime a program runs in.NET? Pin
Rob Philpott9-Apr-13 9:40
Rob Philpott9-Apr-13 9:40 
AnswerRe: Why do we JIT compile everytime a program runs in.NET? Pin
Pete O'Hanlon9-Apr-13 10:09
mvePete O'Hanlon9-Apr-13 10:09 
GeneralRe: Why do we JIT compile everytime a program runs in.NET? Pin
Rob Philpott9-Apr-13 21:44
Rob Philpott9-Apr-13 21:44 
GeneralRe: Why do we JIT compile everytime a program runs in.NET? Pin
Pete O'Hanlon9-Apr-13 21:48
mvePete O'Hanlon9-Apr-13 21:48 
GeneralRe: Why do we JIT compile everytime a program runs in.NET? Pin
Rob Philpott9-Apr-13 21:49
Rob Philpott9-Apr-13 21:49 
GeneralRe: Why do we JIT compile everytime a program runs in.NET? Pin
Pete O'Hanlon9-Apr-13 21:51
mvePete O'Hanlon9-Apr-13 21:51 
GeneralRe: Why do we JIT compile everytime a program runs in.NET? Pin
Rob Philpott9-Apr-13 23:48
Rob Philpott9-Apr-13 23:48 
GeneralRe: Why do we JIT compile everytime a program runs in.NET? Pin
Pete O'Hanlon9-Apr-13 23:54
mvePete O'Hanlon9-Apr-13 23:54 
AnswerRe: Why do we JIT compile everytime a program runs in.NET? Pin
jschell10-Apr-13 8:22
jschell10-Apr-13 8:22 
QuestionThe SELECT permission was denied on the object 'services', database 'mssqlsystemresource', schema 'sys'. Pin
Jak Anil9-Apr-13 6:44
Jak Anil9-Apr-13 6:44 

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.