Welcome to MSDN Blogs Sign in | Join | Help

August 2007 - Posts

Instead of a simple switch statement ...

This is Luke 's kind of code. I might be catching the virus ... abstract class QIFParserBase { public enum LoadOptions { All, Prices, Securities, Transactions } static readonly Dictionary < LoadOptions , Action < QIFParserBase , string []>>
Posted by lucabol | 5 Comments
Filed under:

Parsing QIF Quicken files in C#

I'm slightly prouder of the structure of this code than the one in the previous blog post . You can simply inherit from QIFParserBase and override a couple of abstract methods to customize the behavior. Still, I just tested it on a couple of test QIF
Posted by lucabol | 1 Comments
Attachment(s): ParseQIF.zip

Retrieve prices, dividends and splits for a stock in C#

I wrote this code very quickly and I'm kind of ashamed of it, but it gets the job done (I think). You need the HTML Agility Pack for the stock splits retrieving code. You can download it from here or you can simply comment out the code. I wrote it against
Posted by lucabol | 0 Comments
Attachment(s): PriceRetriever.zip

Lucabol and Kiraly ...

My wife took this in Manhattan Beach this week end. Karch is the one on the right.
Posted by lucabol | 1 Comments
Filed under:

Attachment(s): BeachVolley 123.JPG

Here is a semi(not)-funny video of Matt and I talking about the LINQ to SQL query/update pipeline

And a bit of history of O/R in Microsoft at the end: http://blogs.msdn.com/charlie/archive/2007/08/06/linq-to-sql-pipeline-video-with-luca-bolognese-and-matt-warren.aspx
Posted by lucabol | 0 Comments
Filed under:
 
Page view tracker