I am trying to follow the Northwind example provided as sample. In this the oData controller is used to access the data.
How we can convert these code(s) to a simple web api controller. So I can use something like localhost:5000/api/customer to list all the customers whereelse localhost:5000/api/customer/ALFKI to just list one customer.
What configuration changes I have to make to make this scenario to work. Thank you
PS: My goal is to use the framework with ASP.Net webapi to return the data only. And using John Papa Hot Towel template to access this data with Breezejs. Is this scenario can be achieved with this nice framework in first place? Regards
How we can convert these code(s) to a simple web api controller. So I can use something like localhost:5000/api/customer to list all the customers whereelse localhost:5000/api/customer/ALFKI to just list one customer.
What configuration changes I have to make to make this scenario to work. Thank you
PS: My goal is to use the framework with ASP.Net webapi to return the data only. And using John Papa Hot Towel template to access this data with Breezejs. Is this scenario can be achieved with this nice framework in first place? Regards