Setup Development Environment#
IDE Installation#
Use any IDE you are comfortable with. Visual Studio or Rider (latest version) is recommended.
Version Control Setup (Git)#
Download SourceTree to simplify Git operations.
Dependencies and Package Managers#
Install the Visual Studio Installer Projects extension to run the project properly.
Set Up Copilot#
Set up GitHub Copilot in your IDE. Make sure your GitHub user is added to the team.
Database Setup#
Download SQL Server Developer Edition and SQL Server Management Studio (SSMS).
Download the latest Cube database backup.
Steps to restore the database in SSMS:
- Open SSMS and connect to your local SQL Server instance.
- Right-click Databases → Restore Database…
- Select Device as the source, then Add the downloaded backup file.
- Confirm the selected backup and click OK to restore.