Kamis, 15 Agustus 2013

Wow! eBook: Pro ASP.NET 4.5 in C#, 5th Edition - 5 new eBooks


Wow! eBook: Pro ASP.NET 4.5 in C#, 5th Edition - 5 new eBooks

Link to Wow! eBook

Pro ASP.NET 4.5 in C#, 5th Edition

Posted: 15 Aug 2013 10:45 AM PDT

Book Description

ASP.NET 4.5 remains Microsoft’s preferred technology for creating dynamic websites, providing developers with unrivaled power and flexibility.

Pro ASP.NET 4.5 in C# is the most complete reference to ASP.NET that you will find. This comprehensively revised fifth edition will teach you everything you need to know in order to create well-designed ASP.NET websites. Beginning with core concepts the book progresses steadily through key professional skills. You’ll be shown how to query databases in detail, consider the myriad applications of XML, and step through all the considerations you need to be aware of when securing your site from intruders. Finally, you’ll consider advanced topics such as using client-side validation, jQuery and Ajax.

By the time you have read this book you will have learned all the skills you need to use ASP.NET 4.5 with confidence.

What you'll learn

  • Understand why ASP.NET 4.5 is so special, what its fundamental principles are, the basics of Visual Studio, how ASP.NET controls are created and how they fit into ASP.NET pages, ultimately creating full applications.
  • Become familiar with Web API , one of the biggest additions to ASP.NET 4.5, and understand how to use it and integrate it within your existing ASP.NET applications.
  • Discover and the Entity Framework and how to perform data binding to in web applications.
  • Learn the ASP.NET security features and how to best apply them.
  • Examine in detail advanced user interface techniques, including user controls, server controls, custom controls and client-side JavaScript.
  • Use HTML and jQuery with an emphasis on contemporary web development techniques.

Who this book is for
This book is aimed at developers with a basic understanding on the .NET Framework who want to learn how to use it in a professional environment. Migrating readers without this foundation would be well served by reading Beginning ASP.NET 4.5 in C#, also by Apress, before tackling this book.

Table of Contents
Part 1: Getting Started
Chapter 1. Your First ASP.NET Application
Chapter 2. Putting ASP.NET in Context
Chapter 3. Essential C# Language Features
Chapter 4. Using jQuery
Chapter 5. Essential Development Tools
Chapter 6. SportsStore: A Real Application
Chapter 7. SportsStore: Navigation & Cart
Chapter 8. SportsStore: Completing the Cart
Chapter 9. SportsStore: Administration
Chapter 10. SportsStore: Deployment
Chapter 11. Testable Web Apps

Part 2: The Core ASP.NET Platform
Chapter 12. Working with Web Forms
Chapter 13. Lifecycles and Context
Chapter 14. Modules
Chapter 15. Handlers
Chapter 16. Page and Control Lifecycle Events
Chapter 17. Managing Request Execution
Chapter 18. Managing State Data
Chapter 19. Caching
Chapter 20. Caching Output
Chapter 21. Handling Errors
Chapter 22. Managing Paths
Chapter 23. URL Routing
Chapter 24. Advanced URL Routing
Chapter 25. Authentication and Authorization
Chapter 26. Membership
Chapter 27. ASP.NET Configuration
Chapter 28. Asynchronous Request Handling

Part 3: Forms and Controls
Chapter 29. Working with Controls
Chapter 30. Forms and Request Validation
Chapter 31. Creating Custom Controls
Chapter 32. Stateful Controls
Chapter 33. Server-Side HTML Elements
Chapter 34. Model Binding
Chapter 35. Data Binding
Chapter 36. Basic Data Controls
Chapter 37. Complex Data Controls
Chapter 38. Other ASP.NET Controls

Part 4: Client-Side Development
Chapter 39. Managing Scripts and Styles
Chapter 40. Ajax and Web Services
Chapter 41. Client-Side Validation
Chapter 42. Targeting Mobile Devices

Book Details

  • Paperback: 1228 pages
  • Publisher: Apress; 5th Edition (June 2013)
  • Language: English
  • ISBN-10: 143024254X
  • ISBN-13: 978-1430242543
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Pro ASP.NET 4.5 in C#, 5th Edition appeared first on Wow! eBook.

Pro Hibernate and MongoDB

Posted: 15 Aug 2013 10:35 AM PDT

Book Description

Hibernate and MongoDB are a powerful combination of open source persistence and NoSQL technologies for today’s Java-based enterprise and cloud application developers. Hibernate is the leading open source Java-based persistence, object relational management engine, recently repositioned as an object grid management engine.  MongoDB is a growing, popular open source NoSQL framework, especially popular among cloud application and big data developers.  With these two, enterprise and cloud developers have a “complete out of the box” solution.

Pro Hibernate and MongoDB shows you how to use and integrate Hibernate and MongoDB.  More specifically, this book guides you through the bootstrap; building transactions; handling queries and query entities; and mappings.  Then, this book explores the principles and techniques for taking these application principles to the cloud, using the OpenShift Platform as a Service (PaaS) and more.

