Click here to Skip to main content
15,893,564 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionService Command Line Arguments Pin
Tim Carmichael9-Jan-07 9:25
Tim Carmichael9-Jan-07 9:25 
AnswerRe: Service Command Line Arguments Pin
led mike9-Jan-07 9:38
led mike9-Jan-07 9:38 
GeneralRe: Service Command Line Arguments Pin
Tim Carmichael9-Jan-07 9:44
Tim Carmichael9-Jan-07 9:44 
GeneralRe: Service Command Line Arguments Pin
led mike9-Jan-07 9:47
led mike9-Jan-07 9:47 
GeneralRe: Service Command Line Arguments Pin
Tim Carmichael9-Jan-07 9:49
Tim Carmichael9-Jan-07 9:49 
GeneralRe: Service Command Line Arguments Pin
led mike9-Jan-07 11:32
led mike9-Jan-07 11:32 
QuestionPopulating at design time using 'GetStandardValues' Pin
stovesy9-Jan-07 5:34
stovesy9-Jan-07 5:34 
Question.NET code execution... Pin
RajeshGuptha9-Jan-07 2:33
RajeshGuptha9-Jan-07 2:33 
Hi All,
I have written a Windows application in C# running on Windows XP/2000 for .NET version 1.1 . When i execute the code, and load one of the modules for the first time, it takes around 3 sec.
After unloading, when the same module is reloaded with all the same parameters, it takes only about 1 sec. All the conditions to reload the module are the same, all the SP's called are the same, which i cross verified by the ANTS performance profiler!!! But still there is considerable time difference!!!
I thought that this difference was because of the JIT compilation which CLR does for the first time and for the successive times, JIT doesnt come into the picture, hence the time difference.
But I tried generating the Native images (pre-compile the code) of the complete code using "ngen", and after observation, concluded that the behavior still pertained.
I am now unable to locate the problem as in why the time difference exists?
1. Is it that im using "ngen" wrongly?
2. Is there some other reason for the strange behavior?


I would be extremely thankful on receiving valuable inputs from the forum,
Rajesh
AnswerRe: .NET code execution... Pin
led mike9-Jan-07 4:54
led mike9-Jan-07 4:54 
GeneralRe: .NET code execution... Pin
RajeshGuptha9-Jan-07 5:48
RajeshGuptha9-Jan-07 5:48 
GeneralRe: .NET code execution... Pin
led mike9-Jan-07 6:03
led mike9-Jan-07 6:03 
GeneralRe: .NET code execution... Pin
RajeshGuptha9-Jan-07 18:36
RajeshGuptha9-Jan-07 18:36 
AnswerRe: .NET code execution... Pin
Luc Pattyn9-Jan-07 5:00
sitebuilderLuc Pattyn9-Jan-07 5:00 
QuestionRe: .NET code execution... Pin
RajeshGuptha9-Jan-07 5:46
RajeshGuptha9-Jan-07 5:46 
AnswerRe: .NET code execution... Pin
Luc Pattyn9-Jan-07 6:09
sitebuilderLuc Pattyn9-Jan-07 6:09 
GeneralRe: .NET code execution... Pin
RajeshGuptha9-Jan-07 18:31
RajeshGuptha9-Jan-07 18:31 
AnswerRe: .NET code execution... Pin
Luc Pattyn9-Jan-07 15:12
sitebuilderLuc Pattyn9-Jan-07 15:12 
QuestionFree GIS/Map Library? Pin
jimlaflin9-Jan-07 2:25
jimlaflin9-Jan-07 2:25 
AnswerRe: Free GIS/Map Library? Pin
Colin Angus Mackay9-Jan-07 5:53
Colin Angus Mackay9-Jan-07 5:53 
AnswerRe: Free GIS/Map Library? Pin
Pete O'Hanlon9-Jan-07 9:20
mvePete O'Hanlon9-Jan-07 9:20 
GeneralRe: Free GIS/Map Library? Pin
jimlaflin9-Jan-07 22:34
jimlaflin9-Jan-07 22:34 
QuestionC# vs VB.NET Pin
Carlos Mariano8-Jan-07 23:07
Carlos Mariano8-Jan-07 23:07 
AnswerRe: C# vs VB.NET Pin
Ri Qen-Sin8-Jan-07 23:59
Ri Qen-Sin8-Jan-07 23:59 
AnswerRe: C# vs VB.NET Pin
led mike9-Jan-07 4:52
led mike9-Jan-07 4:52 
AnswerRe: C# vs VB.NET Pin
Luc Pattyn9-Jan-07 5:06
sitebuilderLuc Pattyn9-Jan-07 5:06 

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.