Click here to Skip to main content
15,891,722 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Linq to SQL is taking more memory [modified] Pin
Not Active30-Jun-11 15:07
mentorNot Active30-Jun-11 15:07 
GeneralRe: Linq to SQL is taking more memory Pin
indian14330-Jun-11 17:58
indian14330-Jun-11 17:58 
GeneralRe: Linq to SQL is taking more memory Pin
Not Active30-Jun-11 18:18
mentorNot Active30-Jun-11 18:18 
AnswerRe: Linq to SQL is taking more memory Pin
dasblinkenlight1-Jul-11 3:44
dasblinkenlight1-Jul-11 3:44 
GeneralRe: Linq to SQL is taking more memory Pin
indian1431-Jul-11 8:43
indian1431-Jul-11 8:43 
GeneralRe: Linq to SQL is taking more memory Pin
dasblinkenlight1-Jul-11 9:02
dasblinkenlight1-Jul-11 9:02 
AnswerRe: Linq to SQL is taking more memory Pin
Philippe Mori1-Jul-11 14:04
Philippe Mori1-Jul-11 14:04 
AnswerRe: Linq to SQL is taking more memory Pin
Shameel3-Jul-11 20:35
professionalShameel3-Jul-11 20:35 
LINQ queries are executed only when results are required to be used in the code.
ToList()
and
ToArray()
force the queries to execute since the results are to be stored in the respective list and array. If the query is large enough, then it sure will consume huge memory. As dasblinkenlight already suggested, rewrite your query to select only the rows and columns that you actually require instead of loading the entire table and reading the required row/column.
QuestionLinqToExcel in win 64 bit Pin
Dhyanga30-Jun-11 8:10
Dhyanga30-Jun-11 8:10 
AnswerRe: LinqToExcel in win 64 bit Pin
Not Active30-Jun-11 8:13
mentorNot Active30-Jun-11 8:13 
GeneralRe: LinqToExcel in win 64 bit Pin
Dhyanga30-Jun-11 8:26
Dhyanga30-Jun-11 8:26 
GeneralRe: LinqToExcel in win 64 bit Pin
Parwej Ahamad30-Jun-11 9:11
professionalParwej Ahamad30-Jun-11 9:11 
GeneralRe: LinqToExcel in win 64 bit Pin
Not Active30-Jun-11 9:39
mentorNot Active30-Jun-11 9:39 
AnswerRe: LinqToExcel in win 64 bit Pin
Parwej Ahamad30-Jun-11 9:22
professionalParwej Ahamad30-Jun-11 9:22 
Questionis it impossible read asp file in visual studio2010? Pin
buffering8330-Jun-11 2:46
buffering8330-Jun-11 2:46 
AnswerRe: is it impossible read asp file in visual studio2010? Pin
Not Active30-Jun-11 3:07
mentorNot Active30-Jun-11 3:07 
GeneralRe: is it impossible read asp file in visual studio2010? Pin
buffering8330-Jun-11 18:27
buffering8330-Jun-11 18:27 
GeneralRe: is it impossible read asp file in visual studio2010? Pin
#realJSOP1-Jul-11 4:10
mve#realJSOP1-Jul-11 4:10 
Questionback button maintain state Pin
arkiboys30-Jun-11 2:04
arkiboys30-Jun-11 2:04 
AnswerRe: back button maintain state Pin
Not Active30-Jun-11 2:39
mentorNot Active30-Jun-11 2:39 
QuestionHow To Fill gridview textbox by selecting data from gridview Dropdownlist Pin
vanillaET30-Jun-11 1:04
vanillaET30-Jun-11 1:04 
AnswerRe: How To Fill gridview textbox by selecting data from gridview Dropdownlist Pin
raju melveetilpurayil30-Jun-11 1:53
professionalraju melveetilpurayil30-Jun-11 1:53 
GeneralRe: How To Fill gridview textbox by selecting data from gridview Dropdownlist Pin
vanillaET1-Jul-11 1:35
vanillaET1-Jul-11 1:35 
AnswerRe: How To Fill gridview textbox by selecting data from gridview Dropdownlist [modified] Pin
cpsglauco3-Jul-11 23:41
cpsglauco3-Jul-11 23:41 
QuestionDynamic Change in URL of webservice configuration. Pin
Smart_Boy29-Jun-11 21:08
Smart_Boy29-Jun-11 21:08 

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.