In this book, you get two case studies:

  • An enterprise application using Hibernate and MongoDB.  then,
  • A cloud application (OpenShip) migrated from the enterprise application case study

After reading or using this book, you come away with the experience from two case studies that give you possible frameworks or templates that you can apply to your own specific application or cloud application building context.

What you'll learn

  • How to use and integrate Hibernate and MongoDB to be your “complete out of the box” solution for database driven enterprise and cloud applications
  • How to bootstrap; run in supported environments; do transactions; handle queries and query entities; and mappings
  • How to build an enterprise application case study using Hibernate and MongoDB
  • What are the principles and techniques for taking applications to the Cloud, using the OpenShift Platform as a Service (PaaS) and more
  • How to build a cloud-based app or application (OpenShip)

Who this book is for
This book is for experienced Java, enterprise Java programmers who may have some experience with Hibernate and/or MongoDB.

Table of Contents
Chapter 1. Getting Started with Hibernate OGM
Chapter 2. Hibernate OGM and MongoDB
Chapter 3. Bootstrapping Hibernate OGM
Chapter 4. Hibernate OGM at Work
Chapter 5. Hibernate OGM and JPA 2.0 Annotations
Chapter 6. Hibernate OGM Querying MongoDB
Chapter 7. MongoDB e-Commerce Database Model
Chapter 8. MongoDB e-Commerce Database Querying
Chapter 9. Migrate MongoDB Database to Cloud
Chapter 10. Migrating RafaEShop Application on OpenShift

Book Details

  • Paperback: 384 pages
  • Publisher: Apress (July 2013)
  • Language: English
  • ISBN-10: 1430257946
  • ISBN-13: 978-1430257943
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Pro Hibernate and MongoDB appeared first on Wow! eBook.

Pro Django, 2nd Edition

Posted: 15 Aug 2013 10:30 AM PDT

Book Description

Learn how to leverage Django, the leading Python web application development framework, to its full potential in this advanced tutorial and reference. Updated for Django 1.5 and Python 3, Pro Django, Second Edition examines in great detail the complex problems that Python web application developers can face and how to solve them. It provides in–depth information about advanced tools and techniques available in every Django installation, running the gamut from the theory of Django's internal operations to actual code that solves real–world problems for high–volume environments.

Pro Django, Second Edition goes above and beyond other books, leaving the basics far behind and showing how Django can do things even its core developers never expected. By drawing on the dynamic nature of Python, you can write Django applications that stretch the limits of what you thought possible!

What you'll learn

  • Use Django's models, views, forms, and templates
  • Handle HTTP and customizing back ends
  • Get the most out of Django's common tooling
  • Employ Django in various environments
  • Build an API using Django’s own components
  • Make this code reusable—even distributable

Who this book is for
This book is for companies looking for a framework capable of supporting enterprise needs, as well as advanced Python or web developers looking to solve unusual, complex problems.

Table of Contents
Chapter 1. Understanding Django
Chapter 2. Django Is Python
Chapter 3. Models
Chapter 4. URLs and Views
Chapter 5. Forms
Chapter 6. Templates
Chapter 7. Handling HTTP
Chapter 8. Backend Protocols
Chapter 9. Common Tools
Chapter 10. Coordinating Applications
Chapter 11. Enhancing Applications

Book Details

  • Paperback: 300 pages
  • Publisher: Apress; 2nd Edition (July 2013)
  • Language: English
  • ISBN-10: 1430258098
  • ISBN-13: 978-1430258094
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Pro Django, 2nd Edition appeared first on Wow! eBook.

Pro Data Visualization using R and JavaScript

Posted: 15 Aug 2013 10:21 AM PDT

Book Description

Pro Data Visualization using R and JavaScript makes the R language approachable, and promotes the idea of data gathering and analysis. You’ll see how to use R to interrogate and analyze your data, and then use the D3 JavaScript library to format and display that data in an elegant, informative, and interactive way. You will learn how to gather data effectively, and also how to understand the philosophy and implementation of each type of chart, so as to be able to represent the results visually.

With the popularity of the R language, the art and practice of creating data visualizations is no longer the preserve of mathematicians, statisticians, or cartographers. As technology leaders, we can gather metrics around what we do and use data visualizations to communicate that information. Pro Data Visualization using R and JavaScript combines the power of the R language with the simplicity and familiarity of JavaScript to display clear and informative data visualizations.

Gathering and analyzing empirical data is the key to truly understanding anything. We can track operational metrics to quantify the health of our products in production. We can track quality metrics of our projects, and even use our data to identify bad code. Visualizing this data allows anyone to read our analysis and easily get a deep understanding of the story the data tells.

What you'll learn

  • A rich understanding of how to gather, and analyze empirical data
  • How to tell a story with data using data visualizations
  • What types of data visualizations are best to use for the story that you want to tell with your data
  • A comprehensive introduction to the R language, covering all the essentials
  • Exploration of how to construct interactive data visualizations using JavaScript and JavaScript libraries

