How to fetch data from web page?

Do I need to use Web api CRUD when I want to fetch json data on  other website?

  • I have a latest news website on my homepage and it will be changed once there is a new item on my news table on my sql database, When my admin side do CRUD on the news table is it okay if i just CRUD on the Entity framework or do I need to use Web Api Crud? The guest site homepage is only for retrieving the update news. Thanks!

  • Answer:

    You should be fine by doing it using Entity Framework directly and modifying the table, actually there is not need to provide the other operations though Web API if your requirement is not to add/update the records through Web API ,you can only provide Get method through your API.

Varun Bilurkar at Quora Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.