All counter of AlamanShop


Chronicle Books, Traci N. Todd
C Is for Caboose

2007 y.
Publisher: —
Description: - [detailed...]

ISBN: 0811856437
Book size: —; Page extent: 40.

 

PUT TO
THE BASKET
Elissa D. Grodin, Mario M. Cuomo
C Is for Ciao: An Italy Alphabet (Discover the World)

2009 y.
Publisher: —
Description: From its unparalleled achievements in art and architecture (the Sistine Chapel) , science and exploration (Galileo Galilei) , music and literature (Stradivarius and Dante) , the country of Italy has had a lasting and profound impact on the world. In C is for Ciao: An Italy Alphabet, young readers are invited to explore Italys rich history, diverse geography, and many traditions. [detailed...]

ISBN: 1585363618
Book size: —; Page extent: 40.

 

PUT TO
THE BASKET
Robert Pinsky, Bohnchang Koo, Agnieska Holland, Elena Foster
C Photo Magazine

2008 y.
Publisher: —
Description: - [detailed...]

ISBN: 0955458544
Book size: —; Page extent: 316.

 

PUT TO
THE BASKET
Noel Kalicharan
C Programming - A Beginner`s Course

2008 y.
Publisher: —
Description: This book is intended for anyone who is learning programming for the first time. The main goal is to teach fundamental programming principles using C, a popular language used in schools and industry. However, the book is more about teaching programming basics than it is about teaching C. Basic programming proficiency requires that you know, at least, the following: the primitive data types of the language (integer, floating-point, character), how to write input/output statements, how to write conditional statements (if, if…else), how to write looping statements (while, for), how to write functions and how to declare and use arrays. But, more importantly, you need to be able to write programs to solve problems using these features. This book explains all of the above in an easy, conversational style. To learn programming well you must write programs. The exercises are a very rich source of problems, a result of the author`s more than 30 years in the teaching of programming. [detailed...]

ISBN: 1438287844
Book size: —; Page extent: 258.

 

PUT TO
THE BASKET
Larry Ullman
C Programming : Visual QuickStart Guide (Visual Quickstart Guides)

2004 y.
Publisher: —
Description: Book Description It`s no secret: When it comes to learning a programming language, Larry Ullman is the man you want at your side! As the best-selling author of guides to PHP, MySQL, and more, he`s proved that programming doesn`t have to be painful, especially when it comes to a language that is at its core both simple and small. We`re talking, of course, about C, and if you want to learn it fast (not to mention well), this book provides the key. Joined by co-author and fellow programmer Marc Liyanage, this author team tackles both programming fundamentals and the ABCs of C itself through a series of task-based lessons that use step-by-step instructions and a plethora of visual aids to make C if not instantly accessible, then almost. This book uses friendly, straightforward language to explain every aspect of this fundamental technology: from basic syntax and data types to working with numbers, characters, loops, and arrays, creating functions, using the C preprocessor, file input… [detailed...]

ISBN: 0321287630
Book size: —; Page extent: 408.

 

PUT TO
THE BASKET
Steve Summit
C Programming Faqs: Frequently Asked Questions

— y.
Publisher: —
Description: C Programming FAQs contains more than 400 frequently asked questions about C, accompanied by definitive answers. Although this resource contains lots of useful information, it is more of a grab bag of questions and answers than a comprehensive reference. [detailed...]

ISBN: 0201845199
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Michael Vine
C Programming for the Absolute Beginner

2007 y.
Publisher: Course Technology PTR
Description: If you are new to programming with C and are looking for a solid introduction, this is the book for you. Developed by computer science instructors, books in the for the absolute beginner series teach the principles of programming through simple game creation. C is not an easy language to learn, but fortunately the clear explanations, examples, and pictures in this book make learning C easy and fun. Each chapter contains programming challenges, a chapter review, and a complete program that uses chapter-based concepts to construct an easily built application. You will acquire the skills that you need for more practical C programming applications and will learn how these skills can be put to use in real-world scenarios. Additionally, by the time you finish this book, you will be able to apply the programming principles you’ve learned to the next programming language you tackle. [detailed...]

