Good day.
Colleagues, is it possible in ASP.NET MVC to sort the list that contains the result of a database query, without re-accessing the database without using Session ["..."] or Session - the only way to store data in the server's memory between queries?
Cache, for example. And why not in the session? - Igor