Visual Basic 5 Developer's Handbook

Visual Basic 5 Developer's Handbook PDF

Author: Evangelos Petroutsos

Publisher:

Published: 1998

Total Pages: 1250

ISBN-13: 9780782119855

DOWNLOAD EBOOK →

A high-end, hardcover programming book for the experienced Visual Basic programmer, this title helps developers extend their VB5 skills. The book focuses focuses on the most significant advances in Visual Basic 5.0--including hot Internet add-ins. The CD-ROM includes over a dozen custom applications compiled with VB5's new "p-code" compiler (no DLLs required).

Visual Basic .NET Developer's Handbook

Visual Basic .NET Developer's Handbook PDF

Author: Evangelos Petroutsos

Publisher: Sybex

Published: 2003-01-24

Total Pages: 0

ISBN-13: 9780782128796

DOWNLOAD EBOOK →

Perhaps you've had a taste of .NET programming and are hungry for more advanced coverage of the new Visual Basic. Or perhaps you've mastered VB-6 and are ready to move to the .NET framework and the capabilities of Visual Basic .NET. Either way, Visual Basic .NET Developer's Handbook gives you what you want, and need. If your goals involve web programming, this book offers detailed instruction that will help you achieve them. You'll learn to use Visual Basic .NET to build and deploy XML-based Web services, create ASP.NET-based web applications, and implement support for mobile devices. As you progress, you'll master some of the trickier aspects of form design, solve tough database connectivity challenges, and secure your applications with built-in .NET features. If you're a Windows programmer who knows VB-6 inside and out, you'll find many compelling reasons for making the shift to VB.NET. This book provides the specialized coverage you need to do it quickly and effectively. You'll learn how the newest Visual Basic lets you build dramatically better Windows applications. You may cringe at the thought of mastering a new file I/O methodology, for example, but wait until you see all that streams has to offer, beginning with faster data access. And, you'll also learn new, more -effective approaches to building custom Windows services and controls. Visual Basic .NET is at the forefront of the convergence of Windows and web programming. Whatever your focus, whatever your career path, Visual Basic .NET Developer's Handbook is the resource best suited to helping you navigate this convergence--skillfully and successfully.

Microsoft Visual Basic 2010 Developer's Handbook

Microsoft Visual Basic 2010 Developer's Handbook PDF

Author: Klaus Löffelmann

Publisher: Pearson Education

Published: 2011-08-15

Total Pages: 1421

ISBN-13: 0735664870

DOWNLOAD EBOOK →

Your expert guide to building modern applications with Visual Basic 2010 Take control of Visual Basic 2010—for everything from basic Windows and web development to advanced multithreaded applications. Written by Visual Basic experts, this handbook provides an in-depth reference on language concepts and features, as well as scenario-based guidance for putting Visual Basic to work. It's ideal whether you’re creating new applications with Visual Basic 2010 or upgrading projects built with an earlier version of the language. Discover how to: Use Visual Basic 2010 for Windows Forms and Windows Presentation Foundation projects Build robust code using object-oriented programming techniques, such as classes and types Work with events and delegates—and add your own events to custom classes Program arrays, collections, and other data structures in the Microsoft .NET Framework Solve problems quickly and easily using My namespace in Visual Basic Dive into Microsoft LINQ, including LINQ to XML and LINQ to Entities Tackle threading, multitasking, and multiprocessor development and debugging

VB.NET REFLECTION,

VB.NET REFLECTION, PDF

Author: HART

Publisher: Apress

Published: 2002-09-24

Total Pages: 0

ISBN-13: 9781861007599

DOWNLOAD EBOOK →

Reflection is a mechanism provided by .NET that enables developers to make their programs more flexible and dynamic. Reflection makes it possible for applications to be more modular, extensible, and configurable. Building on the basics of object-orientation and the .NET type system, reflection provides mechanisms for dynamically examining, modifying, and even creating objects at run time. .NET also adds the ability for programmers to add attributes to their types, which provide metadata about the type which can be examined and used through reflection at runtime. This title examines all the ways reflection can be used, and identifies practical applications and important programming techniques that rely upon reflection for their functionality. It covers the reflection API, the use of attributes in .NET, and also looks at the mechanisms .NET provides for dynamic generation of code - all techniques that allow developers to build more flexible, dynamic applications.