ISBN: 1598634801
Book size: —; Page extent: 352.

 

PUT TO
THE BASKET
Brian Bramer, Susan Bramer
C for Engineers

— y.
Publisher: —
Description: The C language is often taught as a first programming language to engineers. Hallmarks of the book are the large number of examples and sample programmes which will be further extended in this new edition. Numerous example programs and exercises on engineering biased topics Each chapter a self-contained unit [detailed...]

ISBN: 0340677694
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Tomasz Muldner, Tomasz Muldner
C for Java Programmers

— y.
Publisher: —
Description: With C for Java Programmers, Tomasz Mldner adopts an innovative approach to teaching modern ANSI C techniques to readers already familiar with Java concepts. He takes advantage of the techniques and underlying design principles present in object-orientedlanguages like Java, and incorporates them to create a set of programming standards applicable to C. These standards are present throughout each chapter both in short examples and in longer modules. C for Java Programmers centers around such vital concepts as the ability to extend and modify modules, represent enumerations, create concrete and generic modules, and use shallow and deep copying of data elements. In addition, the book provides a thorough discussion of memory management, pointer use, exception handling, and other topics that are traditionally more troublesome for novice C programmers, and that are essential for code generation in the less protected world of C. Highlights Allows programmers with experience in Java… [detailed...]

ISBN: 0201702797
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Richard P. Halpern
C for Yourself: Learning C Using Experiments

— y.
Publisher: —
Description: It has been said that C is a dream for professionals, but a nightmare for beginners. This elementary-level book is expressly designed so that beginners can avoid those nightmares. It presents a carefully chosen subset of C powerful enough for solving non-trivial programming problems, yet simple enough so that a novice can steer clear of the pitfalls. Halpern uses experiments to guide readers into discovering things for themselves and directs them in learning many of the subtleties and intricacies of C through hands-on examples. Chapters cover all the basics of this increasingly important subject, from pointers and arrays to structures, files, and recursion. All experiments are discussed in the appendix. The author`s inviting and highly accessible writingstyle is especially appealing to novice programming enthusiasts. [detailed...]

ISBN: 0195108418
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Susan, M.S., R.D. McQuillan, Sesame Workshop
C is for Cooking: Recipes from the Street

2007 y.
Publisher: —
Description: - [detailed...]

ISBN: 0471791016
Book size: —; Page extent: 128.

 

PUT TO
THE BASKET
Jose Mojica
C# &, VB.NET Conversion Pocket Reference

— y.
Publisher: —
Description: — [detailed...]

ISBN: 0596003196
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Jay Hilyard, Stephen Teilhet
C# 3.0 Cookbook

2008 y.
Publisher: O`Reilly Media, Inc.
Description: Completely updated for C# 3.0 and the .NET 3.5 platform, the new edition of this bestseller offers more than 250 code recipes to common and not-so-common problems that C# programmers face every day. Every recipe in the book has been reconsidered with more than a third of them rewritten to take advantage of new C# 3.0 features. If you prefer solutions you can use today to general C# language instruction, and quick answers to theory, this is your book. `C# 3.0 Cookbook` offers a new chapter on LINQ (language integrated query), plus two expanded chapters for recipes for extension methods, lambda functions, object initializers, new synchronization primitives and more. The new edition is also complemented by a public wiki, which not only includes all of the C# 2.0 recipes from the previous edition unchanged by the release of C# 3.0, but invites you to suggest better ways to solve those tasks. Here are some of topics covered: LINQ Numeric data types and Enumerations Strings and characters… [detailed...]

ISBN: 059651610X
Book size: —; Page extent: 886.

 

PUT TO
THE BASKET
Joseph Mayo
C# 3.0 Unleashed: With the .NET Framework 3.5 (Unleashed)

