Click here to Skip to main content
16,006,442 members
Home / Discussions / Work Issues
   

Work Issues

 
AnswerRe: Is real-time programming can be done with C# & .Net? Pin
Dan Neely1-Aug-06 7:03
Dan Neely1-Aug-06 7:03 
GeneralRe: Is real-time programming can be done with C# & .Net? Pin
eninyo1-Aug-06 7:48
eninyo1-Aug-06 7:48 
GeneralRe: Is real-time programming can be done with C# & .Net? Pin
Dan Neely1-Aug-06 8:42
Dan Neely1-Aug-06 8:42 
GeneralRe: Is real-time programming can be done with C# & .Net? Pin
eninyo1-Aug-06 10:02
eninyo1-Aug-06 10:02 
GeneralRe: Is real-time programming can be done with C# & .Net? Pin
Dan Neely1-Aug-06 10:27
Dan Neely1-Aug-06 10:27 
GeneralRe: Is real-time programming can be done with C# & .Net? Pin
Guffa1-Aug-06 10:19
Guffa1-Aug-06 10:19 
AnswerRe: Is real-time programming can be done with C# & .Net? Pin
ajisthekingofpop14-Aug-06 6:12
ajisthekingofpop14-Aug-06 6:12 
AnswerYes, but... Pin
wout de zeeuw21-Aug-06 0:43
wout de zeeuw21-Aug-06 0:43 
There indeed is the GC that you must be careful for, but...

you can design your app to not create any garbage. There are several ways to achieve this: one is to do object pooling, so you put objects back in the pool when you want to get rid of them. The other one is to use structs for temporary objects that are created on the stack.

Wout

GeneralRe: Yes, but... Pin
eninyo21-Aug-06 5:16
eninyo21-Aug-06 5:16 
GeneralRe: Yes, but... Pin
Dan Neely21-Aug-06 5:40
Dan Neely21-Aug-06 5:40 
GeneralRe: Yes, but... Pin
wout de zeeuw21-Aug-06 8:46
wout de zeeuw21-Aug-06 8:46 
AnswerRe: Yes, but... Pin
eninyo21-Aug-06 10:01
eninyo21-Aug-06 10:01 
AnswerWindows is *not* a real-time operating system. Pin
Dan McCormick7-Sep-06 8:19
Dan McCormick7-Sep-06 8:19 
AnswerRe: Is real-time programming can be done with C# & .Net? Pin
Brian R30-Oct-06 12:11
Brian R30-Oct-06 12:11 
GeneralRe: Is real-time programming can be done with C# & .Net? Pin
eninyo31-Oct-06 7:00
eninyo31-Oct-06 7:00 
QuestionIs Sql server proficient needed for .net programmers Pin
ravindradonkada31-Jul-06 7:19
ravindradonkada31-Jul-06 7:19 
AnswerRe: Is Sql server proficient needed for .net programmers Pin
Steve Maier31-Jul-06 7:27
professionalSteve Maier31-Jul-06 7:27 
GeneralRe: Is Sql server proficient needed for .net programmers Pin
prst12310-Aug-06 20:13
prst12310-Aug-06 20:13 
QuestionUselessness of the term "C++/CLI " in Job Search Engines Pin
Stone Free26-Jul-06 9:06
Stone Free26-Jul-06 9:06 
QuestionC++ Jobs in Finance/Hedge Funds etc Pin
Stone Free26-Jul-06 9:03
Stone Free26-Jul-06 9:03 
AnswerRe: C++ Jobs in Finance/Hedge Funds etc Pin
Anonymuos28-Jul-06 23:19
Anonymuos28-Jul-06 23:19 
GeneralRe: C++ Jobs in Finance/Hedge Funds etc Pin
Stone Free29-Jul-06 2:26
Stone Free29-Jul-06 2:26 
AnswerRe: C++ Jobs in Finance/Hedge Funds etc Pin
Patric_J23-Aug-06 7:02
Patric_J23-Aug-06 7:02 
GeneralRe: C++ Jobs in Finance/Hedge Funds etc Pin
Stone Free24-Aug-06 7:16
Stone Free24-Aug-06 7:16 
QuestionQuery regarding Change of Technology Pin
prst12326-Jul-06 4:58
prst12326-Jul-06 4:58 

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.