Example C# project for demonstrating ASP.NET Core for MVC Design pattern. The project provides feature of managing a information about movies.
The project utilizes a model, controller and view. The project utilizes a SeedData class to populate data.
The project provides an ORM code-first relationship with SQL Server database. For simplcity, the LocalDB database is utilized.
The project adds search capability. The UI is updated for filtering on movie genre field and title text search.