Blazor Dropdown List Performance with Virtualization
The example uses virtual scrolling to overcome these challenges and greatly enhance the performance of your application.
Project prerequisites
Make sure that you have the compatible versions of Visual Studio 2022 and .NET Core SDK 6.0 or later version in your machine before starting to work on this project.
How to run this application
To run this application, you need to first clone the blazor-dropdown-list-virtualization repository and then open it in Visual Studio 2019. Now, simply build and run your project to view the output.