- Add Nuget Package Reference ApacheThrift version 0.13.0.1
- Add .thrift file
- Download thrift.exe https://thrift.apache.org/download
- Add pre-build event thrift -r -gen netstd ".\hello.thrift"
- Ensure netstd files are generated under directory "gen-netstd".
- Thrift.Interface : Define thrift services and models
- Thrift.Service: Interfaces are implemented in the service and it uses http transport
- Thrift.Client: Client talking to Service over http