Sebanyak 734 item atau buku ditemukan

Introduction to Programming with Visual Basic .NET

Introduction to Programming with Visual Basic .NET introduces the major concepts and applications of this important language within the context of sound programming principles, in a manner that is accessible to students and beginning programmers. Coverage includes the new visual objects required in creating a Windows-based graphical user interface, event-based programming, and the integration of traditional procedural programming techniques with VB .NET's object-oriented framework. The text places a strong emphasis on real-world business applications, case studies, and rapid application development to help engage students with discussion of practical programming issues. A full range of supplements for students and instructors accompany the text.

The text places a strong emphasis on real-world business applications, case studies, and rapid application development to help engage students with discussion of practical programming issues.

Data Structures and Algorithms Using Visual Basic.NET

This is the first Visual Basic.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 find 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 which must be developed by the programmer. In an object-oriented fashion, the author presents arrays and arraylists, linked lists, hash tables, dictionaries, trees, graphs, sorting and searching as well as more advanced algorithms, such as probabilistic algorithms and dynamic programming. His approach is very practical, for example using timing tests rather than Big O analysis to compare the performance of data structures and algorithms. 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 VB programmer.

This is the first Visual Basic.NET book to provide a comprehensive discussion of the major data structures and algorithms.

The Definitive Guide to Java Swing

Fully updated for the Java 2 Platform, Standard Edition version 5.0, the third edition of this praised book is a one-stop resource for serious Java developers. This book shows you the parts of Java Swing API that you will use daily to create graphical user interfaces (GUI). You will also learn about the Model-View-Controller architecture that lies behind all Swing components, and about customizing components for specific environments. Author John Zukowski also provides custom editors and renderers for use with tables, trees, and list components. You’ll encounter an overview of Swing architecture, and learn about core Swing components, toggelable components, event handling with the Swing Component Set, Swing menus and toolbars, borders, pop-ups, choosers, and more.

This book shows you the parts of Java Swing API that you will use daily to create graphical user interfaces (GUI).

Pro Hibernate 3

Pro Hibernate 3 is the first book to offer complete coverage of the open source lightweight Hibernate 3 and its features. Authors Dave Minter and Jeff Linwood discuss the persistence layer and share design tips and best practices. And the duo goes beyond just explaining how to use parts of Hibernate; they probe well beneath the surface, and teach you how to step back and solve problems thoroughly. If you have experience using Java with databases, but lack experience with Hibernate, then this book is ideal for you. Similarly, if you have some familiarity with Hibernate 2 and now want to learn the nuances of version 3, then this book is a wise addition to your library. Table of Contents An Introduction to Hibernate 3 Integrating and Configuring Hibernate Building a Simple Application Using Annotations with Hibernate The Persistence Lifecycle Creating Mappings Querying Objects with Criteria Querying with HQL and SQL Using the Session Design Considerations with Hibernate 3 Events and Interceptors Hibernate Filters Fitting Hibernate into the Existing Environment Upgrading from Hibernate 2

Pro Hibernate 3 is the first book to offer complete coverage of the open source lightweight Hibernate 3 and its features. Authors Dave Minter and Jeff Linwood discuss the persistence layer and share design tips and best practices.

Beginning XSLT 2.0

From Novice to Professional

This followup to Jeni Tennison's Beginning XSLT has been updated to accomodate the revised XSLT standard. Part one of this book introduces XML and XSLT at a comfortable pace, and gradually demonstrates techniques for generating HTML (plus other formats), from XML. In part two, Tennison applies theory to real-life XSLT capabilities—including generating graphics. Each chapter includes step-by-step examples (with code available online), plus review questions at the end, to help you grasp the discussed features. In fact, all of the examples and exercises revolve around an interesting common theme: making TV listings available online. This book lives up to its name, and will definitely take you from a novice to a professional, in no time!

In fact, all of the examples and exercises revolve around an interesting common theme: making TV listings available online. This book lives up to its name, and will definitely take you from a novice to a professional, in no time!

Hardening Linux

“Hardening” is the process of protecting a system and its applications against unknown threats. Hardening Linux identifies many of the risks of running Linux hosts and applications and provides practical examples and methods to minimize those risks. The book is written for Linux/UNIX administrators who do not necessarily have in-depth knowledge of security but need to know how to secure their networks.

The book is written for Linux/UNIX administrators who do not necessarily have in-depth knowledge of security but need to know how to secure their networks.

Shell Scripting Recipes

A Problem-Solution Approach

This book is geared towards any Unix user who doesn't want to spend time creating or testing shell scripts. Instead, Shell Scripting Recipes dissects and explains over 150 much-needed and practical real-world examples, and then shows the reader how and when to appropriately use them. Because most scripts found in this book are POSIX (Portable Operating System Interface)-compliant, they are supported by many of the major shell variants, including Bash, ksh and sh, among others. File conversion, system administration, and resource monitoring are just a few of the topics covered in this highly practical shell scripting reference.

This book is geared towards any Unix user who doesn't want to spend time creating or testing shell scripts.

SCJD Exam with J2SE 5

You already know how crucial certification is within the Java community. SCJD Exam with J2SE 5, Second Edition is a valuable guide to prepare for the exam. This book has been updated for the Java version J2SE 5.0, and works its way through a project with requirements and structure similar to the project you’ll encounter in the exam. Upon reading this book, you’ll become intimately familiar with key concepts, challenges, and pitfalls that the exam is likely to test you on. Table of Contents Introduction Project Analysis and Design Project Overview Threading The DvdDatabase Class Networking with RMI Networking with Sockets The Graphical User Interfaces

This book has been updated for the Java version J2SE 5.0, and works its way through a project with requirements and structure similar to the project you’ll encounter in the exam.