Price : Rs.595.00Rs.476.00 ISBN : 9788120349575
Page : 540 Year of Publication : 2014
Edition : Publisher : Microsoft Press
Description :
Your hands-on guide to Visual C++/CLI fundamentals Expand your expertise—and teach yourself the fundamentals of the Microsoft Visual C++/CLI language. If you have previous programming experience but are new to Visual C++, this tutorial delivers the step-by-step guidance and coding exercises you need to master core topics and techniques.
Discover how to:
• Write and debug object-oriented C++ programs in Visual Studio 2012
• Utilize the various features of the C++/CLI language
• Make use of the Microsoft .NET Framework Class Library
• Create a simple Windows Store app
• Use .NET features such as properties, delegates, and events
• Access data from disparate sources using ADO.NET
• Create and consume web services using Windows Communication Foundation
• Work effectively with legacy code and COM
Content :
Introduction
Part I GETTING STARTED WITH C++ .NET
Chapter 1 Hello C++!
Chapter 2 Introducing object-oriented programming
Chapter 3 Variables and operators
Chapter 4 Using functions
Chapter 5 Decision and loop statements
Chapter 6 More about classes and objects
Chapter 7 Controlling object lifetimes
Chapter 8 Inheritance
Part II MICROSOFT .NET PROGRAMMING BASICS
Chapter 9 Value types
Chapter 10 Operator overloading
Chapter 11 Exception handling
Chapter 12 Arrays and collections
Chapter 13 Properties
Chapter 14 Delegates and events
Chapter 15 The .NET Framework class library
Part III USING THE .NET FRAMEWORK
Chapter 16 Working with files
Chapter 17 Reading and writing XML
Chapter 18 Using ADO.NET
Chapter 19 Writing a service by using Windows Communication Foundation
Chapter 20 Introducing Windows Store apps
Chapter 21 More about Windows Store apps
Part IV ADVANCED TOPICS
Chapter 22 Working with unmanaged code
Chapter 23 Attributes and reflection
Chapter 24 Living with COM