Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Please give me the best explaination how can we do memory management in mvc.
Posted
Comments
CHill60 11-Feb-15 7:41am    
A little more context would be useful.
However - this is a Quick Answers forum not a Tutorial site.
What are you trying to do and where are you stuck?
ZurdoDev 11-Feb-15 9:53am    
The same way you would anywhere else. What exactly is your question?
Sergey Alexandrovich Kryukov 11-Feb-15 11:38am    
Why, for goodness sake? :-)
—SA

1 solution

I hope you mean MVC framework for ASP.NET. Then you don't need to do any memory management, as .NET is a managed environment. You should not just create memory leak at the code design level. To understand how it works, please see: http://en.wikipedia.org/wiki/Garbage_collection_%28computer_science%29[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900