Good books for SOA based on WCF, distributed and server-side programming?

I am basically a .NET GUI programmer and have worked on a lot of WPF, Winforms, and also used WCF. I joined a new job at the bank, and we are currently writing new software to replace existing trading applications. This involves a lot of work based on WCF services, and we need to use / implement many SOA-related concepts such as message broker, pub-sub templates, message bus, etc. So basically, this means that server-side and distributed programming are on my way ahead! Now we use simple WCF services that do our work for our level of service, but striving to make it more scalable, reliable, secure and reliable.

I have a basic WCF book, but I wonder if there is a more specialized SOA, a distributed architecture-based book (based on .NET, WCF, or maybe not) that can quickly help me overcome the server-side programming curve. Perhaps this speaks of CEP, EDA, etc.

Thanks a lot, Mani

+6
source share
2 answers

Professional WCF 4: Windows Communication Foundation with .NET 4. Pablo Cibraro; Kurt Klyce; Fabio Cozzolino; Johann Grabner

Developing tiered WCF 4.0 services using LINQ to Entities. Mike Liu

SOA modeling models for service-oriented discovery and analysis. Michael bell

Pro WCF: Practical implementation of Microsoft SOA. Chris Peyris; Dennis Mulder

Thanks Sebastian

0
source

I highly recommend the following books by Lowe and Earle:

  • Yuval Lowy, WCF Services Programming, 3rd Edition for .net 4
  • Thomas Earle, SOA Design Patterns
  • Thomas Earle, SOA Development Principles

Loggia has several WCF articles on MSDN Mag

+1
source

Source: https://habr.com/ru/post/888218/


All Articles