This is a simple .NET 6+ console application that:
- Fetches users and posts from the public JSONPlaceholder API
- Links posts to users
- Open the project in Visual Studio 2022 or later
- Make sure the project targets .NET 6 or higher
- Set the project as Startup Project
- Press F5 or click the green Run button
- Open a terminal and navigate to the project directory:
bashcd path/to/project - Run the application:
dotnet run