Click here to Skip to main content
15,886,137 members
Home / Discussions / C#
   

C#

 
AnswerRe: what is Binding Source in vs.net 2005 and why oledb and sqldataadapter does not exist in vs2005 ? Pin
NaNg1524113-May-06 10:05
NaNg1524113-May-06 10:05 
QuestionApplication prevents windows from exiting Pin
Mridang Agarwalla12-May-06 23:43
Mridang Agarwalla12-May-06 23:43 
AnswerRe: Application prevents windows from exiting Pin
leppie12-May-06 23:48
leppie12-May-06 23:48 
GeneralRe: Application prevents windows from exiting Pin
Mridang Agarwalla13-May-06 6:10
Mridang Agarwalla13-May-06 6:10 
QuestionHow to block popup window in axWebBrowser? Pin
Dima Filipiuk12-May-06 21:19
Dima Filipiuk12-May-06 21:19 
AnswerRe: How to block popup window in axWebBrowser? Pin
Member 438526521-Sep-09 20:39
Member 438526521-Sep-09 20:39 
QuestionFast Forms - Tricks of the Trade PLEASE Pin
redfish3412-May-06 21:05
redfish3412-May-06 21:05 
AnswerRe: Fast Forms - Tricks of the Trade PLEASE Pin
Robert Rohde12-May-06 22:35
Robert Rohde12-May-06 22:35 
Startup time is always expensive in a managed environment. At many points .Net performance is comparable to C++ performance but startup time definitely isn't.
First of all you could use NProf[^] to profile you startup phase.
Second have a look at nGen. It generates native images of your assemblies and stores them. Thus on startup the CLR doesn't have to compile everything.
Third... well depends on your form. Having too many controls (also nested) might naturally slow down performance. I can't give you any good advice on this because therefore I would need to know some details.
QuestionRe: Fast Forms - Tricks of the Trade PLEASE Pin
Eddy Vluggen6-Aug-09 10:48
professionalEddy Vluggen6-Aug-09 10:48 
QuestionFinding File Paths from string Pin
abhinish12-May-06 21:05
abhinish12-May-06 21:05 
AnswerRe: Finding File Paths from string Pin
Ravi Bhavnani13-May-06 5:15
professionalRavi Bhavnani13-May-06 5:15 
AnswerRe: Finding File Paths from string Pin
DigitalKing13-May-06 9:00
DigitalKing13-May-06 9:00 
AnswerRe: Finding File Paths from string Pin
User 665813-May-06 9:39
User 665813-May-06 9:39 
Questionusing datarow array as data source Pin
Prashant Gadhave12-May-06 18:25
Prashant Gadhave12-May-06 18:25 
AnswerRe: using datarow array as data source Pin
led mike12-May-06 19:42
led mike12-May-06 19:42 
GeneralRe: using datarow array as data source Pin
Prashant Gadhave12-May-06 20:14
Prashant Gadhave12-May-06 20:14 
GeneralRe: using datarow array as data source Pin
led mike12-May-06 20:26
led mike12-May-06 20:26 
GeneralRe: using datarow array as data source Pin
Member 44517128-Sep-09 1:30
Member 44517128-Sep-09 1:30 
QuestionExplorer and filepath Pin
SoftcodeSoftware12-May-06 11:58
SoftcodeSoftware12-May-06 11:58 
AnswerRe: Explorer and filepath Pin
SoftcodeSoftware12-May-06 12:04
SoftcodeSoftware12-May-06 12:04 
Questiondraw inside a picturebox, how? Pin
Susuko12-May-06 11:45
Susuko12-May-06 11:45 
AnswerRe: draw inside a picturebox, how? Pin
leppie12-May-06 11:53
leppie12-May-06 11:53 
GeneralRe: draw inside a picturebox, how? Pin
Susuko12-May-06 23:57
Susuko12-May-06 23:57 
QuestionURGENT: Create hidden folder... Pin
SoftcodeSoftware12-May-06 10:38
SoftcodeSoftware12-May-06 10:38 
AnswerRe: URGENT: Create hidden folder... Pin
led mike12-May-06 11:00
led mike12-May-06 11:00 

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.