Visual Basic .NET Power Coding

Visual Basic .NET Power Coding PDF

Author: Paul Kimmel

Publisher: Addison-Wesley Professional

Published: 2004

Total Pages: 738

ISBN-13: 9780672324079

DOWNLOAD EBOOK →

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.

VB.NET CODE LV,

VB.NET CODE LV, PDF

Author: LIPPERT

Publisher: Wrox Press

Published: 2002-08-23

Total Pages: 318

ISBN-13:

DOWNLOAD EBOOK →

This title is for VB .NET programmers who want to write secure code - which should be all of them. .NET provides a powerful framework in which to write secure code but unless you understand how attackers think and how the .NET security systems works your code will still be vulnerable. .NET helps reduce the likely hood of common vulnerabilities such as buffer overruns and provides an extremely powerful code access security system - when it is used properly. Writing secure .NET code requires three things: an understanding of the .NET code security system, attention to detail, and the ability to think from the point of view of an attacker. Many security vulnerabilities in fact have little to do with the security system but rather are a result of treating hostile input as non-hostile. This book is a practical reference of the .NET security framework, and demonstrates best practices that will go a long way towards making your code secure in the face of attacks. It also provides plenty of examples of common mistakes enabling you to spot them in your own (and others) code.

VB.NET THREAD,

VB.NET THREAD, PDF

Author: Kourosh Ardestani

Publisher: Springer

Published: 2002-06-24

Total Pages: 314

ISBN-13:

DOWNLOAD EBOOK →

This titled aims to address one of the fundamental units of .NET programming - the thread. A strong understanding of the role threads play in program execution, how multiple threads can interact in order to make efficient programs, and the pitfalls to beware of when developing multithreaded applications, are all core to a developer's ability to develop effective VB.NET programs. This book covers how .NET applications are executed, the lifecycle of a thread in .NET, how the .NET framework uses threads, how threads work in an event-driven environment, how we can create threads, how we can avoid race conditions and deadlocks, how the activity of multiple threads can be synchronized, and how to debug multithreaded applications.

COBOL and Visual Basic on .NET

COBOL and Visual Basic on .NET PDF

Author: Chris L. Richardson

Publisher: Apress

Published: 2003

Total Pages: 1036

ISBN-13: 9781590590485

DOWNLOAD EBOOK →

This is a comprehensive .NET-retraining guide written for the COBOL/CICS mainframe programmer from the perspective of a former COBOL/CICS programmer.

VBA Developer's Handbook

VBA Developer's Handbook PDF

Author: Ken Getz

Publisher: John Wiley & Sons

Published: 2006-02-20

Total Pages: 1105

ISBN-13: 9780782153330

DOWNLOAD EBOOK →

WRITE BULLETPROOF VBA CODE FOR ANY SITUATION This book is the essential resource for developers working withany of the more than 300 products that employ the Visual Basic forApplications programming language. Written by recognized VBAexperts, it provides detailed coverage of a wide range of specificVBA programming challenges. Its careful, step-by-step instructionsand thousands of lines of code offer answers, while teaching you todevise new and creative solutions. The instruction applies equallyto all VBA environments, whether you are building standaloneapplications or customizing commercial products using theirbuilt-in VBA programmability. Coverage Includes Manipulating text, numbers, and dates Using automation to control other applications Creating objects using VBA class modules Using standard search and sort algorithms from within VBA Creating standard dynamic data structures, including linkedlists, binary trees, stacks, and queues Working with Windows system information, including memorystatus, screen info, mouse, keyboard, and power status Working with Windows Registry data Retrieving and setting Windows networking information Working with the Windows file system, iterating throughfolders, creating and deleting files Adding sound and movies to VBA apps using Windows multimediaextensions Tapping the system capabilities provided by the WindowsScripting Runtime library Writing add-ins for the Visual Basic environment Note: CD-ROM/DVD and other supplementary materials arenot included as part of eBook file.