Dealing with Direct Object References in Web Api and Angular

I blogged here a long time ago about one way to deal with direct object references in ASP.NET MVC application.  Today I want to describe my solution to the same problem in an Angular application that is using ASP.NET Web Api for server data access. Core approach is still the same, and I will still …

Continue reading ‘Dealing with Direct Object References in Web Api and Angular’ »