Click here to Skip to main content
15,897,273 members
Home / Discussions / C#
   

C#

 
AnswerRe: Changing an item from datarow Pin
rah_sin11-Jul-06 20:35
professionalrah_sin11-Jul-06 20:35 
GeneralRe: Changing an item from datarow Pin
pirogramci11-Jul-06 21:16
pirogramci11-Jul-06 21:16 
AnswerRe: Changing an item from datarow Pin
wasife11-Jul-06 22:09
wasife11-Jul-06 22:09 
GeneralRe: Changing an item from datarow Pin
pirogramci12-Jul-06 20:22
pirogramci12-Jul-06 20:22 
Questionrunning process Pin
Mahmood Ilyas11-Jul-06 19:40
Mahmood Ilyas11-Jul-06 19:40 
AnswerRe: running process Pin
Andrei Ungureanu11-Jul-06 21:58
Andrei Ungureanu11-Jul-06 21:58 
Questionwinform is loading very slow for the fist time Pin
Satish3211-Jul-06 19:11
Satish3211-Jul-06 19:11 
AnswerRe: winform is loading very slow for the fist time Pin
rah_sin11-Jul-06 19:32
professionalrah_sin11-Jul-06 19:32 
This is happening becouse initialy application is compiled in the form of IL(intermediate language) and when it is executed it is compiled in to machine
specific code on which it is running by JIT(just in time compiler),so when the application is executed first time the IL is compiled to machine specific code
that is why it takes some time but when reuse the sme part of application then
the compiled codes are already there,so it take less time becouse JIT compiles part of application called once,that is why initialy it takes more time then
later on.

rahul
GeneralRe: winform is loading very slow for the fist time Pin
led mike11-Jul-06 19:58
led mike11-Jul-06 19:58 
GeneralRe: winform is loading very slow for the fist time Pin
V.11-Jul-06 22:15
professionalV.11-Jul-06 22:15 
GeneralRe: winform is loading very slow for the fist time Pin
led mike12-Jul-06 4:31
led mike12-Jul-06 4:31 
GeneralRe: winform is loading very slow for the fist time Pin
V.12-Jul-06 4:52
professionalV.12-Jul-06 4:52 
AnswerRe: winform is loading very slow for the fist time Pin
led mike11-Jul-06 19:35
led mike11-Jul-06 19:35 
GeneralRe: winform is loading very slow for the fist time Pin
Satish3211-Jul-06 20:25
Satish3211-Jul-06 20:25 
AnswerRe: winform is loading very slow for the fist time Pin
Andrew Lygin11-Jul-06 19:44
Andrew Lygin11-Jul-06 19:44 
Questionhow to read a sms arriving at the usb port in c#. Pin
gsparrow11-Jul-06 18:56
gsparrow11-Jul-06 18:56 
AnswerRe: how to read a sms arriving at the usb port in c#. Pin
Rob Philpott12-Jul-06 3:34
Rob Philpott12-Jul-06 3:34 
AnswerRe: how to read a sms arriving at the usb port in c#. Pin
gsparrow12-Jul-06 19:23
gsparrow12-Jul-06 19:23 
QuestionHide Form on Application Start Pin
keithmcd11-Jul-06 18:54
keithmcd11-Jul-06 18:54 
AnswerRe: Hide Form on Application Start Pin
AB777111-Jul-06 22:38
AB777111-Jul-06 22:38 
GeneralRe: Hide Form on Application Start Pin
Andrew Lygin11-Jul-06 23:03
Andrew Lygin11-Jul-06 23:03 
AnswerRe: Hide Form on Application Start Pin
Andrew Lygin11-Jul-06 22:57
Andrew Lygin11-Jul-06 22:57 
AnswerRe: Hide Form on Application Start Pin
S. Senthil Kumar12-Jul-06 1:06
S. Senthil Kumar12-Jul-06 1:06 
QuestionInstall Service with Logon Account Admin? Pin
TAREQ F ABUZUHRI11-Jul-06 17:26
TAREQ F ABUZUHRI11-Jul-06 17:26 
AnswerRe: Install Service with Logon Account Admin? Pin
Judah Gabriel Himango11-Jul-06 17:53
sponsorJudah Gabriel Himango11-Jul-06 17:53 

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.