Category Archives: C#

Top 5 C Sharp Tips I Wish I Knew Before Taking the Plunge

I’ve been programming in C Sharp for over 4 years (2 years while at an IT company). There are many things such as C Sharp language tips/patterns I wish I knew before I started that would have saved me a … Continue reading

Posted in C#, Tips, Tutorials | Leave a comment

Accessing a listview’s Items From Another Thread

The Problem at Hand The other day I had a simple problem that I couldn’t seem to find an answer to online. I had a background worker running on a thread that needed to access a collection of listview items. … Continue reading

Posted in C#, Tips, Tutorials | Leave a comment