Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Christian Nagel - Enterprise Services with the .NET Framework

Posted By: Alexpal
Свеженькая книжечка по дотнету. Сам еще не читал, но, поскольку тов. Nagel человек достаточно известный, то книжка должна быть занятной и интересной. :)



Christian Nagel, "Enterprise Services with the .NET Framework: Developing Distributed Business Solutions with .NET Enterprise Services"
Addison-Wesley Professional | ISBN 032124673X | June 3, 2005 Year | CHM | 12,9 Mb | 576 Pages


"For anyone involved in the .NET community, it's hard to not have heard of Christian Nagel. Christian is a true heavyweight of .NET in general, and Enterprise Services in particular. By taking a relatively trivial application and architecting it in a way that would allow it to scale without any rework, users will find that using the techniques employed in this book will be of benefit to virtually any company that is running distributed or enterprise applications."
—William G. Ryan, Microsoft MVP, Senior Software Developer, TiBA Soutions, LLC


"Whether you are a seasoned architect or a new developer, distributed application development can be difficult, since it covers such a wide range of complex technologies. Until now there was precious little in the way of guidance—let alone a consolidated reference. Christian has provided that reference and more—going from the individual technologies to the big picture on how to architect and develop scalable distributed applications. Technical goodness through and through!"
—Clayton Burt, Managing Partner, Onzo, LLC


"Making the transition to distributed application architecture introduces many issues in security and deployment and requires a new way of thinking about events, transactions, and messaging. This book shows developers and architects alike how to use .NET Enterprise Services to create robust, secure, and maintainable applications in a distributed environment. This book is an excellent guide to the sometimes overwhelming field of .NET Enterprise Services."
—Brian Davis, Director of Software Development, InfoPro Group, Inc., Co-Creator, KnowDotNet.com


Enterprise Services with the .NET Framework is the only book that experienced .NET developers need to learn how to write distributed, service-oriented applications. Filled with clear examples in C# (with Visual Basic .NET examples available on the Web), this book will quickly get you up to speed on building distributed applications with serviced components. You'll also learn about Indigo, Microsoft's next-generation technology for building distributed applications, and how it compares to Enterprise Services.

Microsoft Regional Director, MVP, and veteran author Christian Nagel introduces and clearly explains the four major services included in Enterprise Services: Automatic Transactions, Queued Components, Loosely Coupled Events, and Role-Based Security. From his in-depth coverage, you'll learn
— How to create a serviced component, how serviced objects are activated, and how to use the different kinds of object contexts
— How to manage concurrency and synchronization for serviced components to achieve optimal performance and data integrity
— How to integrate COM components with the .NET Framework
— How to use serviced components over a network with DCOM, SOAP Services, and ASP.NET Web services
— How to use .NET Enterprise Services transactions to achieve Atomicity, Consistency, Isolation, and Durability
— How to build a compensating resource manager to allow your own resources to participate in Enterprise Services transactions
— How to maintain application state in a client application, in a serviced component, in shared properties, or in a database
— How to create and use Loosely Coupled Events using COM+
— How to secure a distributed solution using authorization, authentication, impersonation, and confidentiality
— How to deploy and configure Enterprise Services applications