views:

70

answers:

2

Where to put the helper class in the project folder hierarchy ?

+3  A: 

I usually just create a Common or Helpers subdirectory as a place to put these kind of things.

jamesaharvey
+5  A: 

I would suggest creating a seperate class library so that you can reuse your helpers in other projects as well.

Sayed Ibrahim Hashimi