Extract data from HTML page with XPath and Linq

As developer, we usually need to extract data from a html web page in our projects, but most of the time we try to find another solution due to the complexity of the task. Indeed, the classical approach would be to use regex or similar and try to find out our informations in the pageContinue reading “Extract data from HTML page with XPath and Linq”

Useless C# Code : Convertir une image en page html

Je viens de voir une petit video ou un chinois dessinait en utilisant uniquement des styles CSS, cela m’a donné l’idée de coder rapidement un petit convertisseur image->.html. Le hack est assez simple, une image c’est une matrice de pixel de couleur. En html, les cells d’un objet table peuvent avoir un background spécifique… IlContinue reading “Useless C# Code : Convertir une image en page html”