Große Auswahl an günstigen Büchern
Schnelle Lieferung per Post und DHL

Bücher veröffentlicht von APress

Filter
Filter
Ordnen nachSortieren Beliebt
  • von William Vaughn & Peter D. Blackburn
    44,00 €

    FOR THOSE OF YOU NEW to my earlier book, ADO Examples and Best Practices, it was originally written as an update to my popular Hitchhiker's Guide to Visual Basic and SQL Server, Sixth Edition. Happily, the first edition of ADO Examples and Best Practices received glowing praise from a variety of reviewers, trainers, and devel- opers allover the world. The first edition was not designed as a tutorial on basic ADO; it assumed you had at least some experience with ADO (there are lots of elementary ADO books). In contrast, the Visual Basic version of this new edition adds quite a bit more introductory material to fill in some of the spaces not covered by the introductory books. It also leads the way for developers contem- plating the process of converting existing COM -based ADO code to ADO. NET. ADo. NET and ADO Examples and Best Practices for VB Programmers, Second Edition, focuses on ways to make your applications more efficient and at the same time help you write more efficient code in less time. These efficiencies can make the difference between a successful application (or component orWeb page) and having to spend your weekends fixing its problems. It's been several years since the first edition was published and what Microsoft was going to call "e;Visual Basic 7. 0"e; is still not released to manufac- turing-and it's probably never going to be.

  • 14% sparen
    - Java Edition
    von Paul B. Monday
    36,00 €

    THE HETEROGENEOUS NATURE of software and computing platforms leads to a chaotic and fragile web of code in order to make applications appear seamless to the user while sharing data beneath the surface. Further, the salary that programmers demand to rein in the chaos can tax any company and technology department. Even after an application integration job is complete, the resulting system is often unintelligible and difficult to maintain. Web Services create a common architecture and implementation for exp- ing the application functionality that helps programmers integrate systems and create seamless business processes that span departments, companies, and computing platforms. Web Services are attractive because programmers do not need in-depth knowledge of every computing platform that will participate in a business process. Instead, programmers need to understand Web Services and their own programming environment. As you probably have seen with the object-oriented programming paradigm, the Java 2 Standard Edition (J2SE) computing platform, and even the Java 2 Enterprise Edition (J2EE) computing platform, offering a language, an archit- ture, and a platform to solve problems is not enough. A platform requires an additional layer of organization, known as a pattern, to help realize its full pot- tial. Patterns help you see how to address specific problems with the tools that are available from a computing platform. Web Services are no different from any other computing platform in that the documentation of solutions can help you use the platform better and more quickly.

  • von Vijay P. Mehta
    46,00 €

    It is nearly impossible today to write enterprise software without the use of one or more relational databases. Granted, there are cases when the data is transient and not stored in a database, but for the most part, software needs to consume and manipulate data in a database. It sounds easy, but there are hundreds of ways to connect software systems to databases and thousands of people who think they have the skeleton key for data access layers. Pro LINQ Object Relational Mapping in C# 2008 explains an efficient, repeatable way to apply industry design patterns to build scalable object–oriented data access layers.Object relational mapping (OR/M) has been a gray area in Microsoft development for many years. It’s not that Microsoft language developers don’t understand OR/M; in fact, the opposite is true, as is exemplified by the glut of third–party .NET OR/M tools on the market. The struggle has come more from the lack of native tools with the object–oriented and object persistence capacity to effectively work in this arena. With the inception of .NET, Microsoft overcame the first obstacle by developing an object–oriented environment and framework. The second obstacle, the native object persistence layer, is only now being realized with the introduction of Language Integrated Query (LINQ) and LINQ’s children, the Language Integrated Query for Relational Databases (LINQ to SQL) and the Language Integrated Query for the ADO.NET Entity Framework (LINQ to Entities). The gray area no longer exists, and the .NET developers of the world finally have the native tools required to build modular, reusable data access layers.

  • 12% sparen
    - From Novice to Professional
    von Robert Lair
    32,00 €

    W elcome to Beginning Silverlight 2: From Novice to Professional. This book will provide you with an introduction to Silverlight: what it is, what it means to you as a developer, and how to begin developing Silverlight-enabled applications. You'll not only read about the features of the Silverlight development environment, but also work through many hands-on examples that demonstrate exactly how to use those features to create rich Internet applications (RIAs). Who Should Read This Book This book is written for application developers who want to get started with Silverlight 2. It assumes that you have some experience developing applications using technologies related to Microsoft's ASP.NET, and have worked with Microsoft Visual Studio. You should be familiar with the JavaScript, C#, and XML languages. How This Book Is Organized Each chapter focuses on a particular area of Silverlight and contains one or more "e;Try It Out"e; exercises that allow you to apply what you have learned. Here is a summary of what each chapter includes: * Chapter 1, "e;Welcome to Silverlight 2,"e; gives you an introduction to RIAs and Silverlight. You will also learn about the tools used in developing Silverlight-enabled applications. * Chapter 2, "e;Introduction to Visual Studio 2008,"e; introduces Visual Studio 2008 and the important new features offered in this version. In this chapter, you will build your first Silverlight application. * Chapter 3, "e;Layout Management in Silverlight,"e; discusses Silverlight's flexible layout management system, which lets you specify how controls will appear in your applications.

  • 16% sparen
    - From Novice to Professional
    von Keir Thomas & Jayant Sharma
    34,00 €

    Beginning Fedora: From Novice to Professional guides you through the tasks most new Linux users desire to perform, while explaining potentially confusing concepts along the way. It will steer you through system customization opportunities and common tasks like listening to audio CDs and MP3s, watching movies, and performing office- and Internet-related jobs. A large part of the book is dedicated to advanced command-line techniques necessary to maintain your system and become a true Linux master!Highlights of this title include the following: Provides an illustrated, step-by-step guide to Fedora installation and hardware configuration Includes a DVD consisting of the latest Fedora operating system. Just place the disk into your drive and begin! Eases the transition from the Windows to the Linux desktop by focusing on key everyday tasks such as file management, peripheral configuration, MP3/video playback, and office tasks

  • von Martin Rinehart
    32,00 €

    This brief book explains the advantages of the object model, inheritance, both classical and prototypical, and shows how these concepts can be implemented in JavaScript. It also shows how object programming (OP) opens a new world of design possibilities that go far beyond inheritance.This book will help the intermediate JavaScript programmer learn to use both types of inheritance. For classical inheritance, it is accompanied by a substantial online system (a windowing UI library) that shows classical inheritance at its best. The same system shows how OP "e;capabilities"e; can eliminate much of the need for inheritance. For experienced JavaScript programmers, this book shows why most of the old views of JavaScript's inheritance have not done it justice. JavaScript classes inherit from JavaScript's prototypes, a fact that makes JavaScript's prototypes, when used correctly, functional equivalents to C++ classes (not to prototypes in true prototypical languages, like Self). JavaScript's object programming (not inheritance) is what separates it from classical OOP languages like C++ and Java. Most important, basing inheritance on JavaScript's prototypal chain is possible, but is not the best choice for prototypal inheritance or classical inheritance.What You'll LearnWhat are objects, JavaScript objects and object programmingWhat is and how to use inheritance and JavaScript inheritance as well as inheritance alternativesHow to design for JavaScriptWhat are and how to use OO principles in JavaScriptHow to use Constructors with JavaScript and moreAudienceThis book is for both intermediate and advanced JavaScript and Web development programmers. However, any programmer will understand the concepts and any JavaScript programmer should understand all of the concepts in this book. The code there is shows examples of the concepts discussed.

  • 13% sparen
    - Ten Steps for Preparing and Delivering Successful Presentations
    von Richard Tierney
    26,00 €

    The introvert is a personality type that draws energy from the outside inward. According to standard personality testing assessments, most people are introverts and no group is more introverted than technical professionals. Introverts are congenitally programmed to recoil from the prospect of public speaking with fear and loathing, yet making presentations to expert and non-expert audiences is an inescapable requirement for career advancement in any technical field. Presentation coach Richard Tierney rides to the rescue of fellow introverts in the IT and engineering sectors with The Introverted Presenter—his fail-safe guide to delivering competent presentations, no matter how unsuited by nature you might be to the performing arts.This short book lays out the complete process guaranteed to raise you from a debilitating state of terror and aversion to a comfortable place of clarity, calm, and competence—perhaps even brilliance, if you can train yourself to convert the free energy of your fear into controlled performance. Tierney repeatedly warns his introvert readers that they risk presentation fiasco if they skip, skimp, or change the order of any of the ten steps he prescribes for thoroughly and efficiently preparing their presentations.The surefire sequence of steps for The Introverted Presenter begins with defining your presentation’s audience and objective. The next step is to write the script of your speech in stages, constructing it on the basis of proven structural rules, cognitive laws, and dramatic tricks. Then you incrementally refine and tighten your script by delivering it iteratively, first in front of a mirror and then in front of increasingly critical test audiences, progressing from your cat to your boss. When you have a well-constructed and sound-tested script in hand and only then, you may create some slides to graft into your script in support of your opening action call and your concluding takeaways, which you commit to memory. Your slides should be limited to the smallest number possible (even zero) and the fewest possible words.

  • 12% sparen
    - A Methodical Approach
    von Elvis Foster
    75,00 €

    This text provides a comprehensive, but concise introduction to software engineering. It adopts a methodical approach to solving software engineering problems proven over several years of teaching, with outstanding results.The book covers concepts, principles, design, construction, implementation, and management issues of software systems. Each chapter is organized systematically into brief, reader-friendly sections, with itemization of the important points to be remembered. Diagrams and illustrations also sum up the salient points to enhance learning. Additionally, the book includes a number of the author’s original methodologies that add clarity and creativity to the software engineering experience, while making a novel contribution to the discipline.Upholding his aim for brevity, comprehensive coverage, and relevance, Foster’s practical and methodical discussion style gets straight to the salient issues, and avoids unnecessary topics and minimizes theoretical coverage.

  • - How to Unleash the Full Potential of Your Global Workforce
    von Venkatesh Upadrista
    34,00 €

    Managing Your Outsourced IT Services Provider teaches executives and managers of organizations how to unleash the full potential of their outsourced IT services workforce and IT-enabled business processes safely and profitably. Drawing on two decades of experience managing client relationships for global IT services companies, Venkatesh Upadrista guides outsourcing organizations around the hazards of geographic distance, linguistic miscommunication, organizational mismatch, and functional disparity between receiver requirements and provider capabilities.The first half of the book describes what an outsourcing organization needs to know about the IT services providers industry in general to deal intelligently with specific providers: namely, the industry’s organizational types, strategic drivers, competitive labor market constraints, and tactics for hitting P&L targets. The second half of the book teaches outsourcers how to evaluate prospective providers, craft service level agreements, formalize best practices, and manage the full gamut of receiver-provider relationships to optimize outcome in terms of cost, timeliness, and quality of services received.The descriptions and prescriptions in Managing Your Outsourced IT Services Provider apply equally to onshore and offshore outsourcing, but examples and case studies focus on offshoring. In addition, Upadrista analyzes the advantages, disadvantages, and special considerations and caveats of single provider outsourcing and captive centers.

  • 21% sparen
    - Developing Excel Models to Raise Capital, Increase Cash Flow, Improve Operations, Plan Projects, and Make Decisions
    von Tom Y. Sawyer
    51,00 €

    Financial Modeling for Business Owners and Entrepreneurs: Developing Excel Models to Raise Capital, Increase Cash Flow, Improve Operations, Plan Projects, and Make Decisions may be one of the most important books any entrepreneur or manager in a small or medium-sized enterprise will read. It combines logical business principles and strategies with a step-by-step methodology for planning and modeling a company and solving specific business problems. You’ll learn to create operational and financial models in Excel that describe the workings of your company in quantitative terms and that make it far more likely you will avoid the traps and dead ends many businesses fall into.Serial entrepreneur and financial expert Tom Y. Sawyer shows how to break your company down into basic functional and operational components that can be modeled. The result is a financial model that, for example, you can literally take to the bank or bring to local angel investors to receive the funding you need to launch your business or a new product. Or it might be a model that shows with startling clarity that your new product development effort is a likely winner—or loser. Even better, you’ll learn to create models that will serve as guideposts for ongoing operations. You’ll always know just where you are financially, and where you need to be. The models you will learn to build in Financial Modeling for Business Owners and Entrepreneurs can be used to:Raise capital for startup or any stage of growthPlan projects and new initiativesMake astute business decisions, including go/no-go assessmentsAnalyze ROI on your product development and marketing expendituresStreamline operations, manage budgets, improve efficiency, and reduce costsValue the business when it is time to cash out or mergeIn addition to many valuable exercises and tips for using Excel to model your business, this book contains a combination of practical advice born of hard-won lessons, advanced strategic thought, and the insightful use of hard skills. With a basic knowledge of Excel assumed, it will help you learn to think like an experienced business person who expects to make money on the products or services offered to the public. You’ll discover that the financial model is a key management tool that, if built correctly, provides invaluable assistance every step of the entrepreneurial journey.Tom Y. Sawyer has used the principles this book contains to create financial models of numerous startup and early-stage companies, assisting them in planning for and raising the capital that they needed to grow their businesses and ultimately exit with multiples of their initial investment. Financial Modeling for Business Owners and Entrepreneurs, a mini-MBA in entrepreneurship and finance, will show you how you can do the same.Note: This book is an updated version of Sawyer's 2009 title, Pro Excel Financial Modeling.

  • 14% sparen
    von Sander van Vugt
    78,00 €

    Pro Linux High Availability Clustering teaches you how to implement this fundamental Linux add-on into your business. Linux High Availability Clustering is needed to ensure the availability of mission critical resources. The technique is applied more and more in corporate datacenters around the world. While lots of documentation about the subject is available on the internet, it isn't always easy to build a real solution based on that scattered information, which is often oriented towards specific tasks only. Pro Linux High Availability Clustering explains essential high-availability clustering components on all Linux platforms, giving you the insight to build solutions for any specific case needed.In this book four common cases will be explained:Configuring Apache for high availabilityCreating an Open Source SAN based on DRBD, iSCSI and HA clusteringSetting up a load-balanced web server cluster with a back-end, highly-available databaseSetting up a KVM virtualization platform with high-availability protection for a virtual machine.With the knowledge you'll gain from these real-world applications, you'll be able to efficiently apply Linux HA to your work situation with confidence. Author Sander Van Vugt teaches Linux high-availability clustering on training courses, uses it in his everyday work, and now brings this knowledge to you in one place, with clear examples and cases. Make the best start with HA clustering with Pro Linux High Availability Clustering at your side.

  • von Thomas Kyte & Darl Kuhn
    54,00 €

    Oracle Database Transactions and Locking Revealed provides much-needed information for building scalable, high-concurrency applications and deploy them against the Oracle Database. Read this short, 150-page book that is adapted from Expert Oracle Database Architecture to gain a solid and accurate understanding of how locking and concurrency are dealt with by Oracle Database. Also learn how the Oracle Database architecture accommodates user transactions, and how you can write code to mesh with how Oracle Database is designed to operate.Good transaction design is an important facet of highly-concurrent applications that are run by hundreds, even thousands of users who are all executing transactions at the same time. Transaction design in turn relies upon a good understanding of how the underlying database platform manages of the locking of resources so as to prevent access conflicts and data loss that might otherwise result from concurrent access to data in the database.Oracle Database Transactions and Locking Revealed covers in detail the various lock types, and also different locking schemes such as pessimistic and optimistic locking. Then you’ll learn about transaction isolation and multiversion concurrency, and how the various lock types support Oracle Database’s transactional features. You’ll learn some good tips for transaction design, as well as some bad practices and habits to avoid. Coverage is also given to redo and undo, and their role in concurrency. This is an important book that anyone developing highly-concurrent applications will want to have handy on their shelf.

  • 15% sparen
    - Using Java, Scala, Groovy, and JavaScript
    von Adam L. Davis
    32,00 €

    Get up and running fast with the basics of programming using Java as an example language. This short book gets you thinking like a programmer in an easy and entertaining way. Modern Programming Made Easy teaches you basic coding principles, including working with lists, sets, arrays, and maps; coding in the object-oriented style; and writing a web application. This book is language agnostic, but will mainly cover Java, with some references to Groovy, Scala, and JavaScript to give you a broad range of examples to consider. You will get a taste of what modern programming has to offer and set yourself up for further study and growth in your chosen language.What You'll LearnCode using the functional programming styleBuild and test your codeRead and write from filesDesign user interfacesDeploy your app in the cloudWho This Book Is For<Anyone who wants to learn how to code. Whether you're a student, a teacher, looking for a career change, or just a hobbyist, this book is made for you.

  • von Stelios Charalambides
    70,00 €

    Oracle SQL Tuning with SQLTXPLAIN is a practical guide to SQL tuning the way Oracle's own experts do it, using a freely downloadable tool called SQLTXPLAIN. Using this simple tool you'll learn how to tune even the most complex SQL, and you'll learn to do it quickly, without the huge learning curve usually associated with tuning as a whole. Firmly based in real world problems, this book helps you reclaim system resources and avoid the most common bottleneck in overall performance, badly tuned SQL. You'll learn how the optimizer works, how to take advantage of its latest features, and when it's better to turn them off.Quickly tune any SQL statement no matter how complex. Build and tune test cases without affecting production. Use the latest tuning features with confidence.

  • - Building Effective Cyber-Defense Strategies to Protect Organizations
    von Morey J. Haber & Brad Hibbert
    66,00 €

  • 10% sparen
    - From Advanced to Expert
    von William "Bo" Rothwell
    58,00 €

  • - Create High-Performance Applications for the Web and Mobile
    von Sanjib Sinha
    49,00 €

  • 17% sparen
    - What YouTube and Instagram Can Teach You About the Future of Digital Advertising
    von Aron Levin
    40,00 €

  • - Build Highly Secure Network Architectures for Your Data Centers
    von Sreejith Keeriyattil
    49,00 €

    Beg-Int user level

  • 10% sparen
    - Transform Legacy Intranets to Employee Experience Platforms
    von Shailesh Kumar Shivakumar
    58,00 €

  • - With Case Studies and Applications from the Industry
    von Himanshu Singh & Yunis Ahmad Lone
    50,00 €

  • - A Guide to Automating Application Deployment, Scaling, and Management
    von Ernesto Garbarino
    50,00 €

    Beginning user level

  • 17% sparen
    - Using Windows OS Native Runtime APIs
    von Roger Villela
    40,00 €

  • - A Guide to Crafting Better Code for Rubyists
    von Carleton DiLeo
    40,00 €

  • - An Overview of Tools and Practices
    von Akos Hochrein
    49,00 €

    This book will examine what microservices look like, how they talk to each other, and how they are crafted using the Python programming language and the Django web framework.You'll start by understanding what the key differences are between microservices and monolithic architectures.

  • - Running Nodes on Pi3, Pi4 and Pi Zero
    von Harris Brakmic
    54,00 €

    Compile and run Bitcoin full nodes, lightning nodes, and user-friendly web-apps that help abstract the complexities of Bitcoin.

  • 15% sparen
    - Data Science Fundamentals with Python
    von David Paper
    50,00 €

    Intermediate user level

  • - A Ten-Week Bootcamp Approach to Python Programming
    von Connor P. Milliken
    50,00 €

    User level: Beginning-Intermediate

  • 15% sparen
    - Best Practices and Solutions for Enterprises
    von Sanjaya Yapa
    41,00 €

    Intermediate-Advanced user level

  • 10% sparen
    - Program Controls and Views for iPhone, iPad, and Mac Apps
    von Jayant Varma
    53,00 €

    Dive into the world of developing for all of Apple platforms with SwiftUI, Apple's new framework that makes writing applications faster and easier with fewer lines of code.

Willkommen bei den Tales Buchfreunden und -freundinnen

Jetzt zum Newsletter anmelden und tolle Angebote und Anregungen für Ihre nächste Lektüre erhalten.