Framework-based Software Development in C++

Framework-based Software Development in C++
Author :
Publisher : Prentice Hall
Total Pages : 408
Release :
ISBN-10 : UOM:39015040747027
ISBN-13 :
Rating : 4/5 (27 Downloads)

Synopsis Framework-based Software Development in C++ by : Gregory F. Rogers

Appropriate for a graduate level course in Computer Science or Software Engineering. The first book that presents a software development methodology for building C++ class frameworks using emerging object standards: CORBA, STL, and ODMG-93. It may be viewed as a software developers handbook, one that explains how to use Object-Oriented Design the way in which it was originally intended.

Building Application Frameworks

Building Application Frameworks
Author :
Publisher :
Total Pages : 694
Release :
ISBN-10 : UCSD:31822027796770
ISBN-13 :
Rating : 4/5 (70 Downloads)

Synopsis Building Application Frameworks by : Mohamed E. Fayad

Object Technology The first experience-based guide to building object-oriented frameworks Building Application Frameworks By providing reusable skeletons on which to build new applications, frameworks can save you countless hours and thousands (even millions) of dollars in development costs. Written and edited by some of the top names in the object-oriented programming world, this is the first complete study of building frameworks. Using examples drawn from successful implementations worldwide, it walks you through all the steps of a framework development project. Providing guidance on all key technical and business issues surrounding framework construction, it covers: * Techniques for developing, integrating, and adapting frameworks * Leveraging existing design and code * Selecting and utilizing frameworks * Tracking, controlling, and documenting framework development * Maintaining, measuring, and controlling framework quality * Training developers in the effective use of frameworks * Evaluating frameworks and framework investments

Fit for Developing Software

Fit for Developing Software
Author :
Publisher : Pearson Education
Total Pages : 656
Release :
ISBN-10 : 9780321629951
ISBN-13 : 0321629957
Rating : 4/5 (51 Downloads)

Synopsis Fit for Developing Software by : Rick Mugridge

The Fit open source testing framework brings unprecedented agility to the entire development process. Fit for Developing Software shows you how to use Fit to clarify business rules, express them with concrete examples, and organize the examples into test tables that drive testing throughout the software lifecycle. Using a realistic case study, Rick Mugridge and Ward Cunningham--the creator of Fit--introduce each of Fit's underlying concepts and techniques, and explain how you can put Fit to work incrementally, with the lowest possible risk. Highlights include Integrating Fit into your development processes Using Fit to promote effective communication between businesspeople, testers, and developers Expressing business rules that define calculations, decisions, and business processes Connecting Fit tables to the system with "fixtures" that check whether tests are actually satisfied Constructing tests for code evolution, restructuring, and other changes to legacy systems Managing the quality and evolution of tests A companion Web site (http://fit.c2.com/) that offers additional resources and source code

The C++ Standard Library

The C++ Standard Library
Author :
Publisher : Addison-Wesley Professional
Total Pages : 826
Release :
ISBN-10 : 0201379260
ISBN-13 : 9780201379266
Rating : 4/5 (60 Downloads)

Synopsis The C++ Standard Library by : Nicolai M. Josuttis

Contains full coverage of the ANSI/ISO C++ standard. The text covers classes, methods, interfaces and objects that make up the standard C++ libraries.

Programming C#

Programming C#
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 669
Release :
ISBN-10 : 9780596552725
ISBN-13 : 0596552726
Rating : 4/5 (25 Downloads)

Synopsis Programming C# by : Jesse Liberty

The programming language C# was built with the future of application development in mind. Pursuing that vision, C#'s designers succeeded in creating a safe, simple, component-based, high-performance language that works effectively with Microsoft's .NET Framework. Now the favored language among those programming for the Microsoft platform, C# continues to grow in popularity as more developers discover its strength and flexibility. And, from the start, C# developers have relied on Programming C# both as an introduction to the language and a means of further building their skills. The fourth edition of Programming C#--the top-selling C# book on the market--has been updated to the C# ISO standard as well as changes to Microsoft's implementation of the language. It also provides notes and warnings on C# 1.1 and C# 2.0. Aimed at experienced programmers and web developers, Programming C#, 4th Edition, doesn't waste too much time on the basics. Rather, it focuses on the features and programming patterns unique to the C# language. New C# 2005 features covered in-depth include: Visual Studio 2005 Generics Collection interfaces and iterators Anonymous methods New ADO.NET data controls Fundamentals of Object-Oriented Programming Author Jesse Liberty, an acclaimed web programming expert and entrepreneur, teaches C# in a way that experienced programmers will appreciate by grounding its applications firmly in the context of Microsoft's .NET platform and the development of desktop and Internet applications. Liberty also incorporates reader suggestions from previous editions to help create the most consumer-friendly guide possible.

