zzz projects Html Agility Pack
Home
Documentation Release Notes 3rd Party Libraries Knowledge Base  Help & Donate
Online Examples
  • Home
  • Documentation
  • Release Notes
  • 3rd Party Libraries
  • Knowledge Base
  • Help & Donate
  • Online Examples
  •   Download  

Html Agility Pack - Knowledge Base (KB)

3 results in tag: multithreading

Make method asynchronous itself

I have a method like this:...public List<List<string>> GroupedNodes(string URL, params string[] XPathes) { //Load HTML Source HtmlWeb loader = new HtmlWeb(); HtmlAgilityPack.HtmlDocument doc = loader.Load(URL); //some other codes ... ...
async-await asynchronous c# html-agility-pack multithreading
asked by Parsa

How can I take a remote screenshot of a website from a url?

So I have an application that does:...Take n amount of links from SQL...Creates a new thread for each link...Get HTML code of this website with HTML-Agility-Pack for each thread...Saves its data to SQL (image sizes, page size, word count, words etc) and s...
c# html html-agility-pack multithreading webpage-screenshot
asked by user8721364

RAM intensive C# process getting slower after several hours

I run a C# process (service) on a server responsible for parsing HTML pages continuously. It relies on HTMLAgilityPack. The symptom is that it becomes slower and slower as time goes by. ...When I start the process, it handles n pages/s. After a a few hour...
c# html-agility-pack memory-management multithreading performance
asked by Benoit Sanchez

Page 1 of 1
  • 1

Prime Library

Performance

  • Entity Framework Extensions
  • Entity Framework Classic
  • Bulk Operations
  • Dapper Plus

Expression Evaluator

  • C# Eval Expression
  • SQL Eval Function
More Projects...

Related

  • EF Extensions Online Benchmark
  • WIN an EF Extensions license
  • EF6 BatchSaveChanges for only $79
Get monthly updates by subscribing to our newsletter!
SUBSCRIBE!