2008 y.
Publisher: —
Description: C# 3.0 Unleashed With the .NET Framework 3.5 Joe Mayo Whether you need an approachable on-ramp to .NET or you want to enhance your skills, C# 3.0 Unleashed is a comprehensive, in-depth guide to the solutions you seek. You’ll learn to do more with the new tools that are available, including Visual Studio 2008 and the .NET Framework Class Libraries. Throughout this book, you’ll get a practical look at what can be the most useful tools for any given task. You’ll also learn common traps to avoid and learn insightful tips that will save you time and help you be more productive. C# 3.0 Unleashed contains complete coverage of the C# programming language. The author covers all the essential syntax, but keeps the focus on practical application. The chapters are arranged to take you step-by-step from the core of the C# language to elements of the .NET Framework, and further into advanced concepts on distributed n-tier Internet applications. Additionally, C# 3.0 Unleashed shows you… [detailed...]

ISBN: 0672329816
Book size: —; Page extent: 1056.

 

PUT TO
THE BASKET
Jay Hilyard, Stephen Teilhet
C# Cookbook, 2nd Edition (Cookbooks (O`Reilly))

2006 y.
Publisher: —
Description: With C# Cookbook, 2nd Edition , you`ll be able to learn and improve your mastery of both the C# language and the .NET platform. This updated bestseller has been completely revised to account for C# 2.0, the latest version of this popular object-oriented programming language. It also includes more than 100 new code solutions (over 300 overall) to common problems and tasks that you`re sure to face as a C# programmer. Nearly every solution, or `recipe,` contains a complete, documented code sample showing you how to solve the specific problem, as well as a detailed discussion of how and why the underling technology works. This question-solution-discussion format is a proven teaching method, as any fan of O`Reilly`s `Cookbook` series can attest to. In fact, no other source offers a learn-as-you-go format quite like this. C# Cookbook, 2nd Edition is organized into 20 chapters, each of which focuses on a particular topic in creating C# solutions. Here are just… [detailed...]

ISBN: 0596100639
Book size: —; Page extent: 1154.

 

PUT TO
THE BASKET
Stephen Teilhet, Jay Hilyard
C# Cookbook

— y.
Publisher: —
Description: Easy to learn and use, the C# language is targeted at developers for Microsoft`s .NET platform who`ve worked with a C-like language before, such as C, C++, or Java. There`s no shortage of excellent tutorials and documentation to help new developers get ahandle on the language, such as O`Reilly`s Learning C# or Programming C#. But when you need practical answers to the day-to-day questions you run up against, a tutorial isn`t going to do the trick. The C# Cookbook gets straight to the heart of the problem with code recipes collected especially for developers working on the .NET platform. The C# Cookbook offers a definitive collection of solutions and examples for this new programming language. Recipes range from simple tasks to the more complex, andare organized with respect to the types of problems you`ll need to solve as you progress in your experience as a C# programmer. Nearly every recipe contains a complete, documented code sample showing you how to solve the specific… [detailed...]

ISBN: 0596003390
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
James W. Cooper
C# Design Patterns: A Tutorial (+ CD-ROM)

2003 y.
Publisher: Addison Wesley
Description: Design patterns are elegant, adaptable, and reusable solutions to everyday software development problems. Programmers use design patterns to organize objects in programs, making them easier to write and modify C# Design Patterns: A Tutorial is a practical guide to writing C# programs using the most common patterns. This tutorial begins with dear and concise introductions to C#, object-oriented programming and inheritance, and UML diagrams. Each chapter that follows describes one of twenty-three design patterns, recommends when to use it, and explains the impact that it will have on the larger design. The use of every pattern is demonstrated with simple example programs. These programs are illustrated with screen captures and UML diagrams displaying how the classes interact. Each of these programs is available on me companion CD-ROM and can be run, examined, edited, and applied. Design patterns will have an immediate impact on your work as you learn the following: … [detailed...]

ISBN: 0-201-84453-2
Book size: —; Page extent: 394.

 

PUT TO
THE BASKET
John Paul Mueller
C# Design and Development: Expert One on One

