Google video chat is pretty good too.
maruf_d
Posts
-
Video Chatting (Web Cam, with Text Chat) -
Prototyping/UI Mock-up Tools - Available options and Best fitJust wanted to get opinions/stories from fellow programmers/consultants on Mock-up/Prototyping tools. Being a programmer myself, it was easy to do windows client-based prototypes in VB6.0 or .NET. However, Web-based screens were done in Visio or as core html pages - A little more work. Off late, I have been using iRise and am happy with the results. It has a learning curve though. Feel free to comment on your experience on such tools and how it helped you.
-
StyleCopI agree. I use regions heavily and feel that it is a great feature. I just dont like their abuse.
-
StyleCopI have seen developers using region blocks within large methods heavily to logically organize the code, which is not a very good idea. At times it is also used as a replacement for traditonal comments. Since i always use VS 2005, i prefer to use regions within my methods as it neatly groups the code and it is easy to explain the code pieces to others.