I am finalizing one of my projects and taking a look over the whole project looking for mistakes, bugs and performance mistakes. I am using MVC. I caught one Don't and that is:
Never put a RenderPartial within a loop. it will drastically slow down your whole server.
Never store a WebControl to Session.
Because it has a reference to the Page object, it ends up storing every control to session.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With