Exposing Data to External Sources

Former Member
Former Member

From what I understand the procedure outlined here community.telligent.com/.../exposing-data-to-external-sources
can be used to expose my custom data from a SQL database, and to create a REST endpoint to consume via JavaScript on the client-side.
I have a couple of questions regarding this:
1. Would this be a class library, which would produce a DLL to be dropped in the BIN folder, or something else?
2. What classes need to be implemented?
3. How and where does the database communication take place i.e where do you specify what stored procedures, tables, fields, etc would be involved?

Any further explanation of the process would be appreciated.