How to collect user opinions about software
        Posted  
        
            by alga
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by alga
        
        
        
        Published on 2010-04-19T12:51:27Z
        Indexed on 
            2010/04/20
            1:43 UTC
        
        
        Read the original article
        Hit count: 347
        
I have written a small .net Windows Forms application. And now I decided to get opinions or comments from users. User will just write something in a input form and click a send button.
I want to use the most easiest way. I don't want to host any webservices or another applications for gathering the information. Also I don't have a database. Nothing. I just want to know what people think about the application.
How would you do it?
© Stack Overflow or respective owner