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

.NET (Core and Framework)

 
AnswerRe: multiple records in crystal report visual basic 2010 Pin
thatraja24-Feb-14 22:41
professionalthatraja24-Feb-14 22:41 
GeneralRe: multiple records in crystal report visual basic 2010 Pin
Member 1050621524-Feb-14 23:28
Member 1050621524-Feb-14 23:28 
GeneralRe: multiple records in crystal report visual basic 2010 Pin
thatraja24-Feb-14 23:40
professionalthatraja24-Feb-14 23:40 
QuestionVB.Net Text Encoding Pin
Member 1061435020-Feb-14 23:00
Member 1061435020-Feb-14 23:00 
AnswerRe: VB.Net Text Encoding Pin
Richard MacCutchan21-Feb-14 0:36
mveRichard MacCutchan21-Feb-14 0:36 
AnswerRe: VB.Net Text Encoding Pin
Eddy Vluggen21-Feb-14 21:06
professionalEddy Vluggen21-Feb-14 21:06 
QuestionMemory utilization of MemoryStream Pin
elix54520-Feb-14 9:18
elix54520-Feb-14 9:18 
AnswerRe: Memory utilization of MemoryStream Pin
Pete O'Hanlon20-Feb-14 9:35
mvePete O'Hanlon20-Feb-14 9:35 
First of all, you don't see the MemoryStream in isolation as far as memory consumption goes. There's the rest of the program, including all the assemblies that get loaded in - they all take up memory. Secondly, don't rely on Task Manager to determine memory profile. Task manager is a notoriously poor way of judging memory usage. Part of the reason for this is that .NET grabs more memory than it needs - this is to give the application room "to grow into" as it runs. Memory allocation is an expensive operation, so having your application grab just the bytes it needs while it's running would be a waste of time.
AnswerRe: Memory utilization of MemoryStream Pin
Dave Kreskowiak20-Feb-14 9:36
mveDave Kreskowiak20-Feb-14 9:36 
GeneralRe: Memory utilization of MemoryStream Pin
elix54520-Feb-14 10:08
elix54520-Feb-14 10:08 
GeneralRe: Memory utilization of MemoryStream Pin
Dave Kreskowiak20-Feb-14 13:11
mveDave Kreskowiak20-Feb-14 13:11 
GeneralRe: Memory utilization of MemoryStream Pin
elix54520-Feb-14 14:25
elix54520-Feb-14 14:25 
AnswerRe: Memory utilization of MemoryStream Pin
JonB26-Feb-14 5:19
JonB26-Feb-14 5:19 
QuestionGantt Chart Pin
Member 1057034317-Feb-14 0:39
Member 1057034317-Feb-14 0:39 
QuestionASP.NET Membership Pin
Meetmca16-Feb-14 18:17
professionalMeetmca16-Feb-14 18:17 
AnswerRe: ASP.NET Membership Pin
Richard MacCutchan16-Feb-14 22:26
mveRichard MacCutchan16-Feb-14 22:26 
QuestionQuestion about VB and Databases Pin
CaseLost14-Feb-14 17:05
CaseLost14-Feb-14 17:05 
AnswerRe: Question about VB and Databases Pin
Eddy Vluggen15-Feb-14 23:33
professionalEddy Vluggen15-Feb-14 23:33 
Questionsql query syntax in .net Pin
Member 1050621512-Feb-14 3:52
Member 1050621512-Feb-14 3:52 
AnswerRe: sql query syntax in .net Pin
Dave Kreskowiak12-Feb-14 4:30
mveDave Kreskowiak12-Feb-14 4:30 
AnswerRe: sql query syntax in .net Pin
thatraja12-Feb-14 4:31
professionalthatraja12-Feb-14 4:31 
AnswerRe: sql query syntax in .net Pin
Richard Deeming12-Feb-14 5:22
mveRichard Deeming12-Feb-14 5:22 
AnswerRe: sql query syntax in .net Pin
Eddy Vluggen12-Feb-14 6:56
professionalEddy Vluggen12-Feb-14 6:56 
GeneralRe: sql query syntax in .net Pin
Member 1050621512-Feb-14 22:01
Member 1050621512-Feb-14 22:01 
AnswerRe: sql query syntax in .net Pin
Eddy Vluggen12-Feb-14 22:28
professionalEddy Vluggen12-Feb-14 22:28 

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.