This example shows how to create a simple PDF Viewer application.
ASP.NET MVC Applications can be developed using one of the following IDEs. You can also develop using .NET CLI without below IDEs.
- Visual Studio 2022
- Visual Studio 2019
- Visual Studio 2017
- Visual Studio Code
The below tools required to run the Syncfusion ASP.NET MVC UI application.
- Net Framework 4.5 or above.
- ASP.NET MVC 4 or ASP.NET MVC 5
Execute the following commands to run the sample via command prompt window.
- dotnet restore
- dotnet run