Télécharger Ebook DESIGNING COMPONENT-BASED APPLICATIONS, by Mary Kirtland
Télécharger Ebook DESIGNING COMPONENT-BASED APPLICATIONS, by Mary Kirtland
Ainsi que les raisons pour lesquelles vous avez besoin de choisir cette publication est conseillé qu'il est créé par un écrivain très populaire sur la planète. Vous ne pouvez pas être en mesure d'obtenir ce livre pratique; c'est la raison pour laquelle nous vous fournissons ici à l'aise. Être simple pour guider de vérifier, en fait, est la première étape pour terminer. De temps en temps, vous rencontrerez certainement des problèmes à découvrir le DESIGNING COMPONENT-BASED APPLICATIONS, By Mary Kirtland en dehors. Toutefois ci-dessous, vous ne serez pas face à ce problème.

DESIGNING COMPONENT-BASED APPLICATIONS, by Mary Kirtland
Télécharger Ebook DESIGNING COMPONENT-BASED APPLICATIONS, by Mary Kirtland
Il y a beaucoup de suggestions que les gens fournissent pour améliorer la qualité de vie, en ce qui concerne chaque petite chose. Ici, nous vous ajouterons aussi une astuce très simple à la vie beaucoup mieux. Vérifier DESIGNING COMPONENT-BASED APPLICATIONS, By Mary Kirtland est notre pointeur. S'il vous plaît demander pourquoi nous vous recommandons de cette publication à lire. Beaucoup de gens cherchent à se rendre à être abondante, mais à un moment donné, ils ignorent une chose très simple. Vérifier est en fait une chose simple, mais beaucoup sont paresseux pour le faire. Il est le type de tâche monotone, ainsi que perdre du temps.
Lorsque vous vous sentez maintenant perplexes pour tenter les publications spécifiques à examiner, DESIGNING COMPONENT-BASED APPLICATIONS, By Mary Kirtland peut être un choix. Ceci est un choix judicieux pour vous. Eh bien, guide peut vous permettre des sélections beaucoup mieux et les choix. Après avoir obtenu le livre, vous ne serez pas perplexes à nouveau pour trouver la bonne publication. La publication est juste l'une des fenêtres qui ouvrent le monde. Ce livre est aussi exactement ce que vous désirez pour vous accompagner.
Vous reconnaissez, comme l'avantage de lire ce DESIGNING COMPONENT-BASED APPLICATIONS, By Mary Kirtland, vous pouvez non seulement obtenir la compréhension de tout nouveau. Vous vous sentirez tellement agréable et aussi agréable lors de l'examen il. Elle confirme par la présence de ce livre, vous pouvez utiliser le temps parfaitement. Investir le temps où être à la résidence sera utile suffisante lorsque vous comprenez vraiment exactement ce besoin de faire. L'examen est juste l'une des méthodes les plus efficaces pour faire pour accompagner votre temps libre. Bien sûr, il sera certainement beaucoup plus précieux que simplement parler aux divers autres copains.
Ayant quelques expériences pour trouver la grande publication vous fera certainement pas cessé de travailler dans la cueillette de divers autres livre à lire. Comme cette publication, vous ne pouvez pas regretter et se sentir question de le choisir comme votre matériel de lecture. Ce DESIGNING COMPONENT-BASED APPLICATIONS, By Mary Kirtland a montré qu'il a un excellent matériel, excellent résultat, la probabilité et bon état. L'auteur a développé cette publication avec un produit très impressionnant de vérifier par tout le monde. Ceci est juste ce qui rend les gens ont l'intention de lire cette publication.
Détails sur le produit
Broché: 424 pages
Editeur : Microsoft Press,U.S.; Édition : Pap/Cdr (8 janvier 1980)
Collection : Microsoft programming series
Langue : Anglais
ISBN-10: 0735605238
ISBN-13: 978-0735605237
Dimensions du produit:
18,9 x 3,6 x 23,5 cm
Moyenne des commentaires client :
Soyez la première personne à écrire un commentaire sur cet article
Classement des meilleures ventes d'Amazon:
3.125.612 en Livres (Voir les 100 premiers en Livres)
This book does a good job of explaining the COM standard from the ground up. The first third is devoted to COM. The rest of the book is an overview of building an enterprise application from the ground up using Microsoft technologies.I used this book as my primary reference in preparing for the new Analyzing Requirements exam (70-100) in the new MCSD track based on the recommendation of someone I know that passed the beta. It may not be listed as a study guide for the test, but it is far better than the Syngress or Sybex study guide for that test. (They were both fairly useless.)
Mary Kirtland has written a terrific resource for those who wish to know more (i.e. go from basic to advanced) on how to program with COM and MTS. I found the example code (and companion CD-ROM) very useful and relatively bug free. Some of the chapters include:Windows DNA (now .NET)COM (101)Data Access FundamentalsMTSASPExtending MTSApplication Definition and ModelingBuilding Data/Business ObjectsPackagingBuilding the Presentation LayerDebugging and Troubleshooting (an excellent chapter on a tricky subject)Performance ValidationDeployingExtending the ApplicationCOM+ (pretty good for when this was written, it is time to update the book with the latest and greatest, however).Most of the information here is still relevant, especially to those with a smattering of COM or MTS under their belt and are hungry for more. Everything is wrapped up well with a comprehensive index. Well worth the purchase price. Definitely a must along with "Programming Distributed Apps with MS COM+ and MS VB."
An excellent book about Microsoft COM and Microsoft Transaction Server. A real 'Must Read' for anybody who wants to develop multi-tiered apps on the COM/MTS platform. The book explains on 400 pages how COM works (the roles of the interfaces are described with just enough detail to understand the functioning of the Transaction Server), how theMicrosoft Transaction Server manages objects, transactions and database resources, how to use COMTI to connect to SNA, CICS, CICS Link, LU 6.2, IBM Message Queue and IMS, how to connect to XA Transaction Providers etc. The book is a sound mix between background information and hands-on examples. The examples use both VC++ and VB ++. The book leads through the systematic design of data objects, business objects and the different ways to connect to the presentation layer (ASP, RDS w. disconnected recordsets from the client, using the 'OBJECT' tag in IE 4, remote invocation of application layer objects from the browser). The differences between 'simple COM' objects and COM objects that are 'MTS aware' is explained in detail (its fairly simple, but essential to take advantage of the resource and transaction management framework). The book also discusses component packaging, deployment, security and performance considerations. The book takes the 3-2-1 view (3 tier application, developed by 2 people in 1 months). For those that have struggled (or tried to) through technical descriptions of COM, this will be very rewarding reading because Mary Kirtland never forgets about the bigger picture when describing technology details. Finally, the book gives a preview on COM+ (integral part of Windows 2000) and highlights what the major differences between COM and COM+ will be. Its the best explanation of how to build for Microsoft DNA that I have read so far.
This book is a very good introduction of the complete DNA architecture from Microft and about how programs should be designed (from start to finish) to better exploit this architecture. Mary is one of the leading people at Microsoft regarding the COM and DNA architecture and so she knows what she speaks about but, despite this, the coverage of facts is never so deep. The books is about the Island Hopper sample that is available from Microsoft site, explaing it from design to programming to later expansion, covering all the major technologies involved (MTS, MSMQ, IIS, ASP and so on), with samples in Visual Basic and Visual C++. The only major flaw about this book is that is not deep enough and some of the sample explains the same thing over and over, with details about how making things that a professional programmer (the target of this book according to its cover) should know pretty well (like creating VB projects and so on). Beside that I believe this is a must have book for anyone involved in programming related to COM and DNA and should be purchased for its first 100 pages alone, which contains the best overall explanation of the complete DNA architecture and COM that I've ever read.
This is an excellent overview of Microsoft's DNA and the technologies that make up DNA. The pieces of the DNA puzzle are clearly defined individually and the way they relate to the others. The Island Hopper application sample (maintained up-to-date on MSDN) is a great hands-on intro to the topic. The amount of coverage on topics like COM, MTS, MSMQ, etc. is just right: technically deep enough to help you understand the concepts, short enough to prevent you from shifting your focus from the architecture to technologies contributing to the architecture.You may try to surf Microsoft's DNA pages to understand the topic (and potentially get lost in the amount of links that span hundreds of different Microsoft technologies) or get this "one" book to really understand what Mr. Gates is talking about for the last couple of years.
DESIGNING COMPONENT-BASED APPLICATIONS, by Mary Kirtland PDF
DESIGNING COMPONENT-BASED APPLICATIONS, by Mary Kirtland EPub
DESIGNING COMPONENT-BASED APPLICATIONS, by Mary Kirtland Doc
DESIGNING COMPONENT-BASED APPLICATIONS, by Mary Kirtland iBooks
DESIGNING COMPONENT-BASED APPLICATIONS, by Mary Kirtland rtf
DESIGNING COMPONENT-BASED APPLICATIONS, by Mary Kirtland Mobipocket
DESIGNING COMPONENT-BASED APPLICATIONS, by Mary Kirtland Kindle
0 comments: