I need to be able to simply specify elements from html in my C# application. I would just use Linq to Sql but this needs to be configurable/serializable to a string. I could of course use XPath but something like Sizzle at this point is just so much more natural for most people.
Anyone know if a sizzle selectors implementation exists in .Net?
Yepp, Fizzler. It’s built upon HtmlAgilityPack and works very well, even though the authors says it’s beta. We use it in production on a major project. Samples from the documentation: