Search⌘ K

πŸ€ Challenge: Implement Action Method with View

Explore how to refine your ASP.NET Core MVC application by implementing action methods that return lists of active and inactive users. Learn to order these lists alphabetically and connect views to display the filtered data effectively.

We'll cover the following...

Requirements

As of right now, your application returns a list of users that are both active and inactive. You need to refine it, and only return users that are active ...