.NET Programming with Visual C++

.NET Programming with Visual C++
Author :
Publisher : CRC Press
Total Pages : 737
Release :
ISBN-10 : 9781482295634
ISBN-13 : 1482295636
Rating : 4/5 (34 Downloads)

Synopsis .NET Programming with Visual C++ by : Max Fomitchev

Packed with C++ code examples and screen shots, .NET Programming with Visual C++ explains the .NET framework and managed extensions to C++, and provides a complete reference to the basic and advanced types contained in .NET Framework System namesp

IVOR HORTON'S,

IVOR HORTON'S,
Author :
Publisher : Wrox Press
Total Pages : 984
Release :
ISBN-10 : UOM:39076001878334
ISBN-13 :
Rating : 4/5 (34 Downloads)

Synopsis IVOR HORTON'S, by : HORTON

C++, probably the most widely used programming language today, is available on all computers and is flexible and powerful enough to be useful for almost any programming task. "Beginning C++ Programming" is perfect for the absolute beginner to programming, taking each concept and explaining it.

Introduction to Windows and Graphics Programming with Visual C++.NET

Introduction to Windows and Graphics Programming with Visual C++.NET
Author :
Publisher : World Scientific
Total Pages : 354
Release :
ISBN-10 : 9789812564559
ISBN-13 : 9812564551
Rating : 4/5 (59 Downloads)

Synopsis Introduction to Windows and Graphics Programming with Visual C++.NET by : Roger Mayne

This book provides an accessible approach to the study of Windows programming with Visual C++. It is intended to be an introduction to Visual C++ for technical people including practicing engineers, engineering students, and others who would like to understand Windows programming and use its inherent graphic capabilities. While the book is aimed at a technical audience, the mathematical content is modest and it should be readable by most people interested in C++ programming. It introduces readers to Windows programming in a natural way, making use of the object-oriented environment, the Microsoft Foundation Classes (MFC), and the document/view organization.Over fifty example projects are included on a companion CD. These example projects are used in the book's tutorial format initially by introducing Visual C++ programming and important C++ concepts. Then coverage of Windows programming begins with fundamental graphics operations including interactive drawing with mouse inputs. This is followed by program interaction through Windows tools for creating drop down menus, toolbar buttons, dialog windows, file input/output, output to printers, etc. Basic animation concepts are presented, using classes to develop, manipulate and display geometric shapes. Graphs are plotted as objects and the process of creating color contour plots is discussed.After using this book and following its collection of example programs, readers should be well prepared to write interactive programs which integrate Windows functionality and graphics with their own C++ programming. The step-by-step structure of each example in the book is described thoroughly and only standard Microsoft resources for graphics are required. Exercises at the end of each chapter provide opportunities to revisit and extend the tutorial examples. The project folders on the CD include complete program code for all examples. Files are also provided that contain classes and functions for handling geometric objects and graphs and which may be easily adapted for a wide variety of application programs.

Visual Basic .NET Power Coding

Visual Basic .NET Power Coding
Author :
Publisher : Addison-Wesley Professional
Total Pages : 738
Release :
ISBN-10 : 0672324075
ISBN-13 : 9780672324079
Rating : 4/5 (75 Downloads)

Synopsis Visual Basic .NET Power Coding by : Paul Kimmel

bull; Demystifies aspects of Visual Basic .NET that are difficult to master, such as remoting, multithreading, reflection, security, and COM interoperability. bull; Contains in-depth coverage of topics barely touched upon in other books. bull; Author is a well-known and respected guru in the Microsoft programming community.

Mastering Visual Studio .NET

Mastering Visual Studio .NET
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 420
Release :
ISBN-10 : 0596003609
ISBN-13 : 9780596003609
Rating : 4/5 (09 Downloads)

Synopsis Mastering Visual Studio .NET by : Ian Griffiths

