var posts = brain.Where(idea => idea.GetType() == typeof(ProgrammingIdea));
Tuesday, December 15, 2009
Any start is a good thing
The idea for this blog is meant to show some useful pieces of .NET code, not specifically LINQ related, more just good pieces of code.
The first (or second) real post will contain some useful code snippets that generate event signatures. This will come in the next couple of days, but until then...
No comments:
Post a Comment