Hi!
Im new on this forum.. so Hello to all :)
Im a beginner in programming WCF.Im a student, on our faculty, we get a new task to make a project in WCF.I hope that you guys could help me a little bit..I dont know how to start.I watched some toturials on youtube and so on..
So here is my task:
Create Web services using Windows Communication Foundation framework - WCF.
In Visual Studio select the WCF Service Application project and add a new service, provided with a service, operations and data contract. The service must have parameters and return values in the form of objects.
Create a synchronous and asynchronous client to initiate service. Place a full solution that covers both service and client.