The Complete Visual C# Programmer's Guide

The Complete Visual C# Programmer's Guide
Author :
Publisher : Microgold Press
Total Pages : 0
Release :
ISBN-10 : 0971683603
ISBN-13 : 9780971683600
Rating : 4/5 (03 Downloads)

Synopsis The Complete Visual C# Programmer's Guide by : Bulent Ozkir

This book will take you through C# and all the key features of the .NET programming library. You will learn to develop Applicattions, components, web services, Database applications and you will learn to develop them in a fraction of the time it took with previos microsoft solutions.

COM+ Programming

COM+ Programming
Author :
Publisher : Prentice Hall
Total Pages : 536
Release :
ISBN-10 : 0130886742
ISBN-13 : 9780130886743
Rating : 4/5 (42 Downloads)

Synopsis COM+ Programming by : Pradeep Kumar Tapadiya

Explores COM+ as a solution for software-reusability through the analysis of software engineering problems, case studies, and programming examples.

Mastering Microsoft Visual C++ 4

Mastering Microsoft Visual C++ 4
Author :
Publisher :
Total Pages : 0
Release :
ISBN-10 : 078211606X
ISBN-13 : 9780782116069
Rating : 4/5 (6X Downloads)

Synopsis Mastering Microsoft Visual C++ 4 by : Michael J. Young

Michael Young shows C programmers (beginners through expert) how to use Microsoft's revolutionary and incredibly difficult 32-bit Visual C++ 2.0 to create professional Windows 4.0 and Windows NT applications. To save readers time and enable programmers to incorporate the book's programs into their own code, a disk is provided that contains all of the source code and executable programs in the book.

Web Commerce Programming with Visual C++

Web Commerce Programming with Visual C++
Author :
Publisher :
Total Pages : 596
Release :
ISBN-10 : 1576101991
ISBN-13 : 9781576101995
Rating : 4/5 (91 Downloads)

Synopsis Web Commerce Programming with Visual C++ by : Don Gaspar

Here is everything a developer needs to know about using Visual C++ to implement real-time Internet commerce solutions with CGI and ISAPI extensions on a Web server. The book instructs developers on processing forms and orders, taking credit cards, and receiving payments from their Web server. The CD-ROM contains source code from the book and actual working HTML and C++ for CGI and ISAPI code.

Visual Studio 2019 Tricks and Techniques

Visual Studio 2019 Tricks and Techniques
Author :
Publisher : Packt Publishing Ltd
Total Pages : 386
Release :
ISBN-10 : 9781800200142
ISBN-13 : 1800200145
Rating : 4/5 (42 Downloads)

Synopsis Visual Studio 2019 Tricks and Techniques by : Paul Schroeder

Harness the full power of the Visual Studio IDE to take your coding skills to the next level by learning about IDE productivity practices and exclusive techniques Key FeaturesIncrease your productivity by leveraging Visual Studio 2019's improvements and featuresExplore powerful editing, code intelligence, and source code control features to increase productivityDelve into VS’s powerful, untapped features such as custom project templates and extensionsBook Description Visual Studio 2019 (VS 2019) and Visual Studio Code (VS Code) are powerful professional development tools that help you to develop applications for any platform with ease. Whether you want to create web, mobile, or desktop applications, Microsoft Visual Studio is your one-stop solution. This book demonstrates some of the most sophisticated capabilities of the tooling and shows you how to use the integrated development environment (IDE) more efficiently to be more productive. You’ll begin by gradually building on concepts, starting with the basics. The introductory chapters cover shortcuts, snippets, and numerous optimization tricks, along with debugging techniques, source control integration, and other important IDE features that will help you make your time more productive. With that groundwork in place, more advanced concepts such as the inner workings of project and item templates are covered. You will also learn how to write quality, secure code more efficiently as well as discover how certain Visual Studio features work 'under the hood'. By the end of this Visual Studio book, you’ll have learned how to write more secure code faster than ever using your knowledge of the extensions and processes that make developing successful solutions more enjoyable and repeatable. What you will learnUnderstand the similarities and differences between VS 2019 and VS CodeGet to grips with numerous keyboard shortcuts to improve efficiencyDiscover IDE tips and tricks that make it easier to write codeExperiment with code snippets that make it easier to write repeating code patternsFind out how to customize project and item templates with the help of hands-on exercisesUse Visual Studio extensions for ease and improved productivityDelve into Visual Studio’s behind the scene operationsWho this book is for This book is for C# and .NET developers who want to become more efficient and take advantage of features they may not be aware of in the IDE. Those looking to increase their productivity and write quality code more quickly by fully utilizing the power of the Visual Studio IDE will also find this book useful.