2009 y.
Publisher: —
Description: John P. Mueller demonstrates how you can fine-tune your skill set to create an elegant design that will scale well and produce reliable, speedy, secure, and efficient code. Youll explore several applications and design strategies using C# and youll learn the best approaches for various system configurations. Mueller shares expert advice on how to create better applications by using fine-tuned design strategies and new methods for writing applications using less code, which improves efficiency. Topics include understanding the application lifecycle, defining a design strategy, designing with speed and security in mind, scripting the IDE, working with controls and components, testing, debugging and quality assurance, serializing XML, working with LINQ, augmenting applications using F#, and much more. [detailed...]

ISBN: 0470415967
Book size: —; Page extent: 672.

 

PUT TO
THE BASKET
Jeffrey P. McManus, Chris Kinsman
C# Developer`s Guide to ASP.NET, XML, and ADO.NET

2002 y.
Publisher: Addison-Wesley Professional
Description: This is the book every C# developer needs to read to understand how to create effective Internet applications using ASP.NET. As recognized experts in the field, Jeffrey P.McManus and Chris Kinsman explain how to build applications through effective use of ASP.NET, XML, and ADO.NET. In addition, this book will provide: Information about the Common Language Runtime and .NET Foundation Classes, which form the building blocks for application development in the .NET universe. Practical C# code examples that illustrate operations used most often by application developers. Thorough reference material to the objects available in the Foundation Class libraries. [detailed...]

ISBN: 0672321556
Book size: —; Page extent: 608.

 

PUT TO
THE BASKET
Peter Drayton, Ben Albahari, Ted Neward
C# Language Pocket Reference

— y.
Publisher: —
Description: No matter how good your reference books are, you can`t always stop to thumb through hundreds of pages to find the piece of information you need. Your answer is the C# Language Pocket Reference . Concise and easy to use, this handy pocket guide to C# comes from the authors of C# in a Nutshell , and is a must-have quick reference for anyone implementing this new object-oriented language. The C# Language Pocket Reference offers the convenience of a quick reference in a format that will actually fit in your pocket. The book includes a guide to C# language elements, a brief overview of the Framework Class library, a cross-reference for namespaces and assemblies, a list of compiler syntax and switches, a regular expressions reference guide,and more. [detailed...]

ISBN: 059600429X
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Richard Blum
C# Network Programming

2003 y.
Publisher: Sybex
Description: C# is Microsoft`s hot new language for the .NET platform. This book covers everything C# programmers need to know to create network applications, a task traditionally done in C++. It explores the basics of network programming, including IP and TCP protocols, and moves on to targeted C# instruction, including using the C# network programming classes in the .NET framework. Topics covered include low-level network programming (such as sockets and multithreading), as well as network application layer programming for email, web-based, and security applications. Specific examples show how to create applications that use network protocols such as SNMP, SMTP, and HTTP. The book also has advanced coverage of incorporating an Active Directory server database and .NET remoting in a network application. Author Richard Blum has been a network and systems administrator for 13 years for the Department of Defense and is the author of four books on networking topics. [detailed...]

ISBN: 0-7821-4176-5
Book size: —; Page extent: 723.

 

PUT TO
THE BASKET
Peter Sestoft
C# Precisely

2004 y.
Publisher: —
Description: Book DescriptionC# is an object-oriented programming language that is similar to the Java programming language in many respects but more comprehensive and different in most details. This book gives a concise description of C#. It is intended as a guide for readers who know Java and want to learn C# and as a quick reference for anyone who wants to know C# in more detail than that provided by a standard textbook. The final chapter of C# Precisely summarizes the differences between C# and Java. C# Precisely is one of the first books on C# to cover version 2.0. It presents the entire C# 2.0 programming language, including generics, iterators, and anonymous methods. It excludes most of the extensive Microsoft.NET framework class libraries except threads, input/output, and generic collection classes. The book shows general rules on left-hand pages, with corresponding examples on right-hand pages. All examples are fragments of legal C# programs. The complete,… [detailed...]

ISBN: 0262693178
Book size: —; Page extent: 224.

 

