Möchten Sie verkaufen? Hier verkaufen
Programming Server-Side Applications for Microsoft Windows 2000, w. CD-ROM (Microsoft Programming)
 
Größeres Bild
 
Den Verlag informieren!
Ich möchte dieses Buch auf dem Kindle lesen.

Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.

Programming Server-Side Applications for Microsoft Windows 2000, w. CD-ROM (Microsoft Programming) [Englisch] [Taschenbuch]

Jeffrey M. Richter , Jason D. Clark
4.3 von 5 Sternen  Alle Rezensionen anzeigen (6 Kundenrezensionen)

Erhältlich bei diesen Anbietern.



Produktinformation

  • Taschenbuch: 736 Seiten
  • Verlag: Microsoft Press Corp.; Auflage: Har/Cdr (März 2000)
  • Sprache: Englisch
  • ISBN-10: 0735607532
  • ISBN-13: 978-0735607538
  • Größe und/oder Gewicht: 24,1 x 19,3 x 5,1 cm
  • Durchschnittliche Kundenbewertung: 4.3 von 5 Sternen  Alle Rezensionen anzeigen (6 Kundenrezensionen)
  • Amazon Bestseller-Rang: Nr. 783.214 in Englische Bücher (Siehe Top 100 in Englische Bücher)
  • Komplettes Inhaltsverzeichnis ansehen

Mehr über die Autoren

Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Produktbeschreibungen

Amazon.co.uk

An ever-growing number of applications are being developed for the Windows server platform. As more companies rely on this burgeoning code base, software developers require skills to closely integrate with Windows. Administrators resent applications with obvious bugs, but they will also reject code that is difficult to administer, performs poorly, or dominates system resources. Programming Server-Side Applications for Microsoft Windows 2000 helps intermediate and advanced Windows programmers, covering a range of topics needed to develop reliable applications for Windows 2000.

The authors assume the reader is familiar with C++ Windows programming, and spend little time introducing basic concepts. Advanced readers will find this refreshing, while beginners should scurry off and bone up with the prequel, Jeffrey Richter's Programming Applications for Microsoft Windows. And although this book covers server-side applications, it spends very little time covering network programming--it assumes the reader is already comfortable with sockets or some other form of client-server communication.

The sections on services and administration are straightforward, and readers familiar with Windows NT will easily grasp the skills needed to build system-friendly applications. Security is a trickier topic and the authors do a good job introducing the different aspects of Windows security, emphasising the functions that programmers will use most frequently. They provide a solid explanation of Windows network authentication and secure communication. (These topics almost warrant a separate book, but there is enough information here to get off to a good start.)

The authors emphasise the critical nature of server-side applications--stressing that it is not acceptable to reboot the server machine regularly if the system grows unstable. They give strong advice on the importance of managing resources, easy administration, and scalability. In most cases, these concepts are reinforced with specific examples throughout the text via notes on common pitfalls and bugs. However, it would have been nice to see this point hammered home a bit more, especially the difficulty in testing code in a simulated production environment.

The best aspect of this book is the exemplary sample code. It is easy to understand, well documented, and does a good job demonstrating the book's topics. The companion CD contains all the code needed to build the sample applications under Visual C++ 6.0, most of which can easily be modified to other uses. Note that much of the information in this book is not specific to Windows 2000--topics are easily applied to Windows NT 4.0, and new features such as Active Directory are not discussed in any detail. This book can be used to modify existing applications to better integrate with Windows, or to develop new server applications from scratch. If you want a solid tutorial for developing Windows server applications, this is a nice supplement to your technical library. --Pete Ostenson, Amazon.com

Topics covered: I/O completion ports and thread pools, Windows service development and administration, managing the registry, performance counters, event logging, Windows security, user and group management, SSPI, and SSL.

Amazon.com

An ever-growing number of applications are being developed for the Windows server platform. As more companies come to rely on this burgeoning code base, software developers require the skills to closely integrate with Windows. Administrators resent applications with obvious bugs, but they will also reject code that is difficult to administer, performs poorly, or dominates system resources. Programming Server-Side Applications for Microsoft Windows 2000 helps intermediate and advanced Windows programmers by covering a range of topics needed to develop reliable applications for Windows 2000.

Readers should be familiar with C++ Windows programming and spend little time introducing basic concepts. Advanced readers will find this refreshing, while beginners should scurry off and bone up by reading the prequel, Jeffrey Richter's Programming Applications for Microsoft Windows. Moreover, although this book covers server-side applications, it spends very little time on network programming--it assumes the reader is already comfortable with sockets or some other form of client/server communication.

