Visual Studio
OData Connected Service is a Visual Studio extension that generates strongly-typed C# and Visual Basic client code for a specified OData service. It generates a DataServiceContext class to interact with the service and CLR types for each entity type and complex type in the service model.
The extension is available at Visual Studio Marketplace and supports Visual Studio 2017 & 2019 and Visual Studio 2022.
Follow the instructions at OData Connected Service to learn more about consuming OData services.