Wcf Multi-layer Services Development With Entity Framework - Fourth Edition.epub

"WCF Multi-layer Services Development with Entity Framework - Fourth Edition" by Mike Liu is a project-based guide for building robust, multi-tier Service-Oriented Architecture (SOA) applications. The book covers implementing layered services using WCF for communication and Entity Framework for data access, including topics on WCF ABCs, data contracts, and security. Detailed information and purchasing options are available on Packt Publishing WCF Multi-layer Services Development with Entity Framework

The keyword includes – and this is not a minor detail. Here’s why the EPUB version of this book outperforms PDF or print for developers: including topics on WCF ABCs

var order = context.Orders.Include(o => o.Lines) .FirstOrDefault(o => o.Id == orderId); return AutoMapper.Map<OrderTransferObject>(order); o.Lines) .FirstOrDefault(o =&gt