Views: 10.3K
Replies: 2
Archived
|
Question: Is there an example for Webservices in Design Pattern Framework 4.0?Hello,
I'm a C# developer but totally new and unexperienced in Webservices, WCF and Silverlight. My Task is to create a Server Application that communicates with a Silverlight Client and later a native Mac Client. Now I'm loking for a good tutorial / best Practice which Webservice to use and how to use. Since I'm totally intersted in all the other parts Design Pattern Framework offers my descision would be much easier if this special topic will also be answered in your Product. Is the Design Pattern Framework 4.0 the right choice for me? Thank you Thomas Thomas W, Aug 04, 2010
I would look at WCF. .Net webservices are deprecated by Microsoft.
Aug 04, 2010
|
|
Reply 1Signing up and getting the DOFactory framework going through the documentaton and the code is a great way to understand how to use WCF if you are NEW to it and design patterns in general.
Ronald Garlit, Aug 08, 2010
+1, TekPub.com has a great series on Linq, if you don't mind spending some $.
Jul 02, 2010
|
|
Reply 2Hello Thomas:
The Design Pattern Framework has a strong emphasis on SOA (Service Oriented Architecture) which involves WCF Web Services. So, the answer to your question is: yes, you will find plenty of running example code (100% source code) that demonstrates Web Services. Having said that, you can find this in any WCF book or at many places on the Web. The value that we are adding with the Design Pattern Framework is the Design of the Web Service API (application programmers interface), that is, how to properly create and design a public API that is exposed as a Web Service (which, you will see, is not object-oriented, but rather transaction-oriented). I hope this helps. Dan McMillan, Aug 05, 2010
|