Hi all,
I am developing a LAN based Counter Billing Application with around 10 clients. Basically 1 server will have SQL-Server Express installed where all billing details will be stored. So all 10 clients will be communicating with server now & then for product information and billing. I am novice in WCF and read some articles on WCF from various sources. What I think NetTCPBinding will be good for this purpose!!!. My question is "Does NetTCPBinding is good for this purpose?". I want to keep it simple. One more thing do I need to write different WCF services for client app PC and Server app PC for communication?
If my question sounds confusing then in simple words I want to insert and updates SQL-Server 2005 tables (Installed on Server) from my LAN Client PCs for billing purpose. How I can do that using WCF...
thanks