Click here to Skip to main content
15,917,565 members
Home / Discussions / C#
   

C#

 
GeneralRe: SharePoint site creation Pin
AB777113-Feb-07 1:15
AB777113-Feb-07 1:15 
AnswerRe: select all tables from a SQL DB Pin
Christian Graus12-Feb-07 19:37
protectorChristian Graus12-Feb-07 19:37 
GeneralRe: select all tables from a SQL DB Pin
Mohammad Daba'an12-Feb-07 19:44
Mohammad Daba'an12-Feb-07 19:44 
GeneralRe: select all tables from a SQL DB Pin
Christian Graus12-Feb-07 20:40
protectorChristian Graus12-Feb-07 20:40 
GeneralRe: select all tables from a SQL DB Pin
Colin Angus Mackay12-Feb-07 22:33
Colin Angus Mackay12-Feb-07 22:33 
GeneralRe: select all tables from a SQL DB Pin
Mohammad Daba'an12-Feb-07 19:51
Mohammad Daba'an12-Feb-07 19:51 
GeneralRe: select all tables from a SQL DB Pin
Christian Graus12-Feb-07 20:41
protectorChristian Graus12-Feb-07 20:41 
NewsANN: Native C# Protection for C# 2.0 (ver. 2.0.0) released Pin
Oleg Subachev12-Feb-07 19:30
professionalOleg Subachev12-Feb-07 19:30 
Native C# Protection (NCSP) is a protection tool (not obfuscator) for C# 2.0 applications.

The goal of NCSP is to produce trial versions with limited functionality of C# applications.
With the correct NCSP Key these applications work as registered versions.

NCSP uses only NATIVE (but peculiar) TO C# means, i.e. NO EXTERNAL PROCESSING
of C#-produced executable.

NCSP protects NOT CODE, BUT DATA needed to run the application.
In case of C# applications DATA IS A CORRESPONDENCE BETWEEN EVENTS AND EVENT
HANDLERS.

The difference between trial and registered versions produced by NCSP is based
on use of DIFFERENT EVENT HANDLERS FOR TRIAL AND REGISTERED VERSIONS of the
protected application. The trial version uses one set of event handlers, while
the registered version uses another one.

NCSP protects forms of C# project on the source level, i.e. NCSP temporarily
MODIFIES THE SOURCE CODE, then, AFTER RE-COMPILING, THE APPLICATION IS
PROTECTED.

During the process of protection NCSP MODIFIES THE SOURCE CODE of the form in
such a manner that after re-compiling each protected event has no event handler
assigned. During the protected application start TRIAL EVENT HANDLERS ARE
ASSIGNED TO THE CORRESPONDING EVENTS. If valid NCSP Key is
provided then REGISTERED EVENT HANDLERS REPLACE THE TRIAL ONES.

The protected application DOES NOT USE a call of some CHECKING ROUTINE to
choose which set of event handlers to use. Instead it USES DATA containing in
NCSP Resource and in NCSP Key TO ASSIGN REGISTERED EVENT HANDLERS TO THE
CORRESPONDING EVENTS.

NCSP trial version may be downloaded from http://www.posolsoft.com/files/NCSP2/NCSP.zip

More information about NCSP may be found at http://www.posolsoft.com/NCSP

Oleg Subachev
oleg@posolsoft.com
GeneralRe: ANN: Native C# Protection for C# 2.0 (ver. 2.0.0) released Pin
Christian Graus12-Feb-07 19:36
protectorChristian Graus12-Feb-07 19:36 
QuestionHow to desply Output in CommandPrompt....In WINDOWS APPLICATION Pin
pashitech12-Feb-07 19:30
pashitech12-Feb-07 19:30 
AnswerRe: How to desply Output in CommandPrompt....In WINDOWS APPLICATION Pin
Niiiissssshhhhhuuuuu12-Feb-07 19:43
Niiiissssshhhhhuuuuu12-Feb-07 19:43 
GeneralRe: How to desply Output in CommandPrompt....In WINDOWS APPLICATION Pin
pashitech12-Feb-07 19:50
pashitech12-Feb-07 19:50 
GeneralRe: How to desply Output in CommandPrompt....In WINDOWS APPLICATION Pin
Niiiissssshhhhhuuuuu12-Feb-07 20:00
Niiiissssshhhhhuuuuu12-Feb-07 20:00 
GeneralRe: How to desply Output in CommandPrompt....In WINDOWS APPLICATION Pin
pashitech12-Feb-07 20:10
pashitech12-Feb-07 20:10 
GeneralRe: How to desply Output in CommandPrompt....In WINDOWS APPLICATION Pin
Niiiissssshhhhhuuuuu12-Feb-07 20:27
Niiiissssshhhhhuuuuu12-Feb-07 20:27 
GeneralRe: How to desply Output in CommandPrompt....In WINDOWS APPLICATION Pin
pashitech13-Feb-07 18:02
pashitech13-Feb-07 18:02 
AnswerRe: How to desply Output in CommandPrompt....In WINDOWS APPLICATION Pin
Rahul.RK12-Feb-07 21:06
Rahul.RK12-Feb-07 21:06 
Questiondragging line Pin
HexaDeveloper12-Feb-07 19:21
HexaDeveloper12-Feb-07 19:21 
AnswerRe: dragging line Pin
Christian Graus12-Feb-07 19:26
protectorChristian Graus12-Feb-07 19:26 
GeneralRe: dragging line Pin
HexaDeveloper12-Feb-07 19:34
HexaDeveloper12-Feb-07 19:34 
GeneralRe: dragging line Pin
Christian Graus12-Feb-07 19:43
protectorChristian Graus12-Feb-07 19:43 
GeneralRe: dragging line Pin
HexaDeveloper12-Feb-07 20:04
HexaDeveloper12-Feb-07 20:04 
GeneralRe: dragging line Pin
Christian Graus12-Feb-07 20:42
protectorChristian Graus12-Feb-07 20:42 
GeneralRe: dragging line Pin
HexaDeveloper12-Feb-07 21:09
HexaDeveloper12-Feb-07 21:09 
GeneralRe: dragging line Pin
Christian Graus12-Feb-07 21:25
protectorChristian Graus12-Feb-07 21:25 

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.