Download 117+ PLR Products for Free
 

free ebook downloads
Subscribe by Email

Archive for the 'Object Oriented' Category

Most programmers learn by looking at computer programs. This book teaches you design patterns in exactly this way: by looking at computer programs and analyzing them in terms of the patterns that they use. Consequently, you learn how the patterns actually occur in the real world, and how to apply the patterns to solve real problems. This book also looks at the broader context of OO (Object-Oriented) design and how the patterns solve commonplace OO design problems. It covers many of the principles of OO design - principles not covered by most books on Java - and shows you how to apply these principles to make your code easier to maintain and debug.

(more…)

Management of the Object-Oriented Development Process consists of a series of high-level discussions on technical and managerial issues related to object-oriented development. This book introduces object-oriented development techniques, including modeling languages, programming languages, reusable patterns and software development processes. It discusses the ongoing trends of object-oriented development, including emerging e-business development frameworks, executable UML and requirements engineering. There is also a focus on managerial issues such as project management and software evaluation, and how to manage the paradigm shift from structured to object-oriented development. Management of the Object-Oriented Development Process offers systems developers, project managers, information systems students and researchers technical skills as well as strategic insights on how to manage software projects, deploy object-oriented software development processes, understand the current trends and make the transition from structured to object-oriented techniques.

(more…)

The IT Business Analyst is one of the fastest growing roles in the IT industry. Business Analysts are found in almost all large organizations and are important members of any IT team whether in the private or public sector. ?UML for the IT Business Analyst? provides a clear, step-by-step guide to how the Business Analyst can perform his or her role using state-of-the-art object-oriented technology. Business analysts are required to understand object-oriented technology although there are currently no other books that address their unique needs as non-programmers using this technology. Assuming no prior knowledge of business analysis, IT, or object-orientation, material is presented in a narrative, chronological, hands-on style using a real-world case study. Upon completion of ?UML for the IT Business Analyst,? you will have created an actual business requirements document using all of the techniques of object-orientation required of a Business Analyst. ?UML for the IT Business Analyst? puts together all of the technology pieces needed to proficiently perform the Business Analyst role.

(more…)

Using ASP.NET, you can build Web applications that deliver unprecedented power and performance. But to make the most of ASP.NET, Web developers need to think and work very differently from the ways they’ve programmed in the past. In Maximizing ASP.NET Jeffrey Putz helps you make the transition—and reap the rewards.

If you’re a long-time scripter who’s migrated from ASP, PHP, or other traditional platforms, Putz shows you how to use ASP.NET’s object-oriented model to write code that’s easier to deploy, manage, extend, and reuse. If you’re already comfortable with the fundamentals of ASP.NET using C# or VB.NET, this book’s platform-specific details and development best practices will make you dramatically more effective.

(more…)

Beginning Object-Oriented Programming with VB 2005 is a comprehensive resource of correct coding procedures. Author Daniel Clark takes you through all the stages of a programming project, including analysis, modeling, and development, all using object-oriented programming techniques and VB .NET.

Clark explores the structure of classes and their hierarchies, as well as inheritance and interfaces. He also introduces the .NET Framework and the Visual Studio integrated development environment, or IDE. A real-world case study walks you through the design of a solution. You can then transform the design into a functional VB .NET application.

The application includes a graphical user interface (GUI), a business logic class library, and integration with a back-end database. Throughout the book, you’ll explore the fundamentals of software design, object-oriented programming, Visual Basic .NET 2.0, and the Unified Modeling Language (UML).

(more…)

Two of the smarter young guns you’ll meet in the Flash development world, Branden Hall and Samuel Wan, go back a way with New Riders, having contributed to *Flash 4 Magic* under the mentorship of J. Scott Hamlin. Sam and Branden didn’t know each other at the time and followed their unique trajectories until they met at Flash Forward 2001 SF and clicked. Marathon coding sessions, creative problem-solving chains, and other such intellectual pursuits followed, culminating in a con call between Branden, Sam, and two New Riders editors.

