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

.NET (Core and Framework)

 
GeneralRe: ADD FILES TO SINGLE EXECUTABLE IN VB.NET Pin
Dave Kreskowiak12-May-09 8:26
mveDave Kreskowiak12-May-09 8:26 
QuestionMDI child window maximize through title-bar double-click Pin
angusmax12-May-09 0:03
angusmax12-May-09 0:03 
AnswerRe: MDI child window maximize through title-bar double-click Pin
Dave Kreskowiak12-May-09 6:53
mveDave Kreskowiak12-May-09 6:53 
GeneralRe: MDI child window maximize through title-bar double-click Pin
angusmax22-May-09 0:02
angusmax22-May-09 0:02 
GeneralRe: MDI child window maximize through title-bar double-click Pin
Dave Kreskowiak22-May-09 12:55
mveDave Kreskowiak22-May-09 12:55 
GeneralRe: MDI child window maximize through title-bar double-click Pin
angusmax28-May-09 0:07
angusmax28-May-09 0:07 
QuestionHow to use perfmon Pin
krishnan.s11-May-09 23:31
krishnan.s11-May-09 23:31 
AnswerRe: How to use perfmon Pin
Simon P Stevens12-May-09 0:23
Simon P Stevens12-May-09 0:23 
You don't need to investigate it. It's been well discussed and documented already.

Read here, http://getdotnetco.web119.discountasp.net/GdncStore/free/Articles/The%20Memory%20Mystery.htm[^] and the other links I gave you last time.

.net memory is not something you need to worry about. Just trust the CLR. Unless you are doing some serious, cutting edge, right on the metal, hardcore processing, the CLR is efficient enough for you.

Rather than measuring things like memory usage, measure things like perceived performance. If your app starts up quick enough, and responds to user clicks fast enough, why do you care about how much memory it is using. Just let the CLR handle itself.

Instead, learn how to write efficient and optimal code within the CLR environment. Learn about the dispose pattern, learn how to manage your resources and learn about the pros/cons of the different data types, structs and class, and the passing semantics (by ref/by value etc)

Simon

QuestionNeed help in code-behind Pin
Senthil S11-May-09 21:23
Senthil S11-May-09 21:23 
AnswerRe: Need help in code-behind Pin
Samer Aburabie12-May-09 20:40
Samer Aburabie12-May-09 20:40 
QuestionHow to use "Session" variables?? Pin
lsh486love11-May-09 21:21
lsh486love11-May-09 21:21 
AnswerCP IGNORE: Cross-posting Pin
Rajesh R Subramanian11-May-09 21:52
professionalRajesh R Subramanian11-May-09 21:52 
QuestionQuestion regarding File SreamReader in VB.NET Pin
bheeem11-May-09 21:05
bheeem11-May-09 21:05 
QuestionDebug Windows service Pin
Sundeep Ganiga11-May-09 18:27
Sundeep Ganiga11-May-09 18:27 
AnswerRe: Debug Windows service Pin
Mark Salsbery12-May-09 7:13
Mark Salsbery12-May-09 7:13 
GeneralRe: Debug Windows service Pin
Sundeep Ganiga13-May-09 1:35
Sundeep Ganiga13-May-09 1:35 
GeneralRe: Debug Windows service Pin
Mark Salsbery13-May-09 6:11
Mark Salsbery13-May-09 6:11 
Question.Net Configuration Tool Pin
Roger Wright11-May-09 15:22
professionalRoger Wright11-May-09 15:22 
QuestionGrouping of Colors to "main" color / nuance. Pin
mm-2k11-May-09 7:49
mm-2k11-May-09 7:49 
Questionadding atext to atextbox in section 1 in crystalreport c# Pin
Member 439903611-May-09 7:21
Member 439903611-May-09 7:21 
QuestionActive Directory Pin
jarbo3a11-May-09 2:05
jarbo3a11-May-09 2:05 
AnswerRe: Active Directory Pin
glumlord12-May-09 8:15
glumlord12-May-09 8:15 
Question.Net memory usage Pin
krishnan.s10-May-09 22:08
krishnan.s10-May-09 22:08 
AnswerRe: .Net memory usage Pin
Eddy Vluggen10-May-09 22:23
professionalEddy Vluggen10-May-09 22:23 
AnswerRe: .Net memory usage Pin
Eddy Vluggen10-May-09 22:40
professionalEddy Vluggen10-May-09 22:40 

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.