TCP/IP Sockets in C : Practical Guide for Programmers
TCP/IP Sockets in C : Practical Guide for Programmers
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
Michael J. Donahoo, Kenneth L. Calvert, "TCP/IP Sockets in C: Practical Guide for Programmers"
Publisher: Morgan Kaufmann | ISBN: 1558608265 | 110 Pages | PDF | 6 MB
“ TCP/IP Sockets in C: Practical Guide for Programmers is a quick and affordable way to gain the knowledge and skills you need to develop sophisticated and powerful networked-based programs using sockets. Written by two experienced networking instructors, this book provides a series of examples that demonstrate basic sockets techniques for clients and servers.
Using plenty of real-world examples, this book is a complete beginner's guide to socket programming and a springboard to more advanced networking topics, including multimedia protocols.
*Concise, no-nonsense explanations of issues often troublesome for beginners, including message construction and parsing.
*Comprehensive example-based coverage of the most important TCP/IP techniques-including iterative and concurrent servers, timeouts, and asynchronous message processing.
*Includes a detailed, easy-to-use reference to the system calls and auxiliary routines that comprise the sockets interface.
*A companion Web site provides source code for all example programs in both C and WinSock versions, as well as guidance on running the code on various platforms.
حجم : 6 مگابایت
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
.
Pro C# with .NET 3.0, Special Edition
Pro C# with .NET 3.0, Special Edition
Published 2007
Published by Apress
Author Andrew Troelsen
ISBN 1590598237
Book Description:
C# 2005 has enjoyed huge success in the year since its launch, firmly establishing itself as the premier language for development on Microsofts successful .NET 2.0 platform. With the launch of the .NET 3.0 extensions in early 2007, the horizons of this language are being extended, and it is becoming even more powerful as it is able to leverage the new .NET 3.0 Foundations. In recognition of this, Apress presents Pro C# with .NET 3.0, Special Edition to provide you with a complete A-to-Z reference for using C# with the .NET 2.0 platform and the .NET 3.0 extensions. The book contains new chapters that explore the interactions between the existing framework and the new extensions, giving you an edge when you evaluate and implement .NET 3.0 for the first time. To provide even more support, a bonus PDF download will be available with each purchase, offering over 500 pages of carefully selected additional content to help broaden your understanding of both .NET 2.0 and .NET 3.0.
دانلود:
کد:
http://rapidshare.com/files/35504778/Apress.Pro.C.Sharp.with.dot.NET.3.0.Special.Edition.Jan.2007.rar
C++/CLI: The Visual C++ Language for .NET
C++/CLI: The Visual C++ Language for .NET
Book Info
Published 2006
Published by Apress
Author Gordon Hogenson
ISBN 1590597052
Book Description:
C++/CLI: The Visual C++ Language for .NET introduces M$'s new extensions to the C++ syntax that allow you to target the common language runtimethe key to the heart of the .NET 3.0 platform. In 12 no-fluff chapters, M$ insider Gordon Hogenson takes you into the core of the C++/CLI language and explains both how the language elements work and how M$ intends them to be used. Compilable code samples illustrate the syntax as simply as possible, and more elaborate code samples show how the new syntax might typically be used. The book is a beginners guide, but it assumes a familiarity with programming basics. And it concentrates on explaining the aspects of C++/CLI that make it the most powerful and fun language on the .NET Framework 3.0. As such, this book is ideal if youre thinking of migrating to C++/CLI from another language. By the end of this book, youll have a thorough grounding in the core language elements together with the confidence to explore further that comes from a solid understanding of a languages syntax and grammar.
دانلود:
کد:
http://www.megaupload.com/?d=WHJS9FYP
The C++ Standard Library Extensions: A Tutorial and Reference
The C++ Standard Library Extensions: A Tutorial and Reference
Book Info
Published 2006
Published by Addison-Wesley
Author Pete Becker
ISBN 0321412990
Book Description:
"TR1 roughly doubles the size of the C++ standard library, and it introduces many new facilities and even new kinds of library components. TR1 has some classes, for example, where some nested types may or may not exist depending on the template arguments. To programmers whose experience stops with the standard library, this is strange and unfamiliar. This book is complete (it covers all TR1 facilities), it is easier to understand than TR1 itself, and it is technically accurate." --Matthew Austern,software engineer, Google "TR1 will help make the C++ programmer more productive than ever. In this book, Pete Becker has written the ultimate reference guide to these components, what they are, how they work, and what they're used for. This book should be on the bookshelf of anyone who wants to use these standardized components to improve both their productivity as well as their coding quality." --John Maddock, consultant and programmer The current C++ standard library extends the core C++ language with common classes and functions. In recent years, to address limitations in that library, a number of components have been developed to extend the language even further. Compiled in a comprehensive technical report (TR1), the bulk of these extensions have been approved for the next revision of the C++ standard. In this book, Pete Becker describes in detail each component in the TR1 library, explaining new facilities for utilities, containers, call wrappers, type traits, numerics, regular expressions, and C compatibility. He draws on his own experience implementing these components to illustrate their value, clarifying the specifications when necessary and providing complete, tested code examples. Most chapters include exercises of various degrees of difficulty to help programmers get hands-on practice with the new components. Answers to the exercises, along with all code examples, are available on the Web. Appendixes comprise a summary of headers included in or extended by the TR1 library, as well as guidelines on how to use the components safely in multithreaded applications. The C++ Standard Library Extensions is for any programmer who wants to get a jump on the revised standard. It also makes the perfect companion to The C++ Standard Library, by Nicolai Josuttis, both books being tutorials and references essential for using C++ more effectively.
دانلود:
کد:
http://mihd.net/1.831/Addison.Wesley.The.C.plus.plus.Standard.Library.Extensions.A.Tutorial.and.Reference.rar.html
Intermediate Business Programming with C++
Intermediate Business Programming with C++
Book Description:
With emphasis on the creation of object oriented programs for business and the use of data structures, this book deals with the writing of business programs using C++ from Microsoft Visual Studio .NET 2005.
دانلود:
کد:
http://rapidshare.com/files/52001465/Intermediate.Business.Programming.with.C.plus.plus.May.2007.rar
mirror link:
کد:
http://www.megaupload.com/?d=4VOWD7VG
Beginning C# 2005 Databases
Beginning C# 2005 Databases
Book Description:
In this book you learn everything you need to know about developing C# applications that access databases. If you are wondering why this is such an important topic, just consider how many applications use the functionality. At first glance, you might notice a few specialized ones such as Windows applications to view and edit human resources data or Web applications that display recent sport results. Look a bit deeper, however, and you quickly find that the vast majority of applications use database data in one form or another, even if it isn’t immediately obvious. This book is the perfect starting point to learn about databases, and particularly about using MS SQL Server from .NET 2.0 applications written in C#. Over the course of the book, you learn the fundamentals of database technology, how the .NET Framework can be used to access databases, and how to get the most out of your code. Along the way you are presented with numerous helpful, easy-to-follow examples that demonstrate the techniques you need. Each example increases your understanding of a particular subject, and often provides you with tips and tricks that you can adapt to different contexts in the future. Each chapter also includes exercises to reinforce key concepts, the answers to which are found at the back of the book. The main idea behind the book is to present you with a solid understanding of the basics of database access in C#. You’ll also be exposed to many possibilities for future development. You will often learn about quite complicated techniques, but they are broken into simple steps and carefully explained. These explanations provide an appreciation for what is possible, and prepare you for handling additional resources about these subjects when you’ve finished the book. And you’ll be able to do that without facing instant despair at attempting to learn about a completely new subject because you’ll already know the basics of what you are doing. This book is aimed at people who already have at least a basic understanding of .NET development with C# and who want to learn about databases and database access. The C# code used in the examples in this book is described in detail only in cases where it is quite advanced, or where it’s an area you might not have looked at before. However, no experience with databases is assumed, so the database code you write (using ADO.NET) is explained from first principles. Databases themselves are explained, as well as the SQL language used to access them. This book is perfect for you if the word “database” is one that you’ve heard only in passing.
دانلود:
کد:
http://rapidshare.com/files/19958517/_2006-10__0470044063_Wrox.Beginning.C.Sharp.2005.Databases-BBL.rar
پسورد:
ganelon