Amazing to listen as Wan and Hall kept finishing each other’s sentences, waxing poetic about this new *thing* they were doing with ActionScript, creating objects, yeah doing OOP with ActionScript they’re widgets we call them widgets, components, and it’s quite remarkable once you understand the principles involved what can be done here you’re actually building entire applications yes it might make a pretty interesting book I think….

That was during the Flash 5 revision cycle, and these guys were ahead of their time. As Branden and Sam continued their careers, rumors began circulating about Branden and Samuel’s book; frankly, it’s become pretty highly anticipated among many in the Flash development community, due to two things: 1.) Applying OOP to ActionScripting is an exciting challenge to those who realize the powerful results that can come of it, and 2.) Most of these
people realize no one is better qualified to write such book than Mr. Hall and Mr. Wan, who have been doing some extremely thought-provoking demonstrations of OOP ActionScripting over the last year or so. So here we are: *Object-Oriented Programming with ActionScript* started out as a brain-dump of Branden and Samuel’s presentations given at myriad conferences and seminars over 18 months, then took shape and found structure, covering the following topics:

–Applying OOP principles and design patterns to ActionScript
–Creating well-designed custom objects
–Leveraging both OOP and design patterns in architecting Flash MX applications
–Creating and OOP and design pattern-based application from scratch
–Mastering the new Flash MX components and learning to build your own
–Combining components via their events and APIs
–Customizing components’ look and feel with and without code
–Adding custom UIs and live previews to your components
–Connecting Flash MX to servers in a number of ways, including Flash Remoting

(more…)

Covering the breadth of a large topic, this book provides a thorough grounding in object-oriented concepts, the software development process, UML and multi-tier technologies. After covering some basic ground work underpinning OO software projects, the book follows the steps of a typical development project (Requirements Capture - Design - Specification and Test), showing how an abstract problem is taken through to a concrete solution. The book is programming language agnostic - so code is kept to a minimum to avoid detail and deviation into implementation minutiae. A single case study running through the text provides a realistic example showing development from an initial proposal through to a finished system. Key artifacts such as the requirements document and detailed designs are included. For each aspect of the case study, there is an exercise for the reader to produce similar documents for a different system.
(more…)

The Object-Oriented Thought Process, Second Edition will lay the foundation in object-oriented concepts and then explain how various object technologies are used. Author Matt Weisfeld introduces object-oriented concepts, then covers abstraction, public and private classes, reusing code, and devloping frameworks. Later chapters cover
building objects that work with XML, databases, and distributed systems (including EJBs, .NET, Web Services and more).Throughout the book Matt uses UML, the standard language for modeling objects, to provide illustration and examples of each concept.

(more…)

Teaches ANSI C++ and the object-oriented techniques that make C++ a software development breakthrough. Covers Namespaces, bools, member templates and RTTI, Explicit, export, and nothrow versions of new and delete and the IOStream library. Paper. CD ROM included.

The publisher, Prentice-Hall ECS Professional

If you’re going to learn C++, learn it right! Navigating C++ and Object-Oriented Design teaches you ANSI C++ and object-oriented techniques together. This comprehensive tutorial reflects the authors’ extensive experience teaching C++ to thousands of professional developers.

Through proven analogies and examples, the authors discuss such topics as containment, inheritance, overloading, templates, RTTI, exception handling, and the Standard Template Library. This book also covers the draft ANSI C++ standard — including new features like bool, mutable, namespaces, member templates, explicit, export, auto_ptr, and nothrow
versions of operator new and delete.
(more…)

There is more to “object-oriented” than application programming. Object-oriented methods have revolutionized the way analysts, designers, software engineers, project managers, and tool builders construct entire software systems.

Object-Oriented System Development will help you to better understand the role of analysis and design in the object-oriented development process. Rather than subscribing to a particular object-oriented method, this book gives step-by-step instructions on how to put key object-oriented concepts to work in software construction. Many examples, including a full banking system, are developed throughout the book to illustrate the process of object-oriented software development from analysis, through design, and into implementation.

Although geared to software professionals involved in the development of medium, large, and distributed systems, Object-Oriented System Development is equally valuable to anyone who wants to gain a detailed technical perspective on the object-oriented software development process.
(more…)

Feedback Form