[Editor's note: Peter rewrote this article after a reader pointed out he over-engineered his original solution. ("What can I say: The code worked -- I just didn't need nearly as much code as I thought ...
I used the original tutorial to teach my apprentices the most important things. E.g Most important Design Patterns. Each apprentice extended then the framework with additional features. This document ...
You have a number of different ways to store and retrieve data between requests in ASP.NET Core MVC applications. Here’s how to take advantage of them. Because HTTP is a stateless protocol, state ...
The series is great and I've taken a ton away from it. One problem that I haven't sorted out yet is how to handle the session for a site that uses a good deal of AJAX. I've found that the session per ...