NET Compact Framework Programming with C#

NET Compact Framework Programming with C#
Author :
Publisher : Addison-Wesley Professional
Total Pages : 1379
Release :
ISBN-10 : 0321174038
ISBN-13 : 9780321174031
Rating : 4/5 (38 Downloads)

Synopsis NET Compact Framework Programming with C# by : Paul Yao

* * Paul Yao is acclaimed as the best writer on the .NET Compact Framework (CF) * Practical, code-rich tutorial for experienced programmers wishing to transfer their skills to smart devices * Covers topics not found in other books, such as controls, data handling, graphics, and ActiveSync * Microsoft is pushing the Compact Framework very heavily.

Software Architectures

Software Architectures
Author :
Publisher : Springer Science & Business Media
Total Pages : 280
Release :
ISBN-10 : 9781447103677
ISBN-13 : 144710367X
Rating : 4/5 (77 Downloads)

Synopsis Software Architectures by : Leonor Barroca

This book provides a unique overview of different approaches to developing software that is flexible, adaptable and easy to maintain and reuse. It covers the most recent advances in software architecture research. In addition, it provides the reader with scalable solutions for engineering and reengineering business processes, including architectural components for business applications, framework design for Internet distributed business applications, and architectural standards for enterprise systems.

Implementing Application Frameworks

Implementing Application Frameworks
Author :
Publisher :
Total Pages : 760
Release :
ISBN-10 : UCSD:31822027910629
ISBN-13 :
Rating : 4/5 (29 Downloads)

Synopsis Implementing Application Frameworks by : Mohamed E. Fayad

Object Technology A gold mine of enterprise application frameworks Implementing Application Frameworks While frameworks can save your company millions in development costs over time, the initial investment can be quite high. This book/CD-ROM package helps you to reduce the cost of framework development by providing 40 case studies documenting the experiences of framework builders and users at major corporations and research labs, worldwide. Throughout, the authors extract important lessons and highlight technical and organizational implementation practices that have been proven to yield the biggest payoff. Focusing primarily on business systems and agent-based application frameworks, it covers frameworks for: * Data processing * Agent-based applications * Artificial intelligence applications * Object-oriented business processes * System application frameworks * Programming languages and tools * And much more The enclosed CD-ROM gives you: * Example frameworks * Documentation and manuals * Framework code and implementation tips * Sample framework architectures and models * Design patterns and presentations * Animated demonstrations

Unit Test Frameworks

Unit Test Frameworks
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 216
Release :
ISBN-10 : 9780596552817
ISBN-13 : 0596552815
Rating : 4/5 (17 Downloads)

Synopsis Unit Test Frameworks by : Paul Hamill

Unit test frameworks are a key element of popular development methodologies such as eXtreme Programming (XP) and Agile Development. But unit testing has moved far beyond eXtreme Programming; it is now common in many different types of application development. Unit tests help ensure low-level code correctness, reduce software development cycle time, improve developer productivity, and produce more robust software.Until now, there was little documentation available on unit testing, and most sources addressed specific frameworks and specific languages, rather than explaining the use of unit testing as a language-independent, standalone development methodology. This invaluable new book covers the theory and background of unit test frameworks, offers step-by-step instruction in basic unit test development, provides useful code examples in both Java and C++, and includes details on some of the most commonly used frameworks today from the XUnit family, including JUnit for Java, CppUnit for C++, and NUnit for .NET.Unit Test Frameworks includes clear, concise, and detailed descriptions of: The theory and design of unit test frameworks Examples of unit tests and frameworks Different types of unit tests Popular unit test frameworks And more It also includes the complete source code for CppUnit for C++, and NUnit for .NET.

The Unified Process Construction Phase

The Unified Process Construction Phase
Author :
Publisher : CRC Press
Total Pages : 312
Release :
ISBN-10 : 9781482287097
ISBN-13 : 1482287099
Rating : 4/5 (97 Downloads)

Synopsis The Unified Process Construction Phase by : Scott Ambler

Is the Unified Process the be all and end all standard for developing object-oriented component-based software? This book focuses on the design and implementation skeletal versions of systems for purposes of testing early in the life cycle for quality control.