Before you start
To run this tutorial you will need to make sure you have the following installed on your machine:
- Visual Studio 2019 Community Edition or higher with TypeScript support and the latest updates.
- Xomega.Net plug-in for your version of Visual Studio.
- Valid Xomega license.
- Sample Microsoft database AdventureWorks installed on your local or network SQL server. This tutorial is based on version 2016 of this database.
The complete final code for this tutorial is also available on GitHub, so you can always download and run it, and use it as a reference when walking through the steps.
Without further ado, let's get started by creating a solution for our application projects, and generating some basic search and details views out of the box.
Next: 1. Creating solution with basic search/details views >