PUT TO
THE BASKET
Stanley B. Lippman
C# Primer: A Practical Approach

— y.
Publisher: —
Description: — [detailed...]

ISBN: 0201729555
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Robert W. Powell, Richard L. Weeks
C# and the .Net Framework: The C++ Perspective

— y.
Publisher: —
Description: This book covers topics ranging from the general principles of .NET through the C# language and how its used in ASP.NET and Windows Forms. Written by programmers for programmers, the content of the book is intended to get readers over the hump of the .NET learning curve and provide solid practical knowledge that will make developers productive from day one. [detailed...]

ISBN: 067232153X
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Ira Pohl
C# by Dissection

— y.
Publisher: —
Description: *LE292-2, 0-201-87667-1, Pohl, Ira, C# by Dissection: The Essentials of C# Programming This book presents a thorough introduction to both C# and the programming process by carefully developing working programs to illuminate key features of the C# language. Presents the concepts of the programming process using the `dissection` method that acts as a walk-through of complete code examples. Provides extensive learning tools such as common programming errors. Provides a copy of the .NET programming environment on CD-Rom. Any programmer, regardless of previous experience, who wants to learn to use C#. [detailed...]

ISBN: 0201876671
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Harvey M. Deitel, Paul J. Deitel
C# for Programmers (2nd Edition) (Deitel Developer (Paperback))

2005 y.
Publisher: —
Description: — [detailed...]

ISBN: 0131345915
Book size: —; Page extent: 1360.

 

PUT TO
THE BASKET
Chris H. Pappas, William H. Murray
C# for Windows Programming

— y.
Publisher: —
Description: — [detailed...]

ISBN: 0130932876
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Jon Skeet
C# in Depth: What you need to master C# 2 and 3

2008 y.
Publisher: Manning Publications
Description: C# in Depth is a completely new book designed to propel existing C# developers to a higher level of programming skill. One simple principle drives this book: explore a few things deeply rather than offer a shallow view of the whole C# landscape. If you often find yourself wanting just a little more at the end of a typical chapter, this is the book for you. Expert author Jon Skeet dives into the C# language, plumbing new C# 2 and 3 features and probing the core C# language concepts that drive them. This unique book puts the new features into context of how C# has evolved without a lengthy rehearsal of the full C# language. C# in Depth briefly examines the history of C# and the .NET framework and reviews a few often-misunderstood C# 1 concepts that are very important as the foundation for fully exploiting C# 2 and 3. Because the book addresses C# 1 with a light touch, existing C# developers don`t need to pick through the book in order to find new material to… [detailed...]

ISBN: 1933988363
Book size: —; Page extent: 424.

 

PUT TO
THE BASKET
Art Gittleman
C#.NET Illuminated (Jones and Bartlett Illuminated)

2004 y.
Publisher: —
Description: Book DescriptionC#.NET Illuminated uses Visual C# for rapid application development. This approachminizes the amount of code the reader needs to write while providing access to the powerful .NET library. [detailed...]

ISBN: 0763725935
Book size: —; Page extent: 500.

 

PUT TO
THE BASKET
Saurabh Nandu, dotthatcom.com, Greg Hack, Adrian Turtschi, Jason Werry, Joseph Albahari, Wei Meng Lee
C#.net Web Developer`s Guide (With CD-ROM)

— y.
Publisher: —
Description: C# .net Web Developer`s Guide C# will teach Web developers to quickly and easily build solutions for the Microsoft .NET platform. Web developers will learn to use C# components to build Web services and applications that are available across the Internet, from any application running on any platform. [detailed...]

ISBN: 1928994504
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Joe Mayo
C#Builder Kick Start

— y.
Publisher: —
Description: C#Builder Kick Start provides a rapid overview of the C#Builder tool, a Borland developer`s introduction to C# explaining the new forms and interfaces, and set of examples illustrating the power of C#, C#Builder, and .NET development. Special attention is paid to differences between existing Borland tools and development strategies and C#Builder. [detailed...]

ISBN: 0672325896
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Сайт создан в системе uCoz