Ivor Horton’s Beginning Visual C++ 2012 Posted: 12 Oct 2012 08:55 AM PDT Book Description The only book to teach C++ programming with Microsoft Visual Studio! There’s a reason why Ivor Horton’s Beginning Visual C++ books dominate the marketplace. Ivor Horton has a loyal following who love his winning approach to teaching programming languages, and in this fully updated new edition, he repeats his successful formula. Offering a comprehensive introduction to both the standard C++ language and to Visual C++, he offers step-by-step programming exercises, examples, and solutions to deftly guide novice programmers through the ins and outs of C++ development. - Introduces novice programmers to the current standard, Microsoft Visual C++ 2012, as it is implemented in Microsoft Visual Studio 2012
- Focuses on teaching both the C++11 standard and Visual C++ 2012, unlike virtually any other book on the market
- Covers the C++ language and library and the IDE
- Delves into new features of both the C++11 standard and of the Visual C++ 2012 programming environment
- Features C++ project templates, code snippets, and more
Even if you have no previous programming experience, you’ll soon learn how to build real-world applications using Visual C++ 2012 with this popular guide. From the Back Cover Renowned author Ivor Horton introduces you to Visual C++ 2012 There’s a reason why Ivor Horton’s books dominate the marketplace: his unique, easy-to-understand tutorial style of covering a topic is accessible to both novice and experienced programmers. And now, with this updated guide, he delivers a comprehensive introduction to both the standard C++ language and Visual C++ 2012. Step-by-step programming exercises, helpful examples, and clear solutions deftly walk you through the ins and outs of C++ development. By the end of the book, you’ll have a solid understanding of how to build real-world applications using Visual C++ 2012. Ivor Horton’s Beginning Visual C++ 2012: - Introduces you to the current version of the C++ language (C++ 11), as it is implemented in Microsoft® Visual Studio® 2012
- Provides a comprehensive tutorial on using the complete Visual C++ programming language
- Explains the C++ Standard Template Library and how to apply it to make your programming tasks easier
- Shows you the principal elements of developing Windows desktop applications in C++ using the Microsoft Foundation Classes
- Guides you through the development of a substantial Windows® 7 desktop application that you can also run under Windows® 8
- Illustrates how to develop Windows 8 Apps with Visual C++ using a working game example
Table of Contents Chapter 1. Programming with Visual C++ Chapter 2. Data, Variables, and Calculations Chapter 3. Decisions and Loops Chapter 4. Arrays, Strings, and Pointers Chapter 5. Introducing Structure into Your Programs Chapter 6. More about Program Structure Chapter 7. Defining Your Own Data Types Chapter 8. More on Classes Chapter 9. Class Inheritance and Virtual Functions Chapter 10. The Standard Template Library Chapter 11. Windows Programming Concepts Chapter 12. Windows Programming with the Microsoft Foundation Classes (MFC) Chapter 13. Working with Menus and Toolbars Chapter 14. Drawing in a Window Chapter 15. Improving the View Chapter 16. Working with Dialogs and Controls Chapter 17. Storing and Printing Documents Chapter 18. Programming Windows 8 Apps Book Details - Paperback: 984 pages
- Publisher: Wrox (October 2012)
- Language: English
- ISBN-10: 1118368088
- ISBN-13: 978-1118368084
Note: There is a file embedded within this post, please visit this post to download the file. Related Posts The post Ivor Horton’s Beginning Visual C++ 2012 appeared first on Wow! eBook - Blog.
|
Professional Node.js: Building Javascript Based Scalable Software Posted: 12 Oct 2012 08:43 AM PDT Book Description Learn to build fast and scalable software in JavaScript with Node.js Node.js is a powerful and popular new framework for writing scalable network programs using JavaScript. This no nonsense book begins with an overview of Node.js and then quickly dives into the code, core concepts, and APIs. In-depth coverage pares down the essentials to cover debugging, unit testing, and flow control so that you can start building and testing your own modules right away. - Covers node and asynchronous programming main concepts
- Addresses the basics: modules, buffers, events, and timers
- Explores streams, file systems, networking, and automated unit testing
- Goes beyond the basics, and shares techniques and tools for debugging, unit testing, and flow control
If you already know JavaScript and are curious about the power of Node.js, then this is the ideal book for you. From the Back Cover Learn to build scalable software in JavaScript with Node.js Node.js is a popular framework that allows you to build fast, highly scalable network programs using JavaScript. However, it comes with a learning curve. This in-depth guide walks you through the installation of the Node.js platform and then focuses on the essentials of creating and loading modules; using buffers to manipulate, encode, and decode binary data; simplifying event binding with the event emitter pattern; and more. Covering everything from scheduling the execution of functions using timers to creating and controlling external processes, this book gets you up and running and building and testing your own modules. Professional Node.js: - Addresses querying, reading from, and writing to files
- Explores streams, file systems, networking, and automated unit testing
- Details how to read and write streams of data
- Zeroes-in on building TCP and HTTP servers and clients
- Reviews using datagrams, testing and debugging modules, and controlling the callback flow
- Shows how to develop real-time web applications using Connect, Express, and Socket.IO
- Walks you through connecting to MySQL, CouchDB, and MongoDB
Table of Contents Part I: Introduction and Setup Chapter 1. Installing Node Chapter 2. Introducing Node Part II: Node Core API Basics Chapter 3. Loading Modules Chapter 4. Using Buffers to Manipulate, Encode, and Decode Binary Data Chapter 5. Using the Event Emitter Pattern to Simplify Event Binding Chapter 6. Scheduling the Execution of Functions Using Timers Part III: Files, Processes, Streams, and Networking Chapter 7. Querying, Reading From, and Writing to Files Chapter 8. Creating and Controlling External Processes Chapter 9. Reading and Writing Streams of Data Chapter 10. Building TCP Servers Chapter 11. Building HTTP Servers Chapter 12. Building a TCP Client Chapter 13. Making HTTP Requests Chapter 14. Using Datagrams (UDP) Chapter 15. Securing Your TCP Server With TLS/SSL Chapter 16. Securing Your HTTP Server With HTTPS Part IV: Building and Debugging Modules and Applications Chapter 17. Testing Modules and Applications Chapter 18. Debugging Modules and Applications Chapter 19. Controlling the Callback Flow Part V: Building Web Applications Chapter 20. Building and Using HTTP Middleware Chapter 21. Making a Web Application Using Express.js Chapter 22. Making Universal Real-Time Web Applications Using Socket.io Chapter 23. Connecting to MYSQL Using node-mysql Chapter 24. Connecting to CouchDB Using Nano Chapter 25. Connecting to MongoDB Using MongooSE Book Details - Paperback: 408 pages
- Publisher: Wrox (October 2012)
- Language: English
- ISBN-10: 1118185463
- ISBN-13: 978-1118185469
Note: There is a file embedded within this post, please visit this post to download the file. Related Posts The post Professional Node.js: Building Javascript Based Scalable Software appeared first on Wow! eBook - Blog.
|
Professional ASP.NET MVC 4 Posted: 12 Oct 2012 08:29 AM PDT Book Description An outstanding author team presents the ultimate Wrox guide to ASP.NET MVC 4 Microsoft insiders join giants of the software development community to offer this in-depth guide to ASP.NET MVC, an essential web development technology. Experienced .NET and ASP.NET developers will find all the important information they need to build dynamic, data-driven websites with ASP.NET and the newest release of Microsoft’s Model-View-Controller technology. Featuring step-by-step guidance and lots of code samples, this guide gets you started and moves all the way to advanced topics, using plenty of examples. - Designed to give experienced .NET and ASP.NET programmers everything needed to work with the newest version of MVC technology
- Expert author team includes Microsoft ASP.NET MVC insiders as well as leaders of the programming community
- Covers controllers, views, models, forms and HTML helpers, data annotation and validation, membership, authorization, security, and routing
- Includes essential topics such as Ajax and jQuery, NuGet, dependency injection, unit testing, extending MVC, and Razor
- Includes additional real-world coverage requested by readers of the previous edition as well as a new case study example chapter
From the Back Cover An updated guide to ASP.NET MVC 4 from an author dream team Learn ASP.NET MVC 4, a cutting-edge web framework, from Microsoft insiders and respected software development community leaders. After a brief introduction to the ASP.NET MVC framework, the authors dive straight into all the important information you need to build dynamic, data-driven websites with ASP.NET and the newest release of Microsoft’s Model-View-Controller technology. Featuring step-by-step guidance and numerous code examples, this book guides you from basics to advanced topics. Professional ASP.NET MVC 4: - Explains how the ASP.NET MVC framework differs from other “file per page” web frameworks
- Covers controllers, views, models, forms and HTML helpers, data annotations and validation, membership, authorization, security, and routing
- Highlights essential topics such as Ajax and jQuery, NuGet, dependency injection, unit testing, extending MVC, and Razor
- Puts everything in context with a case study of a real-world, high-volume ASP.NET MVC site: the NuGet Gallery
- Includes additional real-world coverage requested by readers of the previous edition
Table of Contents Chapter 1. Getting Started Chapter 2. Controllers Chapter 3. Views Chapter 4. Models Chapter 5. Forms and HTML Helpers Chapter 6. Data Annotations and Validation Chapter 7. Membership, Authorization, and Security Chapter 8. Ajax Chapter 9. Routing Chapter 10. NuGet Chapter 11. ASP.NET Web API Chapter 12. Dependency Injection Chapter 13. Unit Testing Chapter 14. Extending MVC Chapter 15. Advanced Topics Chapter 16. Real-World ASP.NET MVC: Building the NuGet.org Website Book Details - Paperback: 504 pages
- Publisher: Wrox (October 2012)
- Language: English
- ISBN-10: 111834846X
- ISBN-13: 978-1118348468
Note: There is a file embedded within this post, please visit this post to download the file. Related Posts The post Professional ASP.NET MVC 4 appeared first on Wow! eBook - Blog.
|
Professional Mobile Application Development Posted: 12 Oct 2012 08:22 AM PDT Book Description Create applications for all major smartphone platforms Creating applications for the myriad versions and varieties of mobile phone platforms on the market can be daunting to even the most seasoned developer. This authoritative guide is written in such as way that it takes your existing skills and experience and uses that background as a solid foundation for developing applications that cross over between platforms, thereby freeing you from having to learn a new platform from scratch each time. Concise explanations walk you through the tools and patterns for developing for all the mobile platforms while detailed steps walk you through setting up your development environment for each platform. - Covers all the major options from native development to web application development
- Discusses major third party platform development acceleration tools, such as Appcelerator and PhoneGap
- Zeroes in on topics such as developing applications for Android, IOS, Windows Phone 7, and Blackberry
Professional Mobile Cross Platform Development shows you how to best exploit the growth in mobile platforms, with a minimum of hassle. From the Back Cover Create amazing apps for all major smartphone platforms It can be tricky developing for all mobile platforms and there are a lot of traps along the way. This guide helps you navigate around the roadblocks, providing you with the steps to set up your development environment and the tools and patterns to build your mobile app. It also arms you with strategies to best leverage your code base to support the wide variety of platforms. From simple HTML-based web apps to complex examples using Appcelerator or PhoneGap, you’ll find everything you need to dive in and create the coolest apps available. Professional Mobile Application Development: - Shows you how to create consumable web services for mobile devices
- Walks you through the design and development of mobile user interfaces
- Uncovers what you need to get started coding mobile websites
- Gives you the tools to start developing apps on Android™ iOS, Windows® Phone 7, and BlackBerry® devices
- Describes how to use the leading software to build more robust apps in a shorter time
- Explains how to set standards and offers guidelines for development teams
Table of Contents Chapter 1. Preliminary Considerations Chapter 2. Diving Into Mobile. App or Website? Chapter 3. Creating Consumable Web Services for Mobile Devices Chapter 4. Mobile User Interface Design Chapter 5. Mobile Websites Chapter 6. Getting Started With Android Chapter 7. Getting Started With IOS Chapter 8. Getting Started With Windows Phone 7 Chapter 9. Getting Started With Blackberry Chapter 10. Getting Started With Appcelerator Titanium Chapter 11. Getting Started With Phonegap Chapter 12. Getting Started With Monotouch And Mono for Android Book Details - Paperback: 432 pages
- Publisher: Wrox (August 2012)
- Language: English
- ISBN-10: 1118203909
- ISBN-13: 978-1118203903
Note: There is a file embedded within this post, please visit this post to download the file. Related Posts The post Professional Mobile Application Development appeared first on Wow! eBook - Blog.
|
Tidak ada komentar:
Posting Komentar