i am getting sql db as service ,i want to bind them to controls in wpf . if there is any db we can just simply drag and drop the tables,save it then we can get datacontext and we can perform operations on it. is there any way to use wcf service in the same way.plz tell me step by step and detailed explanation ,i went thru all the links in net,but not able to understand them.plz help me .
i want to bind those tables from the database( given to me as webservice);if the db is not a service we can do it in drag and drop manner and write datacontext code ,can we do it in similar manner for a webservice,i cant get this