Eventually when testing your controllers you will come across an action that sets TempData. If you didn’t know, TempData is a session-backed temporary storage dictionary that is available for one single request. It’s great to pass messages between controllers. Our Controller classes that we derive
Similar Posts
David Meyer recently published a .NET class library that enables duck typing (also sometimes incorrectly described as Latent Typing as Ian Griffiths explains
A couple of weeks ago I wrote about using the Inversion of Control (IoC) principle to create classes that are easier to unit test. One major thing I left
I will finish Build your own CAB at least before Acropolis hits and makes it all obsolete. In the meantime, check out all the stuff that's gone before
In my current project I'm using a own User object that I store in the HttpContext.Session to have personalized data available without connecting on each