6
CristCD
8y

// First rant
So I've spent the last three days trying to send requests to a website in C# (never had done that, so I had to learn from scratch) and using XPath to select certain nodes from the html.
Today, I port it to a new UWP project and turns out it doesn't support XPath. I guess I should learn LINQ now...fml

Comments
  • 1
    I had some knowledge of SQL so LINQ turned out to be pretty nice. I got it working and the app is on it's way. I will share it with you guys once it's ready. :)
Add Comment