Book Image

WCF 4.0 Multi-tier Services Development with LINQ to Entities

By : Mike Liu
Book Image

WCF 4.0 Multi-tier Services Development with LINQ to Entities

By: Mike Liu

Overview of this book

WCF is the Microsoft model for building services, whereas LINQ to Entities is the Microsoft ORM for accessing underlying data storage. Want to learn both? You would normally have to dig through huge reference tomes—so wouldn't you agree that a simple-to-follow practical tutorial on WCF and LINQ to Entities is the way to get ahead?This book is the quickest and easiest way to learn WCF and LINQ to Entities in Visual Studio 2010. WCF and LINQ to Entities are both powerful yet complex technologies from Microsoft—but you will be surprised at how easily this book will get you get up and running with them.Mastery of these two topics will quickly enable you to create Service-Oriented applications, and allow you to take your first steps into the world of Service Oriented Architecture without becoming overwhelmed.Through this book, you will learn what's going on behind the scenes with WCF, and dive into the basic yet most useful techniques for LINQ to Entities. You will develop three real-world multi-tiered WCF services from beginning to end, with LINQ to Entities being used in the data access layer of the services. Various clients including windows console applications, the WCF Test Client, Windows Form applications and WPF applications will be created to test these WCF services. By the end of this book, you will be 100% confident that you know WCF and LINQ to Entities, not only in theory, but with sound real-world experience.
Table of Contents (16 chapters)
WCF 4.0 Multi-tier Services Development with LINQ to Entities
Credits
About the Author
About the Reviewers
Preface
Index

About the Author

Mike Liu studied Mathematics and Applied Software Engineering at Nanjing University between 1984 and 1988. After graduating with a bachelor's degree, he worked as a Programmer/Senior Software Engineer/Architect on Unix and DOS using C/C++, Dbase, and Oracle. In 1995 he moved to New Zealand and studied Business Computing at Auckland University of Technology. During the five-year stay in New Zealand, he worked as a Senior Software Engineer on Unix and Windows using C/C++, Java, FoxPro, Informix, Oracle, and SQL Server. He moved to the United States in 2000 and since then has been working as a Web Developer/Senior Software Engineer/Principal Software Engineer of various operating systems using various programming languages and database technologies. He studied Software Engineering at Brandeis University and graduated in 2005 with a master's degree.

Mike became a Sun Certified Java Programmer (SCJP) in 2000, a Microsoft Certified Solution Developer (MCSD) for Visual Studio 6.0 in 2001, and an MCSD for .NET in 2004. He started using C# for production development back in the year 2001 when C# was still in beta stage and he is now integrating a Business Process Management application with a WCF services backend system.

Mike had his first book—MITT: Multi-user Integrated Table-processing Tool Under Unix—published in 1993, and had his second book—Advanced C# Programming—published in 2003. The previous version of this book—WCF Multi-tier Services Development with LINQ—was published in 2008, with LINQ to SQL being used as the ORM in the data access layer of the WCF services.