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

.NET (Core and Framework)

 
Question.NET code execution... Pin
RajeshGuptha9-Jan-07 2:33
RajeshGuptha9-Jan-07 2:33 
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 
Hi Rajesh,

well I never did a 20 DLL project, so I cant tell you that is the culprit. And I sure
would hope it is not, since DLLs are needed for component based development...

But I suspect one of these two:
- connecting to the DB could be the culprit; you might modify some code
and try a run without DB (i.e. fake some data locally and watch the start-up speed).
- Assuming you are starting your app (including loading images, and connecting to the DB)
all sequentially, you could try to do (large parts of) the initialization asynchronously
and in parallel, using a few separate threads.

If this does not help, I would start looking to the DLLs.
A possible experiment there is replace the big images DLL by something much smaller.

For all of the above:
- either keep the code as is, but include some logging
a couple of lines such as
Console.WriteLine(DateTime.Now.ToString("HH:mm:ss.fff")+" Starting/ending operation 3");
could reveal the bottleneck(s)
- or change the functionality of the code, but dont spend the time to modify everything
thoroughly (until you know for sure it needs the change), change just enough to be able
to judge start-up speed differences.


Regards,







Luc Pattyn

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 
AnswerRe: C# vs VB.NET Pin
Kevin McFarlane9-Jan-07 5:07
Kevin McFarlane9-Jan-07 5:07 
AnswerRe: C# vs VB.NET Pin
Carlos Mariano9-Jan-07 7:30
Carlos Mariano9-Jan-07 7:30 
AnswerRe: C# vs VB.NET Pin
Guffa9-Jan-07 8:24
Guffa9-Jan-07 8:24 
GeneralRe: C# vs VB.NET Pin
Pete O'Hanlon10-Jan-07 0:16
mvePete O'Hanlon10-Jan-07 0:16 
GeneralRe: C# vs VB.NET Pin
Carlos Mariano10-Jan-07 7:15
Carlos Mariano10-Jan-07 7:15 
QuestionConfused by .Net 3.0 / Vista / DirectX Pin
Russell Jones8-Jan-07 21:57
Russell Jones8-Jan-07 21:57 
QuestionComponentModel vs ObjectModel namespace Pin
Chris Richner8-Jan-07 20:57
Chris Richner8-Jan-07 20: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.