|
| |
|
EBooks » Visual Basic
 Author(s) : Matthew Tagliaferri Publisher : Apress Year : Aug 2003 ISBN 10 : 1590591143 ISBN 13 : 9781590591147 Language : English Pages : 408 File type : CHM Size : 11 MB (book + source code) Many young programmers are interested in game programming. Learn VB .NET Through Game Programming is a self-paced learning tutorial designed to help any developer master the basics of object-oriented programming (OOP) with Microsoft Visual Basic .NET. Unlike other books on OOP, this easy-to-understand book provides readers with peer-level language, while illustrating concepts with definitive and intuitive game programming examples. The goal of this book is to teach you how to get started programming in Visual Basic .NET by developing games. This book doesn’t intend to be a complete treatise of all the features and capabilities of this latest version of VB. Instead, it provides a series of example programs that illustrate basic features of the language and begins the huge task of introducing you to the contents of the .NET Framework. In addition, I introduce one more important programming concept—the concept of design. Now that object-oriented languages are more common, people have found that the various objects in a program can be designed to interact with each other in different ways; these interactions can make the program more or less complex or more or less adaptable to future features or enhancements. To illustrate the importance of design on a program, I’ve taken the time to walk you through the development process of several of these programs rather than simply presenting you with the final version of the game. By learning how to solve a program one way, then improving upon that design in a second or third version of the program, you’ll begin to recognize when your own designs might be headed down a wrong path and some redesign is in order. This book assumes you’ve had at least some experience in software development before diving into the first chapter and that you now want to learn Visual Basic .NET. Perhaps you’re a VB 6 programmer, for example, in which case this book will help describe the syntactical differences between the languages, as well as introduce you to the .NET Framework classes that will be new to you. Perhaps you’re experienced in an older technology such as mainframe programming and are looking to update your skill set to something more modern. Whatever the case, my assumption is that as you crack open Chapter 1, “Developing Your First Game,” you’ve written programs in some other language so that you have a jumping-off point.  Author(s) : Tim Patrick Publisher : Addison Wesley Year : Nov 2006 ISBN 10 : 0321398009 ISBN 13 : 9780321398000 Language : English Pages : 888 File type : CHM Size : 12.3 MB (book + source code) This book is the fastest, best way for experienced programmers to truly master real-world Visual Basic 2005 development. You won't just learn syntax and features: you'll build a complete, robust, data-driven application. You'll put Visual Basic 2005 to work in solving real business problems, overcoming the practical challenges of building production systems, and you will learn to see Visual Basic 2005 projects as they were intendedas complete, cohesive solutions. Patrick's engaging style and crystal-clear explanations will help you stay focused, learn fast, and apply what you've learned. Start-to-Finish Visual Basic 2005 is the perfect tutorial for existing Visual Basic programmers moving to Visual Basic 2005, programmers moving from other traditional procedural languages, and experienced Visual Basic .NET/2005 programmers who want to deepen their skills in developing entire projects. Each chapter discusses a major programming topic and then follows it up with a practical implementation of that topic: the creation of the Library database program. I don't show every line of code in the book; if I did, the book would weigh 53 pounds and cost $254.38, plus tax. The code and the book's text are united in one purpose: to train you in the skilled use of Visual Basic on the .NET platform, so that you can develop the highest-quality applications possible. The text and the source code both include valuable resources that you can use every day in your programming life.  Author(s) : Adrian Kingsley-Hughes, Kathie Kingsley-Hughes, Daniel Read Publisher : Wrox Year : Jul 2004 ISBN 10 : 0764559931 ISBN 13 : 9780764559938 Language : English Pages : 720 File type : CHM Size : 6.1 MB (book + source code) The VBScript standard has changed over time, and several new things have been introduced since this book first published in 1999. The current standard for VBScript is 5.6. The script debugger, script control, and script encoder have all changed and the Windows Script Component Wizard, regular expressions, and remote scripting have been introduced. Windows Script Host technology has also matured over time and gained in both effectiveness and popularity. VBScript Programmer's Reference, 2nd Edition begins with discussion of the general syntax, functions, keywords, style, error handling, and similar language-specific topics and then moves into an expanded reference section covering the object models in detail. The book combines a comprehensive overview of the VBScript technology and associated technologies with practical examples at every stage from beginner to advanced user.  Author(s) : Billy S. Hollis, Rockford Lhotka Publisher : Wrox Year : May 2002 ISBN 10 : 1861007124 ISBN 13 : 9781861007124 Language : English Pages : 500 File type : PDF Size : 11 MB (book + source code) This book is targeted at experienced Visual Basic 6 developers who are looking toward the future � Microsoft's .NET platform and its associated Framework. The aim of this book is bring VB6 developers quickly up to speed in these (and other) new important features of Visual Basic .NET. This book covers not only a new version of Visual Basic, but also the new programming platform on which it runs. It is aimed at developers with a good working knowledge of VB, or ASP and VBScript. No attempt is made at providing a tutorial about the VB language, other than comparisons between VB6 and Visual Basic .NET code techniques, so a good familiarity with VB6 (or at least VBA or VBScript) is necessary to get the full benefit from this book. This book will also appeal to web developers who are using ASP.NET and intend to use the VB language when developing their ASP.NET sites. The level of integration between ASP.NET and Visual Basic .NET far exceeds that between ASP and VB6, and a comprehensive understanding of Visual Basic .NET will be a huge asset to any web developer using ASP.NET. The .NET Framework provides a powerful new way to program for both Windows and the Internet, and this may well attract experienced developers from other platforms and languages to .NET and the Visual Basic .NET language. This book will appeal to these people as it provides discussion and examples of commonly performed programming tasks and techniques, allowing rapid transition from other platforms or languages to Visual Basic .NET.  Author(s): Bill Sempf Publisher: Wiley Year: Nov 2005 ISBN: 076457728X Language: English Pages: 362 File type: PDF Size : 5.3 MB Welcome to the new version of Visual Basic for 2005. As its name implies, Visual Basic is a visual way to create new programs for the Micro$oft Windows family of operating systems. And though it is basic in many ways, the Visual Basic language is also very powerful. You can create new class libraries and XML Web services, as well as programs that you can use on your PC or your Web browser, or even your phone or PDA. Anything that can be done in Windows can be done in Visual Basic. Programming in Visual Basic is easier than you might think, thanks to the visual tools supplied by Visual Studio. You don�t have to type line after line of code to create a working program � Visual Studio automatically generates some code for you when you drag and drop components with the visual tools. Of course, being able to read and write code is important too, and this book provides plenty of code samples so you can understand the inner workings of your programs. This book also shows you some best practices to keep in mind as you get further along in your programming. Your first programs may be very simple, but when you start getting into more complicated applications, you really need to plan out your program before you start writing the code.  Author(s) : J. P. Hamilton Publisher : O'Reilly Year : Oct 2002 ISBN 10 : 0596001460 ISBN 13 : 9780596001469 Language : English Pages : 308 File type : CHM Size : 0.9 MB This book will show you how to think about similarities in your application logic and how to design and create objects that maximize the benefit and power of .NET. Packed with examples that will guide you through every step, Object-Oriented Programming with Visual Basic .NET is for those with some programming experience. This book is not a reference. That needs to be said right off the bat. It was written to be read cover to cover; it tells a story. It's an interwoven tale about object-oriented programming in the .NET world: building objects, moving them, and using them around the world. This is not just a how-to book; it's a why-to and a when-to book as well. At times, this book is ideal for beginners. At other times, it is for intermediate programmers. And sometimes, it is for advanced coders. Regardless of your skills, this book assumes three things: the .NET Framework is installed on a machine and under your control, you have access to a web server, and, when you get curious, you know how to look up whatever interests you in the documentation. .NET is massive. However, I wasn't able to cover every subject; I wanted the book to be manageable for the readers, fun, and informative.  Author(s) : Nell Dale Publisher : Jones and Bartlett Year : Sep 2002 ISBN 10 : 0763717630 ISBN 13 : 9780763717636 Language : English Pages : 685 File type : CHM Size : 5.6 MB This book introduces Visual Basic from an object-oriented viewpoint, with a rigor and accessibility perfect for students learning their first programming language. Rich in the pedagogical style that is the trademark of the Dale series of programming texts, this Visual Basic text provides straightforward explanations, meaningful examples, and engaging exercises. Students develop good programming habits right from the start and acquire a thorough understanding of classes, methods, object-oriented concepts, and algorithms. The Visual Basic Graphical User Interface (GUI) is extensively discussed, which complements the text's emphasis on fundamental programming concepts. The active learning methodology and rich topic coverage of this text thoroughly prepare students for future study. The focus of this book is on the fundamentals of programming. Each chapter focuses on one of the major programming constructs of the language. User interface details, while not ignored, are kept to the basics of form design in Visual Basic .NET. I wrote this book feeling that once the reader has a good grasp of using Visual Basic .NET, the reader can venture out on his or her own to learn more about user interface design and development.  Author(s) : Jeff Spotts, Brian Siler Publisher : QUE Year : Dec 2001 ISBN 10 : 078972572X ISBN 13 : 9780789725721 Language : English Pages : 848 File type : CHM Size : 9.4 MB (book + source code) This book will offer in-depth explorations of new features so that both experienced programmers and novices will feel comfortable making the transition to .NET. Although a major portion of the book is devoted to Internet applications, the book covers more general topics than many other books. Features of Visual Basic that will be explained include database access, controls, and best coding and practices. These features will be explored in detail, with extensive use of example programs and screen captures. We feel that this book has something to offer for all skill levels. If you have never used Visual Basic before, the initial chapters provide the necessary step-by-step instructions to get you used to the Visual Studio programming environment. Users of previous versions of Visual Basic (experienced or not) will appreciate extensive, detailed coverage of the new features available in VB .NET and explanations of the changes from previous versions. Readers who are new to computer programming in general should note that technical details are sprinkled with "words of wisdom" and real-world examples to help you understand new concepts. Some readers may need a reference to find information about a particular topic quickly. Other readers might want to follow the book in tutorial style by reading each chapter start to finish. Readers of Special Edition Using Visual Basic .NET should be able do either. Each topic is explained in a narrative fashion, with lists, pictures, and sample code to allow the reader to quickly absorb the technical details. For those seeking instant gratification, many chapters include exercises that provide step-by-step instructions to try out a particular topic on your own. Special Edition Using Visual Basic .NET is divided into six parts and a section of appendices.  Author(s) : Robert Ian Oliver Publisher : MS Press Year : Nov 2002 ISBN 10 : 073561721X ISBN 13 : 9780735617216 Language : English Pages : 512 File type : CHM Size : 3.7 MB (book + source code) This book provides the detailed guidance you need to make the right choices as you design and build enterprise-level applications with Visual Basic .NET. The author—a former member of the MS Visual Studio® .NET team with extensive experience in designing, testing, and optimizing enterprise applications—discusses the technical and architectural trade-offs you'll face as you develop large, multitier, multideveloper distributed applications. He also shows how to create a workable enterprise infrastructure, and he reveals inside tips and techniques for implementation, performance tuning, and testing. You'll find out how to take advantage of key state-of-the-art OOP features in Visual Basic .NET plus platform enhancements in MS .NET to develop serious enterprise applications quickly. Most of what I'll cover in this book applies to a broad spectrum of applications. Our discussion will focus on development for the enterprise, but you can use the advanced programming techniques and strategies presented here to write better and more sophisticated applications of all kinds in Visual Basic .NET. In addition, much of the techniques, technologies, and development approaches covered here apply equally well to all .NET languages, including C#. This is not a design patterns book. This book will instead focus on how to use more advanced features of Visual Basic .NET and the .NET Framework to build into your applications common features that have in the past been too difficult to build in. Also, do not think that the purpose of this book is to make you an "enterprise developer." This book provides a set of fundamental skills and technologies in an accessible fashion for the average developer. Think of this book as a stepping-stone to more advanced development topics. There are two core audiences for this book: the novice Visual Basic .NET programmer and the classically trained Visual Basic developer who, already familiar with the Visual Basic .NET language, wants to see how new platform features can be and should be integrated into applications. Most of the material in this book is intended to be an extension of existing technical resources. If you're expecting a ground-up introduction to Visual Basic .NET, you'll be disappointed. I have an expectation that you have a basic familiarity with the language and platform. If you do not, there are plenty of excellent books from MS Press on the subject of Visual Basic .NET and I'd recommend starting there.  Author(s) : Michael McMillan Publisher : Cambridge Year : Mar 2005 ISBN 10 : 0521547652 ISBN 13 : 9780521547659 Language : English Pages : 412 File type : PDF Size : 1.2 MB This is the first Visual Basic.NET (VB.NET) book to provide a comprehensive discussion of the major data structures and algorithms. Here, instead of having to translate material on C++ or Java, the professional or student VB.NET programmer will and a tutorial on how to use data structures and algorithms and a reference for implementation using VB.NET for data structures and algorithms from the .NET Framework Class Library as well as those that must be developed by the programmer. This book is written primarily as a practical overview of the data structures and algorithms all serious computer programmers need to know and understand. Given this, there is no formal analysis of the data structures and algorithms covered in the book. Hence, there is not a single mathematical formula and not one mention of Big O analysis (for the latter the reader is referred to any of the books listed in the bibliography). Instead, the various data structures and algorithms are presented as problem-solving tools. We use simple timing tests to compare the performance of the data structures and algorithms discussed in the book. This book can be used in both beginning and advanced computer programming courses that use the VB.NET language and, most importantly, by the professional Visual Basic programmer.
|
| |
|