Visual Basic 2005 programmer's Reference Visual Basic 2005 adds new features to Visual Basic (VB) that make it a more powerful programming language than ever before. This combined tutorial and reference describe...
详细信息
ISBN:
(数字)9780471751465
ISBN:
(纸本)9780764571985
Visual Basic 2005 programmer's Reference Visual Basic 2005 adds new features to Visual Basic (VB) that make it a more powerful programming language than ever before. This combined tutorial and reference describes VB 2005 from scratch, while also offering in-depth content for more advanced developers. Whether you're looking to learn the latest features of VB 2005 or you want a refresher of easily forgotten details, this book is an ideal resource. Well-known VB expert Rod Stephens features the basics of Visual Basic 2005 programming in the first half of the book. The second half serves as a reference that allows you to quickly locate information for specific language features. It's a comprehensive look at programming using the increased set of language options offered with the VB 2005 release, confirming that there has never been a better time to learn Visual Basic than now. What you will learn from this book: The fundamental concepts of object-oriented programming with Visual Basic, including classes and structures, inheritance and interfaces, and generics How an application can interact with its environment, save and load data in external sources, and use standard dialog controls The syntax for declaring subroutines, functions, generics, classes, and other important language concepts Who this book is for: This book is for programmers at all levels who are either looking to learn Visual Basic 2005 or have already mastered it and want some useful tips, tricks, and language details. Wrox programmer's References are designed to give the experienced developer straight facts on a new technology, without hype or unnecessary explanations. They deliver hard information with plenty of practical examples to help you apply new tools to your development projects today.
The *** 2.0 Framework introduced web developers to dozens of new server controls and components, and a greatly expanded and easier structure for writing their own server controls and components. Professional *** 2.0 S...
详细信息
ISBN:
(数字)9780470079737
ISBN:
(纸本)9780471793502;0471793507
The *** 2.0 Framework introduced web developers to dozens of new server controls and components, and a greatly expanded and easier structure for writing their own server controls and components. Professional *** 2.0 Server Control and Component Development covers the breadth of server control functionality as well as the rest of the membership, role management, SchemaImporterExtension, and so on – the functionality referred to as components. Written for the experienced *** developer, Professional *** 2.0 Server Control and Component Development will show you how to write your first sever control or custom *** step-by-step coverage drills down to the details of the extensible part of the *** 2.0 Framework that you need to extend to write the specified type of custom control or component. Rather than present the extensible part as a black box, it presents a detailed step-by-step approach to implement functional replica of the extensible part, discusses the replica’s code in detail, and provides an in-depth coverage of the techniques, tools, and technologies used in the code. From there you get a detailed practical recipe for developing the specified type of custom control or component and book then uses the recipe to implement one or more real-world custom controls or components of the specified type that you can use in your own Web *** of the many types of controls and components you'll learn to build are:Ajax-enabled controls and components: four chapters on Ajax discuss and use Ajax patterns, *** 2.0 client callback mechanism, CSS, DOM, XML, and JavaScript to implement a number of Ajax-enabled controls and *** Parts: four chapters on Web Parts in *** 2.0 develop a number of custom WebPart, EditorPart, CatalogPart, WebPartZone, WebPartChrome, WebPartVerb, WebPartManager, and data-bound WebPart controls.5 chapters on *** 2.0 security, membership, and role management components5 chapters on *** 2.0
Discusses SQL Server 2005 XML from the server and client sidesExamines using XSLT to render the XML data that is retrieved from SQL Server, particularly for *** SQL Server relationship with schemas, SOAP, XML security...
详细信息
ISBN:
(数字)9780471793076
ISBN:
(纸本)9780764597923
Discusses SQL Server 2005 XML from the server and client sidesExamines using XSLT to render the XML data that is retrieved from SQL Server, particularly for *** SQL Server relationship with schemas, SOAP, XML security, and .NETMakes extensive use of examples to solve problems that programmers face on an everyday basis and features Server 2005 XML best practices
Taking a unique IDE-centric approach, well-respected authors examine the IDE capabilities readers will need to perform specific tasks, demonstrated in the context of building XML Web servicesThe only book on the topic...
详细信息
ISBN:
(数字)9780470055052
ISBN:
(纸本)9780764598463
Taking a unique IDE-centric approach, well-respected authors examine the IDE capabilities readers will need to perform specific tasks, demonstrated in the context of building XML Web servicesThe only book on the topic that introduces each characteristic of the IDE followed by an example of the context in which that feature is usedCovers creating custom templates and wizards, reusing code and lightweight code generators, dynamically generating forms through reflections, managing data in the IDE, using the SQL designer to write stored procedures, debugging *** Web forms, and much more
Regular expressions help users and developers to find and manipulate text more effectively and efficiently. In addition, regular expressions are supported by many scripting languages, programming languages, and databa...
详细信息
ISBN:
(数字)9780764595745
ISBN:
(纸本)9780764574894;9780764595745
Regular expressions help users and developers to find and manipulate text more effectively and efficiently. In addition, regular expressions are supported by many scripting languages, programming languages, and databases. This example-rich tutorial helps debunk the traditional reputation of regular expressions as being cryptic. It explains the various parts of a regular expression pattern, what those parts mean, how to use them, and common pitfalls to avoid when writing regular expressions. With chapters on using regular expressions with popular Windows platform software including databases, cross platform scripting languages, and programming languages, you''ll learn to make effective use of the power provided by regular expressions once you fully comprehend their strengths and potential. What you will learn from this book Fundamental concepts of regular expressions and how to write them How to break down a text manipulation problem into component parts so you can then logically construct a regular expression pattern How to use regular expressions in several scripting and programming languages and software packages The variations that exist among regular expression dialects Reusable, real-world working code that can be used to solve everyday regular expression problems Who this book is for This book is for developers who need to manipulate text but are new to regular expressions. Some basic programming or scripting experience is useful but not required.
This tutorial offers readers a thorough introduction to programming in Python 2.4, the portable, interpreted, object-oriented programming language that combines power with clear syntax Beginning programmers will quick...
详细信息
ISBN:
(数字)9780471760313
ISBN:
(纸本)0764596543;0471760315
This tutorial offers readers a thorough introduction to programming in Python 2.4, the portable, interpreted, object-oriented programming language that combines power with clear syntax Beginning programmers will quickly learn to develop robust, reliable, and reusable Python applications for Web development, scientific applications, and system tasks for users or administrators Discusses the basics of installing Python as well as the new features of Python release 2.4, which make it easier for users to create scientific and Web applications Features examples of various operating systems throughout the book, including Linux, Mac OS X/BSD, and Windows XP
Geared to experienced C++ developers who may not be familiar with the more advanced features of the language, and therefore are not using it to its full capabilities Teaches programmers how to think in C++-that is, ho...
详细信息
ISBN:
(数字)9780764589492
ISBN:
(纸本)9780764574849
Geared to experienced C++ developers who may not be familiar with the more advanced features of the language, and therefore are not using it to its full capabilities Teaches programmers how to think in C++-that is, how to design effective solutions that maximize the power of the language The authors drill down into this notoriously complex language, explaining poorly understood elements of the C++ feature set as well as common pitfalls to avoid Contains several in-depth case studies with working code that's been tested on Windows, Linux, and Solaris platforms
Whether you are working on Mac OS X, Linux, Unix, or Windows, this book presents complete shell scripting instructions, robust code examples, and full scripts for customizing your operating systems.
ISBN:
(数字)9780764597916
ISBN:
(纸本)0764583204;0764597914
Whether you are working on Mac OS X, Linux, Unix, or Windows, this book presents complete shell scripting instructions, robust code examples, and full scripts for customizing your operating systems.
As one of the most popular programming languages in the world, Visual Basic continues to expand on the functionality and flexibility of its framework. This book explains how to use Visual Basic 2005 to write efficient...
ISBN:
(纸本)9780764588945
As one of the most popular programming languages in the world, Visual Basic continues to expand on the functionality and flexibility of its framework. This book explains how to use Visual Basic 2005 to write efficient database applications that can be used throughout an enterprise. With this teaching tool, you'll learn how to use queries, views, and stored procedures to efficiently access and manipulate data from your applications. You'll get a firm grasp on using *** as well as OleDb, SQL, and Oracle to access specific databases. Plus, hands-on examples and try-it-out exercises help you put your reading into practice so that with each chapter, you'll gradually build the pieces of a single application. What you will learn from this book How *** continues to evolve as a building block for accessing and manipulating data in relational databases Ways to encrypt and decrypt data, hash passwords, and further secure access to your data Techniques for accessing your Web Service from both Windows(r) and Web applications Best practices for using business logic and data access components to produce report data or update data in your back-end databases Who this book is forThis book is for developers who want to learn to write database applications and back-end databases, such as Microsoft(r) Access, Microsoft(r) SQL Server, and Oracle(r). Some experience with Visual Basic 2005 is helpful but not required. Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that will guide you through all the techniques involved.
Beginning MySQL As the most popular open source database system in the world, MySQL boasts ease of implementation, minimal overhead, consistent reliability, and low total cost of ownership. This hands-on resource offe...
详细信息
ISBN:
(数字)9780764596575
ISBN:
(纸本)0764579509;0764596578
Beginning MySQL As the most popular open source database system in the world, MySQL boasts ease of implementation, minimal overhead, consistent reliability, and low total cost of ownership. This hands-on resource offers you a complete look at MySQL and explains how to implement MySQL and access MySQL with various programming languages. Using a task-oriented approach along with numerous helpful examples, this book takes you through the steps necessary to install MySQL 4.1 on Linux and Windows platforms, create and manage MySQL databases, query and manipulate data, and administer the MySQL database management system. By the end of the book you''ll have a solid foundation for understanding MySQL as a robust, flexible, and easy-to-implement application that has many diverse uses. What you will learn from this book Where to find MySQL components on your system and what tools are available to access and manipulate data How to set up logging, manage security, optimize performance, and back up and restore your system Ways to insert, update, copy, import, export, and delete data How to access a MySQL database from within a specific programming language Effective methods for establishing a connection to a database and issuing SQL statements Who this book is for This book is for programmers who are new to MySQL but who have some experience in PHP, Java, or ASP/*** developing applications that access backend databases. Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that will guide you through all the techniques involved.
暂无评论