Click here to Skip to main content
15,910,411 members
Home / Discussions / C#
   

C#

 
GeneralRe: Beginner Help: Unassigned local variable Pin
ivelander21-Oct-05 4:41
ivelander21-Oct-05 4:41 
GeneralRe: Beginner Help: Unassigned local variable Pin
Matt Gerrans21-Oct-05 16:08
Matt Gerrans21-Oct-05 16:08 
AnswerRe: Beginner Help: Unassigned local variable Pin
Tom Larsen21-Oct-05 4:58
Tom Larsen21-Oct-05 4:58 
AnswerRe: Beginner Help: Unassigned local variable Pin
whizzs21-Oct-05 11:07
whizzs21-Oct-05 11:07 
QuestionWriting a Trailware for an Application Pin
Samar Aarkotti21-Oct-05 4:18
Samar Aarkotti21-Oct-05 4:18 
AnswerRe: Writing a Trailware for an Application Pin
Tom Larsen21-Oct-05 4:54
Tom Larsen21-Oct-05 4:54 
GeneralRe: Writing a Trailware for an Application Pin
Samar Aarkotti21-Oct-05 5:22
Samar Aarkotti21-Oct-05 5:22 
GeneralRe: Writing a Trailware for an Application Pin
Tom Larsen21-Oct-05 8:09
Tom Larsen21-Oct-05 8:09 
I've done a bit research on the subject where the primary problem is that even signed binaries and assemblies can be subverted to avoid any license check. That is just the nature of the .Net Framework since it doesn't obey the classic rules for binary handling. The reason why classic C/C++ can be strongly licensed is that the runtime rules are tied deeply into the OS behavior. In .Net the rules are enforced only by .Net itself and therefore are much easier to subvert.

I've mentioned this before in similar questions on the topic: The .Net Framwork is wonderful for many things but being hardened isn't one of them. If the requirement is have a hardened, highly unhackable app you need to chose some other technology.
GeneralRe: Writing a Trailware for an Application Pin
Samar Aarkotti21-Oct-05 8:26
Samar Aarkotti21-Oct-05 8:26 
GeneralRe: Writing a Trailware for an Application Pin
Tom Larsen21-Oct-05 10:55
Tom Larsen21-Oct-05 10:55 
GeneralRe: Writing a Trailware for an Application Pin
Samar Aarkotti22-Oct-05 6:06
Samar Aarkotti22-Oct-05 6:06 
GeneralRe: Writing a Trailware for an Application Pin
Samar Aarkotti22-Oct-05 7:35
Samar Aarkotti22-Oct-05 7:35 
QuestionHow to save a hotkey assignment Pin
mav.northwind21-Oct-05 3:54
mav.northwind21-Oct-05 3:54 
AnswerRe: How to save a hotkey assignment Pin
sebastud21-Oct-05 7:20
sebastud21-Oct-05 7:20 
GeneralRe: How to save a hotkey assignment Pin
mav.northwind21-Oct-05 23:39
mav.northwind21-Oct-05 23:39 
QuestionRemoting server crashes when client quits Pin
polisen21-Oct-05 3:53
polisen21-Oct-05 3:53 
AnswerRe: Remoting server crashes when client quits Pin
Tom Larsen21-Oct-05 5:01
Tom Larsen21-Oct-05 5:01 
GeneralRe: Remoting server crashes when client quits Pin
polisen21-Oct-05 6:28
polisen21-Oct-05 6:28 
AnswerRe: Remoting server crashes when client quits Pin
Rob Graham21-Oct-05 8:02
Rob Graham21-Oct-05 8:02 
GeneralRe: Remoting server crashes when client quits Pin
Anonymous21-Oct-05 8:06
Anonymous21-Oct-05 8:06 
QuestionScroll A Control Manually Pin
Ali Beirami21-Oct-05 3:06
Ali Beirami21-Oct-05 3:06 
AnswerRe: Scroll A Control Manually Pin
Gulfraz Khan21-Oct-05 3:12
Gulfraz Khan21-Oct-05 3:12 
GeneralRe: Scroll A Control Manually Pin
Ali Beirami21-Oct-05 12:30
Ali Beirami21-Oct-05 12:30 
QuestionSets Dcom Security For A Specified Application, in .net Pin
joaoPaulo21-Oct-05 2:32
joaoPaulo21-Oct-05 2:32 
QuestionBreaking a string into separate words Pin
hasanali0021-Oct-05 1:51
hasanali0021-Oct-05 1:51 

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.