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

.NET (Core and Framework)

 
GeneralRe: faster C++ .NET webclient usage? Pin
T210214-Jun-10 19:24
T210214-Jun-10 19:24 
QuestionDatabase or no database in Software development? Pin
cyberexel12-Jun-10 18:33
cyberexel12-Jun-10 18:33 
AnswerRe: Database or no database in Software development? Pin
Dave Kreskowiak13-Jun-10 5:25
mveDave Kreskowiak13-Jun-10 5:25 
AnswerRe: Database or no database in Software development? Pin
PIEBALDconsult13-Jun-10 18:51
mvePIEBALDconsult13-Jun-10 18:51 
GeneralRe: Database or no database in Software development? Pin
cyberexel14-Jun-10 23:10
cyberexel14-Jun-10 23:10 
GeneralRe: Database or no database in Software development? Pin
PIEBALDconsult15-Jun-10 3:10
mvePIEBALDconsult15-Jun-10 3:10 
GeneralRe: Database or no database in Software development? Pin
Eddy Vluggen15-Jun-10 3:36
professionalEddy Vluggen15-Jun-10 3:36 
GeneralRe: Database or no database in Software development? Pin
Dave Kreskowiak15-Jun-10 5:35
mveDave Kreskowiak15-Jun-10 5:35 
cyberexel wrote:
1. I am really curious to know how else i will manage my software data if not in a database.


How about writing your data to files?? The format is up to you and your applications requirements.

cyberexel wrote:
i think getting the database is a very good start for an intending pirate.


Nothing could be further from the truth. Using a database engine is in no way copy-protection. A database is just a place to store and process data, usually sharing it among instances of one or more applications. Thats it. There is no copy-protection afforded by using a database.


cyberexel wrote:
2. You mentioned that if they 'dont know the password' an sql database might be safe


The DATA may be safe, not the application.

cyberexel wrote:
how else will they not be able to open mine if it stays in their server?


You cannot prevent this at all. The SA account, or equivilent, has "God Rights" to everything on that SQL Server.


cyberexel wrote:
how do it hide it


You don't.



Look, if copy protection is your big fear, you're wasting your time. The entire software industry has blown billions of dollars on this over the years and still can't prevent unauthorized copying. You have no hope of achieving what they have failed to do.

There are libraries and services out there that will slow down someone cracking your app, but it's inevitable. The only thing you're going to stop is the "casual" home user, who doesn't know anything about computers, from copying your app. But, these libraries and services all cost YOU money to use. Is it really worth it?

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




AnswerRe: Database or no database in Software development? Pin
T M Gray15-Jun-10 8:17
T M Gray15-Jun-10 8:17 
QuestionJoin computer to domain using vb.net Pin
SIFNOk12-Jun-10 7:43
SIFNOk12-Jun-10 7:43 
AnswerRe: Join computer to domain using vb.net Pin
Abhinav S12-Jun-10 22:09
Abhinav S12-Jun-10 22:09 
AnswerRe: Join computer to domain using vb.net Pin
Rob Branaghan28-Apr-11 0:20
Rob Branaghan28-Apr-11 0:20 
AnswerrootSearch = New DirectorySearcher(root) Pin
Mike Phares Jr11-Jun-10 20:45
Mike Phares Jr11-Jun-10 20:45 
GeneralRe: rootSearch = New DirectorySearcher(root) Pin
saini arun11-Jun-10 20:57
saini arun11-Jun-10 20:57 
GeneralRe: rootSearch = New DirectorySearcher(root) Pin
Abhinav S12-Jun-10 6:04
Abhinav S12-Jun-10 6:04 
GeneralRe: rootSearch = New DirectorySearcher(root) Pin
Pete O'Hanlon12-Jun-10 9:10
mvePete O'Hanlon12-Jun-10 9:10 
QuestionMLM TREE Pin
vijayksh11110-Jun-10 7:18
vijayksh11110-Jun-10 7:18 
AnswerRe: MLM TREE Pin
Dr.Walt Fair, PE10-Jun-10 7:30
professionalDr.Walt Fair, PE10-Jun-10 7:30 
AnswerRe: MLM TREE Pin
Pete O'Hanlon10-Jun-10 22:37
mvePete O'Hanlon10-Jun-10 22:37 
AnswerRe: MLM TREE Pin
_Ashish8-Jul-10 6:34
_Ashish8-Jul-10 6:34 
QuestionDo you still need 3.5 if you only install 4.0? Pin
Randar Puust10-Jun-10 4:59
Randar Puust10-Jun-10 4:59 
AnswerRe: Do you still need 3.5 if you only install 4.0? Pin
Peace ON10-Jun-10 5:16
Peace ON10-Jun-10 5:16 
GeneralRe: Do you still need 3.5 if you only install 4.0? Pin
Luc Pattyn10-Jun-10 5:33
sitebuilderLuc Pattyn10-Jun-10 5:33 
GeneralRe: Do you still need 3.5 if you only install 4.0? Pin
Richard MacCutchan10-Jun-10 5:45
mveRichard MacCutchan10-Jun-10 5:45 
AnswerRe: Do you still need 3.5 if you only install 4.0? Pin
dan!sh 10-Jun-10 6:15
professional dan!sh 10-Jun-10 6:15 

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.