This might be a stupid question, I have just a little confusion on the suffix .svc
on ODATA service, since most of examples I see always have suffix .svc
at root URL, example:
http://services.odata.org/V4/Northwind/Northwind.svc/
Or even on ODATA document example:
When building ODATA on ASP.NET Web Api, I see that the suffix .svc
is not actually mandatory, we can add it if we want on routing config.
So what is the purpose to add suffix .svc
to the root URL in order to build ODATA service or it's just the convention to specify that this is ODATA service?