Click here to Skip to main content
15,909,829 members
Home / Discussions / C#
   

C#

 
AnswerRe: Reflections Pin
Colin Angus Mackay12-May-07 7:54
Colin Angus Mackay12-May-07 7:54 
Questionhow to toggle network connection in c# Pin
aviron1238-May-07 4:09
aviron1238-May-07 4:09 
AnswerRe: how to toggle network connection in c# Pin
Paul Brower8-May-07 4:27
Paul Brower8-May-07 4:27 
GeneralRe: how to toggle network connection in c# Pin
aviron1239-May-07 5:16
aviron1239-May-07 5:16 
QuestionDoubleBuffer problem Pin
Eduard Keilholz8-May-07 3:40
Eduard Keilholz8-May-07 3:40 
AnswerRe: DoubleBuffer problem Pin
Gil.Schmidt8-May-07 3:54
Gil.Schmidt8-May-07 3:54 
QuestionL2 Cache Programming Pin
kkchh8-May-07 3:27
kkchh8-May-07 3:27 
AnswerRe: L2 Cache Programming Pin
Dan Neely8-May-07 3:44
Dan Neely8-May-07 3:44 
The most recently used data and code are stored in the cache automatically, and only swapped out to main memory when something else needs the space. You don't need to do anything special to make this work. For computationally intensive code you want to try and keep your working set of data and the hot loop of your code small enough to fit into the cache if possible, but these days that's almost never needed unless you're doing scientific computing in which case you should probably be using C++ to begin with so you can ultimately rewrite the innermost sections of the hot loop in assembler This ofc assumes you are or have the skills of a good assembler programmer available, an average coder is probably going to be out performed by the compiler now.

--
You have to explain to them [VB coders] what you mean by "typed". their first response is likely to be something like, "Of course my code is typed. Do you think i magically project it onto the screen with the power of my mind?" --- John Simmons / outlaw programmer

GeneralRe: L2 Cache Programming Pin
kkchh8-May-07 4:10
kkchh8-May-07 4:10 
QuestionCrystal / MySQL / VS2005 Pin
Russell Jones8-May-07 3:16
Russell Jones8-May-07 3:16 
AnswerRe: Crystal / MySQL / VS2005 Pin
Gopal.S8-May-07 10:39
Gopal.S8-May-07 10:39 
QuestionHelp with looping thru a dataset with a binding navigator. Pin
Phoenix1018-May-07 3:03
Phoenix1018-May-07 3:03 
QuestionSearching string Pin
pavya_Cool8-May-07 2:30
pavya_Cool8-May-07 2:30 
AnswerRe: Searching string Pin
slkr1718-May-07 2:48
slkr1718-May-07 2:48 
QuestionComparing password when Encrypted with MD5 Pin
Rocky#8-May-07 2:23
Rocky#8-May-07 2:23 
AnswerRe: Comparing password when Encrypted with MD5 Pin
Colin Angus Mackay8-May-07 2:34
Colin Angus Mackay8-May-07 2:34 
QuestionStart and control a WebBrowser Pin
apet808-May-07 2:15
apet808-May-07 2:15 
AnswerRe: Start and control a WebBrowser Pin
SimulationofSai8-May-07 4:38
SimulationofSai8-May-07 4:38 
GeneralRe: Start and control a WebBrowser Pin
apet808-May-07 21:35
apet808-May-07 21:35 
QuestionHow to do this Pin
Stoumann8-May-07 2:03
Stoumann8-May-07 2:03 
AnswerRe: How to do this Pin
slkr1718-May-07 2:12
slkr1718-May-07 2:12 
AnswerRe: How to do this Pin
_mubashir8-May-07 2:12
_mubashir8-May-07 2:12 
AnswerRe: How to do this Pin
J4amieC8-May-07 2:23
J4amieC8-May-07 2:23 
AnswerRe: How to do this Pin
Sathesh Sakthivel8-May-07 2:41
Sathesh Sakthivel8-May-07 2:41 
QuestionBenchmarking of C# Event Calls Pin
slkr1718-May-07 1:57
slkr1718-May-07 1:57 

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.