|
Samay Live | |
|
EBooks » Visual Basic
 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.  Author(s) : Stephen Teilhet Publisher : O'Reilly Year : May 2001 ISBN 10 : 0596001185 ISBN 13 : 9780596001186 Language : English Pages : 704 File type : PDF Size : 4 MB (book + source code) Subclassing & Hooking with Visual Basic offers developers a unique way to customize Windows behavior. Windows is a message-based system. Every action you request creates one or more messages to carry out the action. These messages are passed between objects and carry with them information that gives the recipient more detail on how to interpret and act upon the message. With Subclassing and the Windows hooking mechanism ("hooks"), you can manipulate, modify, or even discard messages bound for other objects within the operating system, in the process changing the way the system behaves. This book is geared towards the Visual Basic developer who wants a better understanding of subclassing and hooking as well as how to incorporate these techniques into their projects. You need not be an advanced Visual Basic developer to learn how to effectively use subclassing and hooking. Although, many of the Win32 API function will need to be utilized in order to write subclassing and hooking applications and, therefore, a good knowledge of the Win32 API functions and how they are used within Visual Basic is necessary. In understanding subclassing and hooks, you must delve deep into the internals of the Window’s operating system. This deeper understanding of Windows allows you not only to gain an understanding of subclassing and hooking, but also to learn more about the messaging system, which is the heart of the Windows operating system. The beginning of this book lays a solid foundation that will bring the beginning or intermediate developer up to speed on these topics.  Author(s) : Jeffrey P. McManus, Jackie Goldstein Publisher : Addison Wesley Year : Feb 2003 ISBN 10 : 0672323435 ISBN 13 : 9780672323430 Language : English Pages : 464 File type : CHM Size : 5.6 MB (book + source code) Database Access with Visual Basic .NET continues to use techniques developed by Jeffrey McManus that provide solutions to problems faced by developers every day. Since data access is the most used feature in corporate development, it is important for developers to understand the most effective and efficient way to access data using .NET technologies. This book provides clear explanations of how to use ADO.NET to access data stored in relational databases, as well as how XML integrates with ADO.NET. The authors use their years of experience to relate key topics to real-world applications through use of Business Cases that include code listings in Visual Basic .NET. The purpose of this book is to show you how to develop database applications, using Visual Basic.NET and ADO.NET. Even though we expect that most readers will be working with SQL Server, we do not assume that they are experienced with it. You may be new to database applications or only have experience with other databases such as Microsoft Access or Oracle. We have therefore included a hefty overview of Microsoft SQL Server in Chapter 3. If you are experienced with SQL Server, you may want to skip this chapter. However, it covers a wide variety of topics, and you may still find a "nugget" or two that would make reading the chapter worthwhile. We assume that you are already familiar with Visual Basic.NET (VB.NET). Although we give step-by-step coding instructions and code examples, we do not cover VB.NET syntax in this book. We assume that you are reasonably comfortable with VB.NET and Visual Studio.NET (VS.NET) and do not waste your time reviewing fundamental concepts. For example, we do not normally step through basic tasks, such as opening and saving project files, except maybe the first time you encounter them. We do, however, often show how to do the same thing in several different ways—we hope that this will extend your knowledge of VB.NET, without rehashing the basics. You may also notice variant coding styles, and even screen shots on different versions of Windows—all illustrating the flexibility of VB.NET.
|
| |
|