Odata 4 service tutorial - part 2
This is the second part of the odata services tutorial. First part can be found here. Following topics will be covered: linking entities, applying query manually, functions, actions and singletons.
This is the second part of the odata services tutorial. First part can be found here. Following topics will be covered: linking entities, applying query manually, functions, actions and singletons.
I’m learning OData 4 services for a new project. I’ll cover the basics in the following articles.
Programming principles, got to memorize a few. They do contain some useful advice.
In .net tooling there is a limitation in the XML Schema Definition Tool (xsd.exe) that causes the proxy classes to be generated incorrectly for certain cases of “unbounded” elements.
There are frameworks that are suited for simple apps and I got the opportunity to build one. Here are a few words about a less known web framework NancyFx and Ratchet library for the ui.