cmakara

  • Usage of the "var" keyword in C#

    This is a very good article about the var keyword in C#:
    http://jeremybytes.blogspot.hu/2014/02/demystifying-var-keyword-in-c.html

    February 22, 2014 - 1 minute read - csharp
  • How to set AutomationId for TreeViewItems in WPF

    Recently I started to implement UI tests for a WPF application with White. I’m entirely new to WPF, so it wasn’t obvious to me how can I set the AutomationId of a TreeViewItem which is generated during runtime based on the contained object’s property. Here’s the solution:

    February 22, 2014 - 2 minute read - csharp wpf

Customized by Csaba Makara
Based on Chalk by Nielsen Ramon