Click here to Skip to main content
15,890,947 members
Home / Discussions / C#
   

C#

 
QuestionHow to obfuscator source code C# before build? Pin
pmasknguyen2-Mar-06 2:15
pmasknguyen2-Mar-06 2:15 
AnswerRe: How to obfuscator source code C# before build? Pin
Phil J Pearson2-Mar-06 2:26
Phil J Pearson2-Mar-06 2:26 
GeneralRe: How to obfuscator source code C# before build? Pin
Ingo2-Mar-06 2:44
Ingo2-Mar-06 2:44 
GeneralRe: How to obfuscator source code C# before build? Pin
Phil J Pearson2-Mar-06 5:05
Phil J Pearson2-Mar-06 5:05 
GeneralRe: How to obfuscator source code C# before build? Pin
Colin Angus Mackay2-Mar-06 5:33
Colin Angus Mackay2-Mar-06 5:33 
GeneralRe: How to obfuscator source code C# before build? Pin
Dan Neely2-Mar-06 3:20
Dan Neely2-Mar-06 3:20 
AnswerRe: How to obfuscator source code C# before build? Pin
mav.northwind2-Mar-06 3:05
mav.northwind2-Mar-06 3:05 
QuestionEvents and Threading Model Pin
Kathode2-Mar-06 1:52
Kathode2-Mar-06 1:52 
While reading through msdn and debugging concept code I've confirmed that events don't synchronize automatically across threads, but according to the msdn guidelines at http://msdn2.microsoft.com/en-us/library/ms228966.aspx apparently they do:

"Additionally, the event-based pattern is less efficient than the IAsyncResult pattern because it creates more objects, especially EventArgs[^], and because it synchronizes across threads."

I would like to know in what way does the event-based pattern synchronize itself across threads because as far as I've understood the event is always raised in the context of the thread that called it. Is this refering to the method employed by the PostOperationCompleted of AsyncOperation ?

Thank You
AnswerRe: Events and Threading Model Pin
Mike Dimmick2-Mar-06 4:03
Mike Dimmick2-Mar-06 4:03 
Questioncrystal report Pin
chakkara20032-Mar-06 1:44
chakkara20032-Mar-06 1:44 
QuestionData Access Application Block!!!!! Pin
MudkiSekhon2-Mar-06 1:00
MudkiSekhon2-Mar-06 1:00 
QuestionEditing a text file Pin
analytiks2-Mar-06 0:57
analytiks2-Mar-06 0:57 
AnswerRe: Editing a text file Pin
Ingo2-Mar-06 3:07
Ingo2-Mar-06 3:07 
GeneralRe: Editing a text file Pin
analytiks5-Mar-06 17:27
analytiks5-Mar-06 17:27 
AnswerRe: Editing a text file Pin
Koushik Biswas2-Mar-06 10:33
Koushik Biswas2-Mar-06 10:33 
Questiontype conversion Pin
chakkara20032-Mar-06 0:15
chakkara20032-Mar-06 0:15 
AnswerRe: type conversion Pin
hpetriffer2-Mar-06 0:21
hpetriffer2-Mar-06 0:21 
AnswerRe: type conversion Pin
J4amieC2-Mar-06 0:29
J4amieC2-Mar-06 0:29 
AnswerRe: type conversion Pin
leppie2-Mar-06 1:37
leppie2-Mar-06 1:37 
AnswerRe: type conversion Pin
Le centriste2-Mar-06 4:18
Le centriste2-Mar-06 4:18 
QuestionA simple question related to strings in c# Pin
Diana Fernandez1-Mar-06 23:47
Diana Fernandez1-Mar-06 23:47 
AnswerRe: A simple question related to strings in c# Pin
manoj_dhamija2-Mar-06 0:25
manoj_dhamija2-Mar-06 0:25 
AnswerRe: A simple question related to strings in c# Pin
AB77712-Mar-06 0:46
AB77712-Mar-06 0:46 
AnswerRe: A simple question related to strings in c# Pin
Guffa2-Mar-06 2:51
Guffa2-Mar-06 2:51 
GeneralRe: A simple question related to strings in c# Pin
Diana Fernandez2-Mar-06 21:42
Diana Fernandez2-Mar-06 21:42 

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.