© Dirk Strauss 2021
D. StraussCreating ASP.NET Core Web Applicationshttps://doi.org/10.1007/978-1-4842-6828-5_2

2. Creating Models

Dirk Strauss1  
(1)
Uitenhage, South Africa
 

In the previous chapter, we created logic to pull test data to our Video List form. That test data contained only three entries. Being test data, there is little need to add in a large volume of test data, not unless you want to test the responsiveness or speed of your page.

One thing that is therefore quite important is to add searching capabilities to our Video List form. This will allow the user to filter the list by some or other specific search queries.

Building a Search Form

I will be using Font Awesome icons in this application, so make sure that you have these set up. If ...

Get Creating ASP.NET Core Web Applications: Proven Approaches to Application Design and Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.