Click here to Skip to main content
15,906,097 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Dear All,

I am new to WCF services. For my C# Winforms application I have created a WCF Service Library to get bulk data to my DataGridView on the UI. For this process I am using WCF Service Library DLL.

Here my doubt is , using this DLL means, am I utilizing the goodness of WCF services powers. I am in confusion. Please clarify. Will it works for me in production ? Thankses in advance.

Regards,
KV Subrahmanyam,
CMC Ltd, Hyderabad.
Posted

1 solution

Well, not really. WCF does not speeds up any database related operationds for you. You should concentrate more on you data access related code since that is the one which should be efficient.

If you could tell what kind of "goodness" you are looking for, it will be easy to help.
 
Share this answer
 
Comments
SKOTAJI 11-Feb-11 9:27am    
I thought that, it will run independent to my solution - so I can save some seconds to show the bulk data. with your ans I happy. Now will not develop WCF for my project in this scenario.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900