Click here to Skip to main content
15,920,596 members
Home / Discussions / C#
   

C#

 
QuestionRe: How to find out HD Size of a computer without using WMI Pin
Cadence2.01-Aug-06 10:41
Cadence2.01-Aug-06 10:41 
AnswerRe: How to find out HD Size of a computer without using WMI Pin
leppie1-Aug-06 21:01
leppie1-Aug-06 21:01 
Questionwht is acelp encoding? Pin
premium11-Aug-06 7:32
premium11-Aug-06 7:32 
AnswerRe: wht is acelp encoding? Pin
Guffa1-Aug-06 11:43
Guffa1-Aug-06 11:43 
Questiongraphics height of form [modified] Pin
thepersonof1-Aug-06 7:01
thepersonof1-Aug-06 7:01 
AnswerRe: graphics height of form Pin
Stefan Troschuetz2-Aug-06 0:07
Stefan Troschuetz2-Aug-06 0:07 
QuestionIs real-time programming can be done with C# & .Net? Pin
eninyo1-Aug-06 6:16
eninyo1-Aug-06 6:16 
AnswerYou must first define real-time Pin
Ennis Ray Lynch, Jr.1-Aug-06 8:21
Ennis Ray Lynch, Jr.1-Aug-06 8:21 
C# supports multi-threading and runs fairly efficiently. The issue becomes your RT time contraint. Do you have to have a 15ms avg. response or a 15ms gauranteed response? A low average response can be achieved relatively easily with good code. However, the garbage collector will fire eventually blowing the service gaurantee if it is too low.

The only way to know for sure is to write a simple test case for your given scenario.



A man said to the universe:
"Sir I exist!"
"However," replied the Universe, "The fact has not created in me A sense of obligation."

-- Stephen Crane

GeneralRe: You must first define real-time Pin
eninyo1-Aug-06 10:07
eninyo1-Aug-06 10:07 
GeneralRe: You must first define real-time Pin
Ennis Ray Lynch, Jr.1-Aug-06 10:27
Ennis Ray Lynch, Jr.1-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 
Questionreference strong-named assembly Pin
kozu1-Aug-06 5:54
kozu1-Aug-06 5:54 
AnswerRe: reference strong-named assembly Pin
Dustin Metzgar1-Aug-06 6:03
Dustin Metzgar1-Aug-06 6:03 
AnswerRe: reference strong-named assembly Pin
zaboboa1-Aug-06 6:04
zaboboa1-Aug-06 6:04 
GeneralRe: reference strong-named assembly Pin
kozu1-Aug-06 6:27
kozu1-Aug-06 6:27 
QuestionRefreshing DataGridView Pin
Iceman5711-Aug-06 5:32
Iceman5711-Aug-06 5:32 
AnswerRe: Refreshing DataGridView Pin
ToddHileHoffer1-Aug-06 5:36
ToddHileHoffer1-Aug-06 5:36 
GeneralRe: Refreshing DataGridView Pin
Iceman5711-Aug-06 5:41
Iceman5711-Aug-06 5:41 
AnswerRe: Refreshing DataGridView Pin
zaboboa1-Aug-06 6:02
zaboboa1-Aug-06 6:02 
GeneralRe: Refreshing DataGridView Pin
Iceman5711-Aug-06 21:33
Iceman5711-Aug-06 21:33 
GeneralRe: Refreshing DataGridView Pin
Iceman5711-Aug-06 22:06
Iceman5711-Aug-06 22:06 
QuestionDeploying Application [modified] Pin
zaboboa1-Aug-06 5:00
zaboboa1-Aug-06 5:00 
AnswerRe: Deploying Application Pin
Judah Gabriel Himango1-Aug-06 5:02
sponsorJudah Gabriel Himango1-Aug-06 5:02 
GeneralRe: Deploying Application Pin
zaboboa1-Aug-06 5:05
zaboboa1-Aug-06 5:05 
QuestionWinform Control as ActiveX Pin
adityap1-Aug-06 4:58
adityap1-Aug-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.