Membership Provider

There are 1 entries for the tag Membership Provider

Avoid Using a Database as an API Integration Point

Before I begin, I should clarify what I mean by using a database as an API integration point. In another life in a distant galaxy far far away, I worked on a project in which we needed to integrate a partner’s system with our system. The method of integration required that when a particular event occurred, they would write some data to a particular table in our database, which would then fire a trigger to perform whatever actions were necessary on our side (vague enough for ya?). In this case, the data model and the related stored procedures made...