This book enables intermediate and advanced programmers the kind of depth that's really needed, such as advanced window functionality, macros, advanced debugging, and add-ins, etc. With this book, developers will learn the VS.NET development environment from top to bottom.

Programming with Managed Extensions for Microsoft Visual C++ .NET

Programming with Managed Extensions for Microsoft Visual C++ .NET
Author :
Publisher :
Total Pages : 580
Release :
ISBN-10 : UOM:39015055614997
ISBN-13 :
Rating : 4/5 (97 Downloads)

Synopsis Programming with Managed Extensions for Microsoft Visual C++ .NET by : Richard Grimes

Readers can learn the different programming rules for managed extensions, along with the features that are new to Visual C++ and other .NET-compatible languages. (Computer Books - Languages/Programming)

Microsoft Visual Basic .NET Programming Fundamentals

Microsoft Visual Basic .NET Programming Fundamentals
Author :
Publisher : Microsoft Visual Basic .NET
Total Pages : 600
Release :
ISBN-10 : 0980202906
ISBN-13 : 9780980202908
Rating : 4/5 (06 Downloads)

Synopsis Microsoft Visual Basic .NET Programming Fundamentals by : Souleiman Valiev

This book will help you acquire solid knowledge and many practical hands-on programming skills. It is intended for beginners. The selection of topics is designed to help you learn the fundamentals of Visual Basic .NET programming and Visual Studio .NET development tools. Each chapter in this book is accompanied by a relevant lab project that will allow you consolidate your knowledge and practice your new skills.

Visual Studio .Net Tips and Tricks

Visual Studio .Net Tips and Tricks
Author :
Publisher : Lulu.com
Total Pages : 124
Release :
ISBN-10 : 9781411613966
ISBN-13 : 1411613961
Rating : 4/5 (66 Downloads)

Synopsis Visual Studio .Net Tips and Tricks by : Minh T. Nguyen

Includes more than 120 tips for editing and writing your code, navigating within the IDE, and compiling, debugging, and deploying your application. Also includes section dedicated to VS.NET 2005, keyboard shortcuts for the majority of tips, and more than 90 figures and screenshots.

C#

C#
Author :
Publisher :
Total Pages : 1568
Release :
ISBN-10 : 0130622214
ISBN-13 : 9780130622211
Rating : 4/5 (14 Downloads)

Synopsis C# by : Harvey M. Deitel

C# builds on the skills already mastered by C++ and Java programmers, enabling them to create powerful Web applications and components - ranging from XML-based Web services on Microsoft's .NET platform to middle-tier business objects and system-level applications.

COM Programming with Microsoft .NET

COM Programming with Microsoft .NET
Author :
Publisher :
Total Pages : 0
Release :
ISBN-10 : 0735618755
ISBN-13 : 9780735618756
Rating : 4/5 (55 Downloads)

Synopsis COM Programming with Microsoft .NET by : Julian Templeman

Microsoft .NET is here, but COM and COM+ will be a valuable part of every Microsoft Windows programmer's toolbox for years. This in-depth programming guide explains how and where COM and COM+ fit into the new .NET world, demonstrates the new technologies that are available in .NET, and shows how to interoperate between COM/COM+ and .NET. It explains how to use Microsoft Visual Studio .NET to write traditional COM objects, how to use COM objects in .NET code, and how to use .NET objects as COM objects. It also discusses COM+ topics such as disconnected applications and subscriptions. The authors show you both theoretical and practical approaches--explaining how the mechanisms work and also providing practical advice with sample code to show how to handle interoperability. Topics covered include: The .NET view of COM and COM+ COM, COM+, and .NET Using COM components in .NET code Using .NET components in COM applications Overview of COM+ coding for .NET Writing COM code Attributed programming Active Template Library (ATL) and ATL Server Writing COM+ code A simple COM+ example Working with disconnected applications Creating subscriptions Web application scenarios Interoperability Interacting with unmanaged code Advanced interaction Working with predefined interfaces Includes sample code on the Web