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

.NET (Core and Framework)

 
AnswerRe: Displaying a form from another Form Pin
dan!sh 26-Nov-09 19:35
professional dan!sh 26-Nov-09 19:35 
GeneralRe: Displaying a form from another Form Pin
Madhumanjuri Mitra26-Nov-09 21:18
Madhumanjuri Mitra26-Nov-09 21:18 
GeneralRe: Displaying a form from another Form Pin
dan!sh 26-Nov-09 21:52
professional dan!sh 26-Nov-09 21:52 
GeneralRe: Displaying a form from another Form Pin
Madhumanjuri Mitra26-Nov-09 22:33
Madhumanjuri Mitra26-Nov-09 22:33 
GeneralRe: Displaying a form from another Form Pin
dan!sh 26-Nov-09 23:17
professional dan!sh 26-Nov-09 23:17 
QuestionADO .NET & Parameterized Stored Procedures [modified] Pin
T210225-Nov-09 20:24
T210225-Nov-09 20:24 
AnswerRe: ADO .NET & Parameterized Stored Procedures Returning Recordset Pin
Ashfield25-Nov-09 21:17
Ashfield25-Nov-09 21:17 
GeneralRe: ADO .NET & Parameterized Stored Procedures Returning Recordset [modified] Pin
T210225-Nov-09 21:42
T210225-Nov-09 21:42 
Is there a way to do this without using a DataReader? I need to store a large dataset and do not think the DataReader let's you know the # of Rows returned beforehand. There would be a performance hit for frequent memory allocations to add new rows. Moreover, I may need to copy the data to a new structure to ensure appropriate locality.

My primary concern is performance and reusing data when I have large datasets that I need to access and my database might be far away. At a later step, I hope to write dll's that can operate on the data on the server. I also might use LINQ if I wanted to query a subset of the data.

I was worried that the data reader would return records piecemeal from the server instead of all at once.

modified on Thursday, November 26, 2009 4:05 AM

GeneralRe: ADO .NET & Parameterized Stored Procedures Returning Recordset Pin
Ashfield26-Nov-09 1:14
Ashfield26-Nov-09 1:14 
GeneralRe: ADO .NET & Parameterized Stored Procedures Returning Recordset Pin
T210226-Nov-09 2:02
T210226-Nov-09 2:02 
QuestionCoding Buddy! Pin
venomation25-Nov-09 6:19
venomation25-Nov-09 6:19 
AnswerRe: Coding Buddy! Pin
T210225-Nov-09 20:28
T210225-Nov-09 20:28 
QuestionSpell Checker component required for ASP.Net application Pin
palakshah8525-Nov-09 2:14
palakshah8525-Nov-09 2:14 
AnswerRe: Spell Checker component required for ASP.Net application Pin
Eddy Vluggen26-Nov-09 10:11
professionalEddy Vluggen26-Nov-09 10:11 
QuestionStrange string.Compare behavior... Pin
Eric M Evans24-Nov-09 8:41
Eric M Evans24-Nov-09 8:41 
AnswerRe: Strange string.Compare behavior... Pin
Simon P Stevens24-Nov-09 23:12
Simon P Stevens24-Nov-09 23:12 
GeneralRe: Strange string.Compare behavior... Pin
Shameel24-Nov-09 23:51
professionalShameel24-Nov-09 23:51 
GeneralRe: Strange string.Compare behavior... Pin
Eric M Evans25-Nov-09 6:04
Eric M Evans25-Nov-09 6:04 
GeneralRe: Strange string.Compare behavior... Pin
Luc Pattyn25-Nov-09 6:37
sitebuilderLuc Pattyn25-Nov-09 6:37 
QuestionDOT NET - Design Patterns Pin
Reshma.R24-Nov-09 0:52
Reshma.R24-Nov-09 0:52 
AnswerRe: DOT NET - Design Patterns Pin
Eddy Vluggen24-Nov-09 1:30
professionalEddy Vluggen24-Nov-09 1:30 
AnswerRe: DOT NET - Design Patterns Pin
Pete O'Hanlon24-Nov-09 1:38
mvePete O'Hanlon24-Nov-09 1:38 
AnswerRe: DOT NET - Design Patterns Pin
Shameel24-Nov-09 3:44
professionalShameel24-Nov-09 3:44 
AnswerRe: DOT NET - Design Patterns Pin
The Man from U.N.C.L.E.24-Nov-09 4:27
The Man from U.N.C.L.E.24-Nov-09 4:27 
AnswerRe: DOT NET - Design Patterns Pin
Kevin McFarlane24-Nov-09 5:26
Kevin McFarlane24-Nov-09 5:26 

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.