Dotnetcat » .NET Books » C# books
Microsoft Visual C++ .Net Step by Step (Step By Step (Microsoft))
|
Authors: | Julian Templeman, Andy Olsen, Michael Hudson, Tyrone Howe |
| List price: | $39.99 | |
| Amazon price: | $7.00 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Microsoft Press (23 January 2002) |
This intuitive, self-paced learning system makes it easy for developers to teach themselves how to draw on the power of Microsoft Visual C++, and to see how Visual C++ compares with other popular development languages. Developers learn C++ by following step-by-step instructions with numerous high-quality code examples-all created specifically for this book. Developers can quickly grasp and master the latest enhancements and changes to Visual C++, including its powerful .NET features and services.
Visual C ++ .NET: A Managed Code Approach for Experienced Programmers (Deitel Developer Series)
|
Authors: | Harvey M. Deitel, Paul J. Deitel, Christina Courtmarche, Jeffrey Hamm, Jonathan P. Liperi, Tem R. Nieto, Cheryl H. Yaeger |
| List price: | $59.99 | |
| Amazon price: | $20.24 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Prentice Hall PTR (21 November 2002) |
Visual C++ .NET for Experienced Programmer: A Managed-Code Approach from the DEITELA (R) Developer Series first provides the experienced programmer with a concise introduction to C++ programming fundamentals before presenting more advanced topics in detail. Learn how to create reusable software components with assemblies, modules, and DLLs. Cover the fundamental techniques of Visual C++ .NET-based networking, create database connections using ADO.NET, create Web-based applications using ASP.NET, and learn to create XML Web services. The book features detailed LIVE-CODEA (R) examples that highlight crucial concepts in files and streams, that show how to create custom GUI controls, that demonstrate how to use sockets to hide network details, and that show Web services at work.
C#: Your Visual Blueprint for Building .Net Applications (With CD-ROM)
|
Authors: | Eric Butow, Thomas Ryan, maranGraphics |
| List price: | $26.99 | |
| Amazon price: | $19.99 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Visual (15 November 2001) |
Each step in this book is displayed with callouts to help you see exactly where the action takes place on the screen. This book covers over 100 tasks, including using attributes, operators, and classes; documenting code with XML, using arrays, building forms, programming Web services, using Windows designers and macros, troubleshooting, and editing.
Programming With C#.NET (.Net Series)
|
Author: | Ted Coombs |
| List price: | $86.95 | |
| Amazon price: | $8.48 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | OnWord Press (13 May 2002) |
Microsoft’s new .NET initiative is quickly beginning to revolutionize the programming industry with its new object oriented products, one of which is C#.NET. Ted Coombs’ Programming With C#.NET contains all that a programmer or developer needs to know about C#.NET. This book covers the features of the new program, differences between the last version of C++ and the new C#, and how the new features affect the work process and the final results of programming. The format of the book makes it easy for readers to follow the topics and quickly learn all the key points and finer details of migrating to C#.NET. New productivity features that developers need to rapidly create Web applications are presented, as well as ways that the software will simplify and streamline the developing process. The program’s new support for Web Forms, Web Services, and object-oriented language features are all covered within Programming With C#.NET.
Visual C#: .Net Developer's Handbook with CDROM
|
Author: | John Paul Mueller |
| List price: | $59.99 | |
| Amazon price: | $8.53 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Sybex Inc (15 June 2002) |
Visual C# .NET Developer's Handbook offers advanced, practical, and comprehensive coverage of major development issues for the hottest new programming language. Well-known programming author John Mueller starts out with expert advice for building complex desktop applications and moves on to major enterprise topics, such as working with Acive Directory and building Web applications with ASP.NET, XML, and SOAP. Readers also get coverage of data access with ADO.NET, .NET security issues, and deploying applications to wireless and PDA devices.
The book is not just for experienced C++ programmers. It has great appeal for the large installed base of experienced Visual Basic developers. Many VB programmers will want to integrate C# code into their applications and this book gives them the tools to do so. The companion CD-ROM comes with all the code from the book, making it easy for programmers to experiment with and adapt it for their own applications.
C++ All-In-One Desk Reference For Dummies
|
Authors: | John Paul Mueller, Jeff Cogswell |
| List price: | $39.99 | |
| Amazon price: | $21.19 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | For Dummies (31 August 2009) |
Here’s the easy way to learn how to use C++
C++, developed by Bjarne Stroustrup at Bell Labs, is one of the most widely used programming languages, with close to four million C++ programmers and growing. C++’s popularity has earned it a spot as part of the Standard Library.
Fully updated for the new C++ 2009 standard, C++ All-in-One for Dummies, 2nd Edition compiles seven books into one. This guidebook covers key topics like an introduction to C++, understanding objects and classes, fixing problems, advanced programming, reading and writing files, advanced C++, and building applications with Microsoft MFC. If you're a C++ newbie, start with Book I. But if you’re experienced with C++, simply jump in anywhere to learn more! This all-in-one reference helps you learn to:
- Use C++ for Windows, Mac, and Linux by using the CodeBlocks compiler
- Understand object-oriented programming
- Use various diagrams to design your programs
- Recognize how local variables are stored
- Use packages, notes, and tags effectively
- Make a class persistent
- Handle constructors and destructors
With over 25,000 sold of the previous bestselling edition, this second edition with a bonus CD makes C++ easier to understand. It’s a perfect introduction for new programmers and guide for advanced programmers.
Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
TCP/IP Sockets in C#: Practical Guide for Programmers (The Practical Guides)
|
Authors: | David Makofske, Michael J. Donahoo, Kenneth L. Calvert |
| List price: | $28.95 | |
| Amazon price: | $12.83 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Morgan Kaufmann (13 May 2004) |
"TCP/IP sockets in C# is an excellent book for anyone interested in writing network applications using Microsoft .Net frameworks. It is a unique combination of well written concise text and rich carefully selected set of working examples. For the beginner of network programming, it's a good starting book; on the other hand professionals could also take advantage of excellent handy sample code snippets and material on topics like message parsing and asynchronous programming."
Adarsh Khare, SDT, .Net Frameworks Team, Microsoft Corporation
The popularity of the C# language and the .NET framework is ever rising due to its ease of use, the extensive class libraries available in the .NET Framework, and the ubiquity of the Microsoft Windows operating system, to name a few advantages. TCP/IP Sockets in C# focuses on the Sockets API, the de facto standard for writing network applications in any programming language. Starting with simple client and server programs that use TCP/IP (the Internet protocol suite), students and practitioners quickly learn the basics and move on to firsthand experience with advanced topics including non-blocking sockets, multiplexing, threads, asynchronous programming, and multicasting. Key network programming concepts such as framing, performance and deadlocks are illustrated through hands-on examples. Using a detailed yet clear, concise approach, this book includes numerous code examples and focused discussions to provide a solid understanding of programming TCP/IP sockets in C#.
Features
*Tutorial-based instruction in key sockets programming techniques complemented by numerous code examples throughout
*Discussion moves quickly into the C# Sockets API definition and code examples, desirable for those who want to get up-to-speed quickly
*Important coverage of "under the hood" details that developers will find useful when creating and using a socket or a higher level TCP class that utilizes sockets
*Includes end-of-chapter exercises to facilitate learning, as well as sample code available for download at the book's companion web site
*Tutorial-based instruction in key sockets programming techniques complemented by numerous code examples throughout
*Discussion moves quickly into the C# Sockets API definition and code examples, desirable for those who want to get up-to-speed quickly
*Important coverage of "under the hood" details that developers will find useful when creating and using a socket or a higher level TCP class that utilizes sockets
*Includes end-of-chapter exercises to facilitate learning, as well as sample code available for download at the book's companion web site
Visual C# 2005: A Developer's Notebook
|
Author: | Jesse Liberty |
| List price: | $29.95 | |
| Amazon price: | $5.69 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | O'Reilly Media (25 April 2005) |
In the three years since Microsoft made C# available, there have been lots of tweaks to the language. That's because C# is not only essential for making .NET work, it's a big way for Microsoft to attract millions of Java, C and C++ developers to the platform. And C# has definitely made some inroads. Because of its popularity among developers, the language received standardization from ECMA International, making it possible to port C# applications to other platforms. To bolster its appeal, C# 2.0 has undergone some key changes as part of Visual Studio 2005 that will make development with .NET quicker and easier.
That's precisely what Visual C# 2005: A Developer's Notebook allows you to do. There are some great new features in C# and this unique "all lab, no lecture" guide covers them all with 50 hands-on projects. Each project explores a new feature, with emphasis on changes that increase productivity, simplify programming tasks, and add functionality to applications.
C#'s component-based design combines the productivity of Microsoft's popular Visual Basic with the raw power of C++ for web-based applications. Many reviewers note a similarity between C# and Java--in fact, a new feature that took the Java development team five years to incorporate into Java is now available in C# 2.0. Called "generics", this feature enables developers to reuse and customize their existing code, so they can dramatically cut down the time it takes to develop new applications.
Visual C# 2005: A Developer's Notebook is full of no-nonsense code without the usual page-filling commentary. You'll find suggestions for further experimentation, links to on-line documentation, plus practical notes and warnings. The book also tells developers how to acquire, install and configure Visual Studio 2005. Are you a coder to the core? Learn what C# 2.0 can do for you now.
C++/CLI: The Visual C++ Language for .NET
|
Author: | Gordon Hogenson |
| List price: | $54.99 | |
| Amazon price: | $35.93 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Apress ( 4 December 2006) |
C++/CLI: The Visual C++ Language for .NET introduces Microsoft's new extensions to the C++ syntax that allow you to target the common language runtime the key to the heart of the .NET 3.0 platform. In 12 no-fluff chapters, Microsoft insider Gordon Hogenson takes you into the core of the C++/CLI language and explains both how the language elements work and how Microsoft 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 beginner's 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 you're thinking of migrating to C++/CLI from another language. By the end of this book, you'll 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.
.NET Developer's Kit Including ASP, C#, and Visual Basic
|
Author: | Syngress |
| List price: | $119.95 | |
| Amazon price: | $9.99 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Syngress (15 December 2001) |
A kit for all developers working on .NET Applications - at a 20% saving
Microsoft is getting ready its next generation of Windows development tools and services titled .NET. Flip through any computer magazines and .NET is hard to avoid. .NET has generated a lot of interests in the developer's community. Syngress is really excited about its new series of books about the .NET framework. By purchasing the .NET Developer's Kit readers save 20%!
The .NET Developer's Kit includes:
C#.net Web Developer's Guide C#. 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. (ISBN 1-928994-50-4)
VB.NET Developer's Guide is written for previous Visual Basic Programmers looking to harness the power of the new features and functionality incorporated Visual Basic.NET. (ISBN 1-928994-48-2)
ASP .net Web Developer's Guide teaches Web developers to quickly and easily build solutions for the Microsoft .NET platform. Programmers who are expert in ASP and other languages will find this book invaluable. (ISBN 1-928994-51-2)
Readers save 20% by purchasing boxed set
Includes wallet-sized CD containing a printable HTML versions of the books


Syndicate








