· Workflow services, new for 3.5, are services that are authored using workflows. Durable services are services that use a persistence provider to persist state information after an operation has completed. · The implementation of the service contract is handled through one or more ReceiveActivity activities, which are sequence activities that support either one-way or request/response message exchanges with a client. The client invokes operations through SendActivity activities, which are basic ......
Heres an interesting Wikipedia topic - http://en.wikipedia.org/wik... This is a list of thinking styles, methods of thinking (thinking skills), and types of thought. I wonder how many of these have been abstracted into algorithms and computational models? I've read 2/3 of Norvig's AI book, and i can see that serious attempts have been made at problem solving, reasoning, planning, reasoning under uncertainty and learning. I've also looked into the problem of Attention ......