extension method

  • linq to csv extension method

    Can be used to convert list of strongly typed objects to csv output. Continue reading

  • With Statement in C# .Net

    If you’re stumbling across this article, chances are you may be looking for a replacement for VB .Net’s “with” statement. Sadly, there is no exact replacement, but there are alternatives which are equally helpful. Given a basic class “Robot” below:… Continue reading