Click here to Skip to main content
15,915,611 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Pls help....................... Pin
Suresh Pirsquare15-Sep-06 1:29
Suresh Pirsquare15-Sep-06 1:29 
AnswerRubbish subject Pin
J4amieC15-Sep-06 1:40
J4amieC15-Sep-06 1:40 
Questionreports viewer tool problems? Help! Pin
honeyman_can15-Sep-06 1:11
honeyman_can15-Sep-06 1:11 
QuestionDifference among data grid ,datagrid,repeater Pin
rajaragothaman15-Sep-06 1:07
rajaragothaman15-Sep-06 1:07 
QuestionObject Pooling Pin
rajaragothaman15-Sep-06 0:25
rajaragothaman15-Sep-06 0:25 
AnswerRe: Object Pooling Pin
_AK_15-Sep-06 0:30
_AK_15-Sep-06 0:30 
GeneralRe: Object Pooling Pin
rajaragothaman15-Sep-06 0:34
rajaragothaman15-Sep-06 0:34 
GeneralRe: Object Pooling Pin
_AK_15-Sep-06 0:40
_AK_15-Sep-06 0:40 
an object pool is a set of initialised objects that are kept ready to use, rather than allocated and destroyed on demand. A client of the pool will request an object from the pool and perform operations on the returned object. When the client has finished with an object, it returns it to the pool, rather than destroying it.
Object pooling can offer a significant performance boost; it is most effective in situations where the cost of initializing a class instance is high, the rate of instantiation of a class is high, and the number of instantiations in use at any one time is low.

Source google. Smile | :)

Best Regards,
Apurva Kaushal

GeneralRe: Object Pooling Pin
Amit Kumar G15-Sep-06 2:59
Amit Kumar G15-Sep-06 2:59 
QuestionWhat is Web Farm and Web Garden ? Pin
rajaragothaman15-Sep-06 0:22
rajaragothaman15-Sep-06 0:22 
AnswerRe: What is Web Farm and Web Garden ? Pin
mbbisht15-Sep-06 1:46
mbbisht15-Sep-06 1:46 
Questionstore a file on a mobile phone from an asp.net page via WAP Pin
srikanth134314-Sep-06 23:54
srikanth134314-Sep-06 23:54 
QuestionSaving file(XML) on network drive Pin
meeta_tandel14-Sep-06 23:20
meeta_tandel14-Sep-06 23:20 
AnswerRe: Saving file(XML) on network drive Pin
Kodanda Pani15-Sep-06 1:47
Kodanda Pani15-Sep-06 1:47 
GeneralRe: Saving file(XML) on network drive Pin
meeta_tandel15-Sep-06 22:22
meeta_tandel15-Sep-06 22:22 
QuestionMachineKeys Pin
Brendan Vogt14-Sep-06 22:21
Brendan Vogt14-Sep-06 22:21 
QuestionASP Membership Provider in .NET 2.0 Pin
Brendan Vogt14-Sep-06 22:16
Brendan Vogt14-Sep-06 22:16 
Questionsimultaneous sorting and paging in datagrid Pin
sudheerkonda14-Sep-06 22:09
sudheerkonda14-Sep-06 22:09 
Questionconvert dataview to dataset Pin
smita_roy14-Sep-06 21:43
smita_roy14-Sep-06 21:43 
AnswerRe: convert dataview to dataset Pin
Suresh Pirsquare15-Sep-06 3:06
Suresh Pirsquare15-Sep-06 3:06 
QuestionInvalid postback or callback argument.(need help) Pin
pradeep kumarappagari14-Sep-06 21:28
pradeep kumarappagari14-Sep-06 21:28 
Questionis there anything like stored procedure in mysql ? Pin
max_dev2006@yahoo.com14-Sep-06 20:45
max_dev2006@yahoo.com14-Sep-06 20:45 
AnswerRe: is there anything like stored procedure in mysql ? Pin
_mubashir15-Sep-06 0:26
_mubashir15-Sep-06 0:26 
Questionglobalization (how to enforce en-US) Pin
micutzu14-Sep-06 20:22
micutzu14-Sep-06 20:22 
Questionbookmark concept Pin
narendrakumarp14-Sep-06 19:42
narendrakumarp14-Sep-06 19:42 

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.