Who this book is for
Developers at all levels interested in data visualization, beginning to intermediate engineering managers, statisticians, mathematicians, economists and any others interested in data visualization.

Table of Contents
Chapter 1. Background
Chapter 2. R Language Primer
Chapter 3. A Deeper Dive into R
Chapter 4. Data Visualization with D3
Chapter 5. Visualizing Spatial Data from Access Logs
Chapter 6. Visualizing Data Over Time
Chapter 7. Bar Charts
Chapter 8. Correlation Analysis with Scatter Plots
Chapter 9. Visualizing the Balance of Delivery and Quality with Parallel Coordinates

Book Details

  • Paperback: 216 pages
  • Publisher: Apress (June 2013)
  • Language: English
  • ISBN-10: 1430258063
  • ISBN-13: 978-1430258063
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Pro Data Visualization using R and JavaScript appeared first on Wow! eBook.

Pro SharePoint 2013 Branding and Responsive Web Development

Posted: 15 Aug 2013 10:16 AM PDT

Book Description

Pro SharePoint 2013 Branding and Responsive Web Development is the definitive reference on the technologies, tools, and techniques needed for building responsive websites and applications with SharePoint 2013.  The book focuses on solutions that provide the best browser experience for the myriad of devices, browsers, and screen orientations and resolutions.

Web technology has changed considerably in the past few years. Microsoft has embraced the new generation of open standards represented by HTML5 and JavaScript, and these changes are represented in a fundamental shift in how SharePoint 2013 supports web content management and publishing. Authors Eric Overfield, Oscar Medina, Kanwal Khipple, and Rita Zhang join forces to dive into the new features and capabilities provided by SharePoint 2013 and combine them with the latest techniques in responsive web design and development to demonstrate how to build modern and progressive websites and applications.

Pro SharePoint 2013 Branding and Responsive Web Development covers the following technologies:

  • SharePoint 2013 Server Edition
  • Office 365 SharePoint Online
  • Expression Blend 2013
  • Napa Tools for Office and SharePoint Development
  • Visual Studio 2012
  • HTML5 and CSS3
  • JavaScript, JQuery, JQuery UI, Modernizr, and the Bootstrap Framework
  • SharePoint 2013 Client Object Model

What you'll learn
Through the context of building a complete website on SharePoint 2013 from start to finish, readers will learn how to combine SharePoint 2013 web content management features and capabilities with modern web design and development skills. The key topics to be covered include:

  • Design Manager – this new feature allows web designers and developers to build SharePoint branding templates using standard HTML and CSS and convert the templates to SharePoint master pages. This opens up branding to a wider audience of designers who struggled with having to understand the complexity of SharePoint and ASP.NET master pages.
  • Client Object Model – this feature is based on web service technologies for interacting with server-side data from client-side. This feature has been extended significantly to support the new SharePoint application model, which heavily emphasizes client-side development. This book will provide full coverage of utilizing these updated web service technologies and how they can be used to build interactive websites.
  • Device Channels – similar to the capabilities provided by HTML5 media queries, the new channels capability allows SharePoint to detect client devices and browsers to load the appropriate master page to provide a unique browser experience.
  • Variations and Translation Services – SharePoint 2013 continues to improve features and capabilities for building multi-lingual sites including new support for integration with professional translation service providers, or automated translation web services.
  • Term Set Navigation and SEO Improvements – SharePoint 2013 now provides native support for Search Engine Optimization requirements such as page meta fields, as well as a completely new approach to site navigation and human friendly URLs through the use of Managed Metadata navigation.

Who this book is for
Pro SharePoint 2013 Branding and Responsive Web Development is designed for web designers and developers who have existing knowledge of basic website design and development, including HTML, CSS, and JavaScript. This book builds upon that foundational knowledge to walk the reader through a complete project lifecycle for building a responsive website on SharePoint 2013.

Table of Contents
Chapter 1. What's New in SharePoint 2013 Web Content Management
Chapter 2. Responsive Web Design and Development with HTML5
Chapter 3. Designing a Responsive Web Site
Chapter 4. Building a SharePoint HTML Master Page
Chapter 5. Making Your Master Page Responsive
Chapter 6. Building Site Structure and Navigation
Chapter 7. Building Page Layouts and Publishing Pages
Chapter 8. Publish Cross-Site Content with Catalogs
Chapter 9. Integrating Search-Driven Content
Chapter 10. Building Rich Interactive Forms
Chapter 11. Uploading and Working with Files
Chapter 12. Integrating Location-Based Features
Chapter 13. Integrating Feeds and Social Media
Chapter 14. Supporting Multilingual Web Sites

Appendix A. Configuring a Development Environment

Book Details

  • Paperback: 580 pages
  • Publisher: Apress (June 2013)
  • Language: English
  • ISBN-10: 1430250283
  • ISBN-13: 978-1430250289
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Pro SharePoint 2013 Branding and Responsive Web Development appeared first on Wow! eBook.

Tidak ada komentar:

Posting Komentar