Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Luca Bolognese's WebLog
x += x++;
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
.NET Futures
Books
C# Programming
F#
Financial
Miscellanea
Object Orientation
Sport
Statistics
VB
Archives
November 2009 (2)
September 2009 (3)
July 2009 (2)
June 2009 (4)
May 2009 (5)
April 2009 (1)
March 2009 (1)
February 2009 (2)
January 2009 (2)
December 2008 (1)
November 2008 (4)
October 2008 (2)
September 2008 (4)
August 2008 (1)
July 2008 (1)
June 2008 (1)
April 2008 (3)
March 2008 (1)
January 2008 (2)
December 2007 (5)
November 2007 (1)
August 2007 (5)
July 2007 (1)
June 2007 (3)
May 2007 (2)
April 2007 (2)
February 2007 (3)
January 2007 (3)
July 2005 (1)
April 2005 (1)
March 2005 (2)
February 2005 (2)
January 2005 (3)
August 2004 (7)
July 2004 (5)
Bloggers
Matt Warren
Andy Conrad
Eric Gunnerson
Dinesh Kulkarni
Who am I (really)?
The author
August 2007 - Posts
Friday, August 31, 2007 1:54 PM
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:
C# Programming
Friday, August 31, 2007 1:43 PM
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
Filed under:
C# Programming
,
Financial
Attachment(s):
ParseQIF.zip
Thursday, August 30, 2007 1:25 PM
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
Filed under:
C# Programming
,
Financial
Attachment(s):
PriceRetriever.zip
Monday, August 13, 2007 5:42 PM
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:
Sport
Attachment(s):
BeachVolley 123.JPG
Monday, August 13, 2007 9:56 AM
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:
C# Programming