first of all
i am planning to my project.So, i am just making research.
now
i have a project that contains data access layer.
to build that layer, i know this solutions:
- creating a stored procedures and call it from my code. This way is very old.
- working with linq with sql. I read that this way will be die soon.
- working with entity framework. i tested it and make a small test project. it seems that it contains all what i need.
my project should give a web services.
I make a research about web services and I found that RESTFUL web service is suitable to my need.
my question
what is the best way to create web servcies on a project that its access layer is entity framework