Watching some videos they talk about endpoints and im not sure what the differences are in base address and endpoints when it comes to wcf RESTful services?
Why when using rest do you declare the URLs in the Contract areas? I mean whats the difference between wcf and restful wcf? Taking a guess is it WCF as a standalone you use the entire service at once or it serves one person at a time? And restful can service many unique and different client side applications/solutions at any given time? Dont really get the difference between wcf and restful wcf?
If I create a solution wcf service library and a "host" programme say a console app that allows post get and delete etc then I create another application and add the service reference of the first soultions service library I should then be able to retrieve data and post data etc. Thats fine. But what on earth does rest do to the service that makes it any different?