My current site (VisualHint) uses ExpressionEngine and allows me to have the basic ecommerce I need inside a templated web site containing several blogs (one is the main blog, the others are testimonials, announcements).
But I need more to handle licenses and subscriptions, so I decided to port the site to asp.net mvc. My only concern right now is the integration with a .net blog. Whatever the solution, I want to be able to show on the main page some excerpts of my main blog (what used to be blogs before, like testimonials, can now be sequential entries in my database).
So let's say I choose blogengine.net for instance. Can I extract these informations and show them on my mvc web page? Which .net blog would you try first to achieve such a goal?