Hi,
Is it good idea to use WCF to connect to SQL server in my silverlight application?
This communication layer deals only with the database (SQL Server) and will return a large dataset most of the time. I am trying to speed up my silverlight application. I was using aspx pages and the client wants something flashier and faster.
Any recommendation? AM i on the right track? I don't to be changing long down the track.
Thanks