I am trying to build a small app for a college with WPF, it is not a net app, and I am using the sql server 2008 for this purpose, and I am interested to know if WCF could be used for this purpose, and please let know why and why not to use WCF for this purpose.
The DB is processed in a Code library project that has all the classes etc.
Thank you for the time.
SURE! Why would you think it’s not suited for this??
WCF can be used for almost anything – especially internet and intranet usages.
In intranet settings, you might want to look into using Windows authentication for simple auth, and the
netTcpBindingprotocol for top speed.