C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sarathlal Saseendran(2)
Sachin Kalia(1)
Kishan Zalariya(1)
Resources
No resource found
XPath Using HtmlAgilityPack and WebClient
Jun 25, 2012.
In this article we have used HtmlAgilityPack to get multiple nodes using SelectNodesByPattern, which is an extension method.
Web Scraping In C# Using ScraperAPI
Jan 30, 2022.
In this article, we will explore how to create real life web scraper using ScraperAPI and HtmlAgilityPack.
C# Corner Author Posts Analytics With Angular 8
Jun 15, 2019.
In this post, we will see how to fetch the article, blog, and news details for an author from the C# Corner site and show post analytics in an Angular 8 application. We will show a chart (Pie, Doughnut, and Polar area) and other analytics with the author data. We will use HtmlAgilityPack library to scrape the data from C# Corner site and Chart.js library to show the chart in Angular 8 application.
Create A Sample C# Corner 👨🎓Flair With ASP.NET MVC
Dec 27, 2018.
We will see how to create a sample C# Corner User Flair in ASP.NET MVC application using HtmlAgilityPack. We will also add a provision to save this flair as an image using a third-party JavaScript library html2canvas.