Link to home
Start Free TrialLog in
Avatar of websss
websssFlag for Kenya

asked on

Existing Web App - create an API for customers - how?

I have a asp.net 4.5 webforms app with a SQL Server 2014 backend

Customer(s) wants to access his data via an API
We currently don't have an API so need to create one

The web app uses 3 tier's:
1 Web
2 Business Logic
3 Data Access Layer


Would I use the business logic layer for the API or just deal direct with DB?
Can someone give me an idiots guide on how to get started using .net, and rough outline of architecture
I also have no idea about securing it?
Any advice appreciated on how to get started speccing it out
ASKER CERTIFIED SOLUTION
Avatar of kaufmed
kaufmed
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial