Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good books for WCF based SOA, Distributed and Server Side Programming?

I am basically a .NET GUI programmer and have worked on a lot of WPF, Winforms and also have used WCF. I joined a new job in a bank and we are currently writing a new software to replace existing trading apps. This involves lot of work based on WCF services and we need to use/implement a lot of SOA related concepts like message broker, pub-sub patterns, message bus etc. So, basically means a lot of server side and distributed programming in my way ahead ! We now use simple WCF services that does our job for our service layer but aiming to make this more scalable, robust, secure and reliable.

I have a basic WCF book but wondering if there is a more specialized SOA, Distributed Architecture based book (based on .NET, WCF or may be not) that can quickly help me to get through the curve of server side programming. Possibly that talks about CEP, EDA etc..

Many Thanks, Mani

like image 362
Everything Matters Avatar asked May 16 '11 12:05

Everything Matters


1 Answers

i highly recommend the following books by Lowy and Erl:

  • Juval Lowy, Programming WCF Services, 3rd Edition for .net 4
  • Thomas Erl, SOA Design Patterns
  • Thomas Erl, SOA Principles of Service Design

Lowy has a few WCF articles on the MSDN Mag site

like image 92
MickyD Avatar answered Sep 21 '22 23:09

MickyD