What is the simplest, but solid, interface from WinForms to a SQL Server database?
        Posted  
        
            by Greg
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Greg
        
        
        
        Published on 2010-05-15T08:12:51Z
        Indexed on 
            2010/05/15
            8:14 UTC
        
        
        Read the original article
        Hit count: 322
        
Hi,
If I wanted to have my data in SQL Server, but wanted to use a thick client WinForms application for users, what would be the best practice way to have calls occurring from WinForms to database? And how simple is this?
I guess I'm trying to gauge to what extent there are issues with this approach and one needs to go for some (a) middle tier with web services, or (b) have to go asp.net or something.
I really just have a simple app that needs a database and I'll only have a 10 - 30 clients on a LAN/WAN network that would be connecting in.
© Stack Overflow or respective owner