Retrieve posts details from blogs URL using c#
Dear,
I am a beginner web developer, i want to create a c# process that retrieve posts details (title, image, summary, post URL, publish date, comments, share, likes, ...) from different blogs or website URLs (WordPress blogs, blogger blogs or specific websites or blog URL) and save them to my database using entity framework or linq to sql class.
I searched alots online and all what i found that there are specific API like WordPress API, blogger API ... that retrieve posts as json result when putting the URL (domain) for a blog or website in the api specific link, but this can't help for specific websites and blogs to find latest, oldest and updated posts details.
kindly help me if you have any idea, tutorial, document or any link of how and what materials to learn to do this.
thank you in advance
Best Regards,
Answers (2)
0
Eval() is used to bind to an UI item that is setup to be read-only (eg: a label or a read-only text box). However, you are using as inline coding so you are getting exception.
What is the need of Eval() to check condition. Create a function and pass value to the function so that you won't use Eval() as inline coding.