Dan Appleman's Visual Basic Programmer's Guide to the Win32 API

Dan Appleman's Visual Basic Programmer's Guide to the Win32 API
Author :
Publisher : Sams Publishing
Total Pages : 1602
Release :
ISBN-10 : UOM:39015043003311
ISBN-13 :
Rating : 4/5 (11 Downloads)

Synopsis Dan Appleman's Visual Basic Programmer's Guide to the Win32 API by : Dan Appleman

Quickly harness the full power of the Windows(R) 32-bit operating system using Visual Basic. This best-selling guide covers every key element of the core Win32 API--from Windows management and drawing operations to advanced process control and interprocess communication techniques. Dan Applemen shows you how to translate C and C++ based Win32 documentation to Visual Basic, how to port 16-bit applications to 32-bits, and how to design applications to run on different versions of Windows.

Microsoft Jet Database Engine Programmer's Guide

Microsoft Jet Database Engine Programmer's Guide
Author :
Publisher :
Total Pages : 628
Release :
ISBN-10 : 1556158777
ISBN-13 : 9781556158773
Rating : 4/5 (77 Downloads)

Synopsis Microsoft Jet Database Engine Programmer's Guide by : Dan Haught

This is the official technical reference on Jet, the powerful database engine used in Microsoft Access and Visual Basic for Windows 95. The book starts by describing what Jet is, how to use it, and how it compares to other databases. Each chapter includes a simple Basic program that it builds upon within the chapter to illustrate points. CD includes the Jet Database Engine.

Beginning C++ Programming

Beginning C++ Programming
Author :
Publisher : Packt Publishing Ltd
Total Pages : 516
Release :
ISBN-10 : 9781787129283
ISBN-13 : 1787129284
Rating : 4/5 (83 Downloads)

Synopsis Beginning C++ Programming by : Richard Grimes

Modern C++ at your fingertips! About This Book This book gets you started with the exciting world of C++ programming It will enable you to write C++ code that uses the standard library, has a level of object orientation, and uses memory in a safe and effective way It forms the basis of programming and covers concepts such as data structures and the core programming language Who This Book Is For A computer, an internet connection, and the desire to learn how to code in C++ is all you need to get started with this book. What You Will Learn Get familiar with the structure of C++ projects Identify the main structures in the language: functions and classes Feel confident about being able to identify the execution flow through the code Be aware of the facilities of the standard library Gain insights into the basic concepts of object orientation Know how to debug your programs Get acquainted with the standard C++ library In Detail C++ has come a long way and is now adopted in several contexts. Its key strengths are its software infrastructure and resource-constrained applications, including desktop applications, servers, and performance-critical applications, not to forget its importance in game programming. Despite its strengths in these areas, beginners usually tend to shy away from learning the language because of its steep learning curve. The main mission of this book is to make you familiar and comfortable with C++. You will finish the book not only being able to write your own code, but more importantly, you will be able to read other projects. It is only by being able to read others' code that you will progress from a beginner to an advanced programmer. This book is the first step in that progression. The first task is to familiarize you with the structure of C++ projects so you will know how to start reading a project. Next, you will be able to identify the main structures in the language, functions, and classes, and feel confident being able to identify the execution flow through the code. You will then become aware of the facilities of the standard library and be able to determine whether you need to write a routine yourself, or use an existing routine in the standard library. Throughout the book, there is a big emphasis on memory and pointers. You will understand memory usage, allocation, and access, and be able to write code that does not leak memory. Finally, you will learn about C++ classes and get an introduction to object orientation and polymorphism. Style and approach This straightforward tutorial will help you build strong skills in C++ programming, be it for enterprise software or for low-latency applications such as games or embedded programming. Filled with examples, this book will take you gradually up the steep learning curve of C++.

Fast Track Visual C++6.0 Programming

Fast Track Visual C++6.0 Programming
Author :
Publisher :
Total Pages : 628
Release :
ISBN-10 : UOM:49015002678358
ISBN-13 :
Rating : 4/5 (58 Downloads)

Synopsis Fast Track Visual C++6.0 Programming by : Steve Holzner

An established C++ expert uses real-world examples to bring intermediate-level programmers and developers up to speed with the latest version of C++. Holzner explores advanced graphics, creating and synchronizing multithreaded programs, and using Windows hooks to capture keystrokes.