Let me start by saying that I am very new to XNA, and to programming in general. I have an understanding of VB.NET and Java.
My question is regarding memory management. I have been working through the first five tutorials on XNA, and have just completed number 3, sounds. I have noticed that my memory usage (looking at the process in Task Manager) steadily increases, even when the game is sitting idle. The same thing happens on the tutorial file supplied by Microsoft, although at a slightly slower rate.
How do I prevent this from happening? What techniques must I use in my program to prevent it from steadily eating up all available memory?
I understand if this question is too big to answer in this forum, so a link to a tutorial would be cool too, my Google searches did not turn up anything.
Thanks,
Luke