Any suggestions in a way to parse headers and links from blog pages using C#?
        Posted  
        
            by user344841
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user344841
        
        
        
        Published on 2010-05-19T08:15:56Z
        Indexed on 
            2010/05/19
            8:20 UTC
        
        
        Read the original article
        Hit count: 173
        
I'm currently self-studying C# in my free time and thought of a "little" project to get me going (and one that I or others will actually find useful). It ended up being more complicated than I thought. Or maybe I'm just thinking it is?
Anyway, this project would parse the homepages of the blogs (most of them are Wordpress blogs) I frequent to, take the post headers and the links within those posts and notify me via a balloon tip in the task bar. I can handle the rest except for the way of getting C# to parse the HTML pages for the items I need. C# doesn't seem to have no built-in way to do this. Could anyone point me to the right direction? I just looked into the HTML Agility Pack but I'm still trying to figure it out. Some example code will help much too. Thanks in advance!
© Stack Overflow or respective owner