1
vote
.NET design course?
You could learn that by looking at the real code. One of the things I like doing is to read good open source code. Try looking into NUnit source code which is very well done.
…
0
votes
Your personal, successful coding practices.
One thing which I read somewhere is "Always select the SECOND workable solution for the problem".
The first solution that you get to most of the time is probably the easie …
1
vote
What program should I use to mock up GUIs?
We use whiteboards/whitewalls for quick screen/design mockups and then a digital camera to share it on the wiki. Probably the quickest way to get things rolling.
Otherwise, …
