Oracle Exadata Recipes Posted: 26 Mar 2013 03:42 AM PDT Book Description Oracle Exadata Recipes takes an example-based, problem/solution approach in showing how to size, install, configure, manage, monitor, optimize, and migrate Oracle database workloads on and to the Oracle Exadata Database Machine. Whether you're an Oracle Database administrator, Unix/Linux administrator, storage administrator, network administrator, or Oracle developer, Oracle Exadata Recipes provides effective and proven solutions to accomplish a wide variety of tasks on the Exadata Database Machine. You can feel confident using the reliable solutions that are demonstrated in this book in your enterprise Exadata environment. Managing Oracle Exadata is unlike managing a traditional Oracle database. Oracle's Exadata Database Machine is a pre-configured engineered system comprised of hardware and software, built to deliver extreme performance for Oracle Database workloads. Exadata delivers extreme performance by offering an optimally balanced hardware infrastructure with fast components at each layer of the engineered technology stack, as well as a unique set of Oracle software features designed to leverage the high-performing hardware infrastructure by reducing I/O demands. Let Oracle Exadata Recipes help you translate your existing Oracle Database knowledge into the exciting new growth area that is Oracle Exadata. - Helps extend your Oracle Database skillset to the fast-growing, Exadata platform
- Presents information on managing Exadata in a helpful, example-based format
- Clearly explains unique Exadata software and hardware features
What you'll learn - Install and configure Exadata
- Manage your Exadata hardware infrastructure
- Monitor and troubleshoot performance issues
- Manage smart scan and cell offload processing
- Take advantage of Hybrid Columnar Compression
- Deploy Smart Flash Cache and Smart Flash Logging
- Ensure the health of your Exadata environment
Who this book is for Oracle Exadata Recipes is for Oracle Database administrators, Unix/Linux administrators, storage administrators, backup administrators, network administrators, and Oracle developers who want to quickly learn to develop effective and proven solutions without reading through a lengthy manual scrubbing for techniques. Readers in a hurry will appreciate the recipe format that sets up solutions to common tasks as the centerpiece of the book. Table of Contents Part 1 :Exadata Architecture Chapter 1. Exadata Hardware Chapter 2. Exadata Software Chapter 3. How Oracle Works on Exadata Part 2: Preparing for Exadata Chapter 4. Workload Qualification Chapter 5. Sizing Exadata Chapter 6. Preparing for Exadata Part 3: Exadata Administration Chapter 7. Administration and Diagnostics Utilities Chapter 8. Backup and Recovery Chapter 9. Storage Administration Chapter 10. Network Administration Chapter 11. Patching and Upgrades Chapter 12. Security Part 4: Monitoring Exadata Chapter 13. Monitoring Exadata Storage Cells Chapter 14. Host and Database Performance Monitoring Part 5: Exadata Software Chapter 15. Smart Scan and Cell Offload Chapter 16. Hybrid Columnar Compression Chapter 17. I/O Resource Management and Instance Caging Chapter 18. Smart Flash Cache and Smart Flash Logging Chapter 19. Storage Indexes Part 6: Post Implementation Tasks Chapter 20. Post-Installation Monitoring Tasks Chapter 21. Post-Install Database Tasks Book Details - Paperback: 688 pages
- Publisher: Apress (February 2013)
- Language: English
- ISBN-10: 1430249145
- ISBN-13: 978-1430249146
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Oracle Exadata Recipes appeared first on Wow! eBook. |
ASP.NET MVC 4 Recipes Posted: 26 Mar 2013 03:36 AM PDT Book Description ASP.NET MVC 4 Recipes is a practical guide for developers creating modern web applications, cutting through the complexities of ASP.NET, jQuery, Knockout.js and HTML 5 to provide straightforward solutions to common web development problems using proven methods based on best practices. The problem-solution approach gets you in, out, and back to work quickly while deepening your understanding of the underlying platform and how to develop with it. Author John Ciliberti guides you through the framework and development tools, presenting typical challenges, along with code solutions and clear, concise explanations, to accelerate application development. Inside you will find recipes dealing with streamlined syntax, full control over HTML, a simple API for creating RESTful web services, writing support for test driven development, and more. Solve problems immediately by pasting in code from the recipes, or put multiple recipe solutions together to overcome challenging development obstacles. Dive head first into ASP.NET MVC web development with ASP.NET MVC 4 Recipes. What you'll learn Inside find recipes that cover: - automating testing and deployment of your application using Visual Studio 2012 and Team Foundation Server
- designing and developing your application for Internet scale
- deploying to the cloud, working with Big Data and adding resiliency to your application's components
- migrating a project from ASP.NET web forms to the MVC 4 including recipes for converting DataGrids, Forms, Web Parts, Master Pages and navigation controls
- Client side data binding and templating techniques using Web API, Knockout.js and jQuery
- using the Web API to design web services that can be consumed by mobile devices and tablets running Android, iOS, and Windows 8
Who this book is for This book is a problem-solution guide for web developers looking for a better way to build a modern web application on the Microsoft platform. There are several types of developers that would find this material useful: - veteran ASP.NET Web Forms developers who wish to update their skillset to include ASP.NET MVC
- Project teams who wish to modernize an existing application to allow it to take advantage of MVC 4, .NET 4.5, and Windows Azure
- Novice web developers who are looking to expand their skill set by learning the Microsoft web development stack
Table of Contents Chapter 1. The Need for Modern Web Applications Chapter 2. Understanding ASP.NET MVC Chapter 3. Setting Up Your Environment Chapter 4. Visual Studio 2012 Overview Chapter 5. Getting the Most from the Built-in Templates Chapter 6. Architecting Applications with ASP.NET MVC Chapter 7. Solution Design Chapter 8. Asynchronous Programming with ASP.NET MVC Chapter 9. Test-Driven Development with ASP.NET MVC 4 Chapter 10. Moving From Web Forms to ASP.NET MVC Chapter 11. Creating Modern User Experiences Using jQuery, Knockout.js, and Web API Chapter 12. Mobile, Social, and Cloud Technologies Book Details - Paperback: 632 pages
- Publisher: Apress (February 2013)
- Language: English
- ISBN-10: 1430247738
- ISBN-13: 978-1430247739
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post ASP.NET MVC 4 Recipes appeared first on Wow! eBook. |
The Definitive Guide to HTML5 WebSocket Posted: 26 Mar 2013 03:31 AM PDT Book Description The Definitive Guide to HTML5 WebSocket is the ultimate insider's WebSocket resource. This revolutionary new web technology enables you to harness the power of true real-time connectivity and build responsive, modern web applications. This book contains everything web developers and architects need to know about WebSocket. It discusses how WebSocket-based architectures provide a dramatic reduction in unnecessary network overhead and latency compared to older HTTP (Ajax) architectures, how to layer widely used protocols such as XMPP and STOMP on top of WebSocket, and how to secure WebSocket connections and deploy WebSocket-based applications to the enterprise. Build real-time web applications with HTML5. This book: - Introduces you to the WebSocket API and protocol
- Describes and provides real-world examples of protocol communication over WebSocket
- Explains WebSocket security and enterprise deployment
What you'll learn - Understand the WebSocket API and Protocol
- Build Instant Messaging and Chat Applications over WebSocket with XMPP (Extensible Messaging and Presence Protocol)
- Implement a Publish/Subscribe Messaging Protocol over WebSocket with STOMP (Simple Text Oriented Messaging Protocol)
- VNC with the Remote Framebuffer Protocol
- Learn WebSocket Security Deployment Considerations for an Enterprise WebSocket Architecture
Who this book is for The Definitive Guide to HTML5 WebSocket is for web developers and architects who want to build cutting-edge web applications with WebSocket. It is also designed for anyone who wants to implement a flexible and scalable architecture with built-in real-time connectivity and communication. Table of Contents Chapter 1. Introduction to HTML5 WebSocket Chapter 2. The WebSocket API Chapter 3. The WebSocket Protocol Chapter 4. Building Instant Messaging and Chat over WebSocket with XMPP Chapter 5. Using Messaging over WebSocket with STOMP Chapter 6. VNC with the Remote Framebuffer Protocol Chapter 7. WebSocket Security Chapter 8. Deployment Considerations Appendix A. Inspecting WebSocket Traffic Appendix B. WebSocket Resources Book Details - Paperback: 208 pages
- Publisher: Apress (February 2013)
- Language: English
- ISBN-10: 1430247401
- ISBN-13: 978-1430247401
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post The Definitive Guide to HTML5 WebSocket appeared first on Wow! eBook. |
Windows 8 MVVM Patterns Revealed Posted: 26 Mar 2013 03:26 AM PDT Book Description The Model-View-View-Model (MVVM) pattern is held in high regard by many developers as an excellent way of creating sophisticated modern applications. It’s clear seperation of presentation and business logic produces a clean implementation that promotes speed, scalability and code reuse in applications with a complex UI. These strengths have found it favor with WPF and Silverlight developers. It is now increasingly being employed for Windows 8 apps, a purpose to which it is ideally suited as this book will show. In this brief, information-rich, guide we will show you how MVVM works with both XAML (C#) and HTML5 (JavaScript) flavors of Windows 8. Beginning with a brief recap of MVVM concepts under .NET – to provide a common frame of reference – we will then delve into the details of how MVVM can best be implemented in Metro-style apps for Windows 8 and show a working application framework in each case. What you'll learn - How the MVVM pattern can bring elegance, power, speed and reusability to your Windows 8 apps.
- That MVVM implementations under Windows 8 differ from MVVM implementations under .NET.
- Produce fully working Metro-style applications using XAML and HTML5
- How you can use the popular KnockoutJS Framework to speed the development of your HTML5 Metro apps.
- Essential tips, tricks and cautions that will allow you to bring your existing .NET skills to bear quickly in the Windows 8 world.
Who this book is for This is a fast-paced guide for developers comfortable with both .NET programming and the fundamentals of Windows 8 development. Table of Contents Chapter 1. Setting Up Windows 8 Application Project Chapter 2. Implementing the View Chapter 3. Implementing the Model Chapter 4. Implementing the ViewModel Chapter 5. HTML5, JavaScript, and Windows 8 Applications Chapter 6. View, Model, and ViewModel Structures in HTML5 and JavaScrip Book Details - Paperback: 172 pages
- Publisher: Apress (January 2013)
- Language: English
- ISBN-10: 1430249080
- ISBN-13: 978-1430249085
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Windows 8 MVVM Patterns Revealed appeared first on Wow! eBook. |
TypeScript Revealed Posted: 26 Mar 2013 03:17 AM PDT Book Description TypeScript Revealed is a quick 100-page guide to Anders Hejlsberg’s new take on JavaScript. With this brief, fast-paced introduction to TypeScript, .NET, Web and Windows 8 application developers who are already familiar with JavaScript will easily get up to speed with TypeScript and decide whether or not to start incorporating it into their own development. TypeScript is 'JavaScript for Application-scale development'; a superset of JavaScript that brings to it an additional object-oriented-like syntax familiar to .NET programmers that compiles down into simple, clean JavaScript that any browser can run today. It's also tied to the next version of the JavaScript standard, which means that TypeScript will continue to evolve over time to keep in step with that standard and with the capabilities of the engines that will execute JavaScript applications. If you are a .NET developer, Web designer or developer, or a programmer with a keen interest in scalable applications, TypeScript Revealed is a great way to get started with the language, learn how it compiles into JavaScript, and how easy it is to learn from a .NET/Java developer’s perspective. - Takes you through the language features in Typescript additional to those in JavaScript
- Describes the tooling and community support for TypeScript development
- Discusses how TypeScript can be included in ASP.NET, Windows 8, and node.js application development projects.
What you'll learn - Why you should care about TypeScript
- What it does and what it doesn’t do
- The current toolset and levels of support
- The new syntax features of TypeScript
- How to build your own TypeScript declaration files
- How to incorporate TypeScript into your projects
Who this book is for TypeScript Revealed is aimed at the early adopter developer who is already familiar with Microsoft tools and .NET and/or JavaScript development that wants a flavor of TypeScript distilled, culled, and organized in one place. Table of Contents Chapter 1. Getting Up to Speed with TypeScript Chapter 2. The New Syntax Chapter 3. Working with TypeScript Book Details - Paperback: 104 pages
- Publisher: Apress (February 2013)
- Language: English
- ISBN-10: 1430257253
- ISBN-13: 978-1430257257
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post TypeScript Revealed appeared first on Wow! eBook. |
Tidak ada komentar:
Posting Komentar