The sections on services and administration are straightforward, and readers familiar with Windows NT will easily grasp the skills needed to build system-friendly applications. Security is a trickier topic, and the authors do a good job of introducing the different aspects of Windows security, emphasizing the functions that programmers will use most frequently. There is a solid explanation of Windows network authentication and secure communication. (These topics almost warrant a separate book, but there is enough information here to get off to a good start.)

The critical nature of server-side applications is emphasized--stressing that it is not acceptable to reboot the server machine regularly if the system grows unstable. Readers get strong advice on the importance of managing resources, easy administration, and scalability. In most cases, these concepts are reinforced with specific examples throughout the text via notes on common pitfalls and bugs, but it would have been nice to see this point hammered home a bit more, especially the difficulty in testing code in a simulated production environment.

The best aspect of this book is the exemplary sample code. It is easy to understand and well documented, and it does a good job of demonstrating the topics the book discusses. The companion CD-ROM contains all the code needed to build the sample applications under Visual C++ 6.0, most of which can easily be modified to other uses. Note that much of the information in this book is not specific to Windows 2000--it can be easily applied to Windows NT 4--but new features such as Active Directory are not discussed in any detail. You can use this book to modify existing applications to better integrate with Windows, or to develop new server applications from scratch. If you want a solid tutorial for developing Windows server applications, this will make a nice supplement to your technical library. --Pete Ostenson

Topics covered: I/O completion ports and thread pools, Windows service development and administration, managing the Registry, performance counters, event logging, Windows security, user and group management, SSPI, and SSL.


Tags

 (Was ist das?)
Bei einem Tag handelt es sich um ein Schlagwort, das zum Produkt passt.
Tags erleichtern allen Kunden die Suche und die Sortierung ihrer Lieblingsprodukte.
 

Eine digitale Version dieses Buchs im Kindle-Shop verkaufen

Wenn Sie ein Verleger oder Autor sind und die digitalen Rechte an einem Buch haben, können Sie die digitale Version des Buchs in unserem Kindle-Shop verkaufen. Weitere Informationen

Kundenrezensionen

4 Sterne
0
2 Sterne
0
1 Sterne
0
Die hilfreichsten Kundenrezensionen
1 von 1 Kunden fanden die folgende Rezension hilfreich
Von Tim Spark
Format:Taschenbuch
Programming Servers expects the user to have an understanding of development on Windows 32-bit platforms, and this is a good thing, because it gives the reader the chance to jump right into some advanced topics. First the book spends some well-deserved time on the topic of scalable I/O development in Windows. Then it covers service development in great detail, new and advanced developers will pick up some points here. After this, it covers administrative features. Although the administration section is interesting and detailed, it is also the lightest-weight chapters in the book. Following these chapters is the security development section! This section is by no means lightweight, so hold on tight. It covers security from the creation of the very first user account to full blown scalable encrypted communication using industry standard protocols. This section includes an incredibly complete coverage of NT security programming plus dozens of topics totally new to Windows 2000. Just about any developer will increase their understanding Windows with this book.
War diese Rezension für Sie hilfreich?
1 von 1 Kunden fanden die folgende Rezension hilfreich
Von Ein Kunde
Format:Taschenbuch
I found this book to be a well-presented and enjoyable read for some very advanced Windows programming concepts. This book thoroughly detailed the following topics: Server/Service development, scalable development techniques (including thread-pooling and scalable I/O), server management tool development, and the most complete security programming coverage I have seen to date. This book is a must buy for anyone who wants to understand the nuts and bolts behind security or server software development in Windows.

Note that this book does not require COM or DCOM knowledge. Even though basic C++ knowledge may be helpful, it's not a prerequisite either. All the samples are easy to follow and written in C.

War diese Rezension für Sie hilfreich?
Dissapointed- 6. April 2000
Von Ein Kunde
Format:Taschenbuch
I have been developing server applications for some time and I was really dissappointed in this book. This book is for freshers, for people who want to start programming server applications and who have not done it before. If you are an experienced server guy, stay away from this book, except for the last part of the book which deals with security most of the other sections I knew in detail.

But Still I give it three starts because, I wish this book had been released when I started to learn server programming and this book would have saved me lot of time and relieved me a lot of searching.

I still love Jeffery Richter's books, I use Advanced Windows every day and basically is a bible to me.

War diese Rezension für Sie hilfreich?

Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Lieblingslisten


Ähnliche Artikel finden


Anhand des Sachgebietes nach ähnlichen Produkten suchen:


Ihr Kommentar