OBS: download the application please visit www.mrbool.com/player
Title: E-learning-Windows Communication Foundation-Lesson 5
Duration: 14:49 min
Summary: Windows Communication Foundation is part of .NET Framework 3.5. In this series we are going to learn how to use Windows Communication Foundation to develop distributed systems. In this lesson we are going to learn some advanced concepts about Windows Communication Foundation. Firstly we are going to learn about Sessions in Windows Communication Foundation, with Sessions you can create a conversation with messages sent in an InstanceContext. Secondly we are going to learn about Instacing. With this concept you can control when the InstanceContext will be created. After that we are going to learn about Throttling. With Throttling you can define some limitations to your service to control, for instance, the number of concurrent access to your service. Then we are going to learn about Transactions. Windows Communication Foundation offers some features to work with Distributed Transactions. The last topic is about concurrency, it means, we can define the number of concurrent threads in our service.