[Serializable]
public class Blogger : Person
{
public Blogger()
{
this.Name = “Micah Martin”;
this.Job = “.NET solutions developer”;
this.Location = “Charlotte, NC”;
this.Roles.Add(Roles.Dad);
this.Roles.Add(Roles.Husband);
this.Roles.Add(Roles.PopWarnerFootballCoach);
this.Hobbies.Add(new Hobby(“Classical Pianist”));
this.Children.Add(“Noah”);
this.Children.Add(“Jonah”);
this.Children.Add(“Isaac”);If (DateTime.Now > New DateTime(2009, 3, 2))
{
this.Children.Add(“Hannah”);
}
}
}
“And we know that in all things God works for the good of those who love him, who have been called according to his purpose.” – Romans 8:28
“Trust in the LORD with all your heart, And lean not on your own understanding; In all your ways acknowledge Him, And He shall direct your paths.” – Proverbs 3:5-6
January 8, 2009 at 7:42 am
I saw your recent question got killed on SO. I don’t know if you saw my answer to post to Hacker News.
Also, I might be interested in your project and I know a few other devs who might be as well. Shoot me a detailed proposal and I’ll take a look and pass it around.
January 8, 2009 at 2:20 pm
Stever -
I didn’t see your post before mine got blown away. Thanks for the follow up. I knew my post would get slammed, but what are you going to do.
Micah
January 11, 2009 at 1:35 am
Mr. Martin:
I saw you post on Stack Overflow, and I would enjoy the opportunity to help with your project. Please feel free to contact me. I look forward to hearing from you.
Daniel