Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OData Connected Service vs OData V4 Client Code Generator

Tags:

c#

odata

odata-v4

  • OData Connected Service
  • OData V4 Client Code Generator

I know that these extensions are used to generate client code based on Odata service.

  1. What is the difference between OData Connected Service vs OData v4 Client Code Generator extension.
  2. What is the purpose of these extensions?
  3. When should I use OData Connected Service and when should I use Client Code Generator?

Can anyone explain the pros and cons?

like image 823
Rahul Avatar asked Dec 30 '15 15:12

Rahul


1 Answers

After doing some Investigation i found the answer. There are no differences between these two extensions. Both tools are generating proxy classes based on same T4 template. There is no differences in generated code as well.

The only difference is the OData Connected Service is, Visual studio 2015 supports GUI wizard to generate the client code.

like image 195
Rahul Avatar answered Oct 20 '22 11:10

Rahul