Welcome to Atalasoft Community Sign in | Help

Browse by Tags

All Tags » generics » C#   (RSS)

Even More IEnumerable<T> Fun

This post is going to cover how to use (and abuse) extension methods to make it easier to write compilers and interpreters or to write code metrics tools. Right now, it’s straight forward to loop over a set of paths, load assemblies (that can be loaded)

More IEnumerable<T> Fun

This blog post will be about a practical example of using IEnumerable<T> to make solving common problems easier. Here’s a common abstract problem – walk a tree of nodes visiting each node and possibly perform an operation on a node’s contents. 

Make It Feel Like Syntax

I chose my career wisely.  I can tell because at least once a week I run across a nifty small thing that makes programming feel new again.  It’s not that I’m a sucker for novelty, it’s more that when I see something particular clever that makes