SyntaxFix
Write A Post
Hire A Developer
Questions
This should work for you:
var movies = _db.Movies.OrderBy(c => c.Category).ThenBy(n => n.Name)