Rabu, 26 Maret 2014

Wow! eBook: Professional Visual Studio 2013 - 6 new eBooks


Wow! eBook: Professional Visual Studio 2013 - 6 new eBooks

Link to Wow! eBook

Professional Visual Studio 2013

Posted: 26 Mar 2014 08:27 AM PDT

Book Description

Comprehensive guide to Visual Studio 2013

Visual Studio is your essential tool for Windows programming. Visual Studio 2013 features important updates to the user interface and to productivity. In Professional Visual Studio 2013, author, Microsoft Certified Trainer, and Microsoft Visual C# MVP Bruce Johnson brings three decades of industry experience to guide you through the update, and he doesn’t just gloss over the basics. With his unique IDE-centric approach, he steers into the nooks and crannies to help you use Visual Studio 2013 to its maximum potential.

  • Choose from more theme options, check out the new icons, and make your settings portable
  • Step up your workflow with hover colors, auto brace completion, peek, and CodeLens
  • Code ASP.NET faster than ever with new shortcuts
  • Get acquainted with the new SharePoint 2013 environment
  • Find your way around the new XAML editor for Windows Store apps

Visual Studio 2013 includes better support for advanced debugging techniques, vast improvements to the visual database tools, and new support for UI testing for Windows Store apps. This update is the key to smoother, quicker programming, and Professional Visual Studio 2013 is your map to everything inside.

Table of Contents
Part I: Integrated Development Environment
Chapter 1. A Quick Tour
Chapter 2. The Solution Explorer, Toolbox, and Properties
Chapter 3. Options and Customizations
Chapter 4. The Visual Studio Workspace
Chapter 5. Find and Replace and Help

Part II: Getting Started
Chapter 6. Solutions, Projects, and Items
Chapter 7. IntelliSense and Bookmarks
Chapter 8. Code Snippets and Refactoring
Chapter 9. Server Explorer
Chapter 10. Modeling with the Class Designer

Part III: Digging Deeper
Chapter 11. Unit Testing
Chapter 12. Documentation with XML Comments
Chapter 13. Code Consistency Tools
Chapter 14. Code Generation with T4
Chapter 15. Project and Item Templates
Chapter 16. Language-Specific Features

Part Iv: Rich Client Applications
Chapter 17. Windows Forms Applications
Chapter 18. Windows Presentation Foundation (WPF)
Chapter 19. Office Business Applications
Chapter 20. Windows Store Applications

Part V: Web Applications
Chapter 21. ASP.NET Web Forms
Chapter 22. ASP.NET MVC
Chapter 23. Silverlight
Chapter 24. Dynamic Data
Chapter 25. SharePoint
Chapter 26. Windows Azure

Part VI: Data
Chapter 27. Visual Database Tools
Chapter 28. DataSets and DataBinding
Chapter 29. Language Integrated Queries (LINQ)
Chapter 30. The ADO.NET Entity Framework
Chapter 31. Reporting

Part VII: Application Services
Chapter 32. Windows Communication Foundation (WCF)
Chapter 33. Windows Workflow Foundation (WF)
Chapter 34. Client Application Services
Chapter 35. Synchronization Services
Chapter 36. WCF RIA Services

Part VIII: Configuration and Resources
Chapter 37. Configuration Files
Chapter 38. Connection Strings
Chapter 39. Resource Files

Part IX: Debugging
Chapter 40. Using the Debugging Windows
Chapter 41. Debugging with Breakpoints
Chapter 42. DataTips, Debug Proxies, and Visualizers
Chapter 43. Debugging Web Applications
Chapter 44. Advanced Debugging Techniques

Part X: Build and Deployment
Chapter 45. Upgrading with Visual Studio 2013
Chapter 46. Build Customization
Chapter 47. Assembly Versioning and Signing
Chapter 48. Obfuscation, Application Monitoring, and Management
Chapter 49. Packaging and Deployment
Chapter 50. Web Application Deployment

Part XI: Customizing and Extending Visual Studio
Chapter 51. The Automation Model
Chapter 52. Add-Ins
Chapter 53. Managed Extensibility Framework (MEF)

Part XII: Visual Studio Ultimate
Chapter 54. Visual Studio Ultimate for Architects
Chapter 55. Visual Studio Ultimate for Developers
Chapter 56. Visual Studio Ultimate for Testers
Chapter 57. Team Foundation Server

Book Details

  • Paperback: 1104 pages
  • Publisher: Wrox (March 2014)
  • Language: English
  • ISBN-10: 1118832043
  • ISBN-13: 978-1118832042
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Professional Visual Studio 2013 appeared first on Wow! eBook.

Professional Java for Web Applications

Posted: 26 Mar 2014 08:15 AM PDT

Book Description

The comprehensive Wrox guide for creating Java web applications for the enterprise

This guide shows Java software developers and software engineers how to build complex web applications in an enterprise environment. You’ll begin with an introduction to the Java Enterprise Edition and the basic web application, then set up a development application server environment, learn about the tools used in the development process, and explore numerous Java technologies and practices. The book covers industry-standard tools and technologies, specific technologies, and underlying programming concepts.

  • Java is an essential programming language used worldwide for both Android app development and enterprise-level corporate solutions
  • As a step-by-step guide or a general reference, this book provides an all-in-one Java development solution
  • Explains Java Enterprise Edition 7 and the basic web application, how to set up a development application server environment, which tools are needed during the development process, and how to apply various Java technologies
  • Covers new language features in Java 8, such as Lambda Expressions, and the new Java 8 Date & Time API introduced as part of JSR 310, replacing the legacy Date and Calendar APIs
  • Demonstrates the new, fully-duplex WebSocket web connection technology and its support in Java EE 7, allowing the reader to create rich, truly interactive web applications that can push updated data to the client automatically
  • Instructs the reader in the configuration and use of Log4j 2.0, Spring Framework 4 (including Spring Web MVC), Hibernate Validator, RabbitMQ, Hibernate ORM, Spring Data, Hibernate Search, and Spring Security
  • Covers application logging, JSR 340 Servlet API 3.1, JSR 245 JavaServer Pages (JSP) 2.3 (including custom tag libraries), JSR 341 Expression Language 3.0, JSR 356 WebSocket API 1.0, JSR 303/349 Bean Validation 1.1, JSR 317/338 Java Persistence API (JPA) 2.1, full-text searching with JPA, RESTful and SOAP web services, Advanced Message Queuing Protocol (AMQP), and OAuth

Professional Java for Web Applications is the complete Wrox guide for software developers who are familiar with Java and who are ready to build high-level enterprise Java web applications.

Table of Contents
Part I: Creating Enterprise Applications
Chapter 1. Introducing Java Platform, Enterprise Edition
Chapter 2. Using Web Containers
Chapter 3. Writing Your First Servlet
Chapter 4. Using JSPs to Display Content
Chapter 5. Maintaining State Using Sessions
Chapter 6. Using the Expression Language in JSPs
Chapter 7. Using the Java Standard Tag Library
Chapter 8. Writing Custom Tag and Function Libraries
Chapter 9. Improving Your Application Using Filters
Chapter 10. Making Your Application Interactive with WebSockets
Chapter 11. Using Logging to Monitor Your Application

Part II: Adding Spring Framework Into the Mix
Chapter 12. Introducing Spring Framework
Chapter 13. Replacing Your Servlets with Controllers
Chapter 14. Using Services and Repositories to Support Your Controllers
Chapter 15. Internationalizing Your Application with Spring Framework i18n
Chapter 16. Using JSR 349, Spring Framework, and Hibernate Validator for Bean Validation
Chapter 17. Creating RESTful and SOAP Web Services
Chapter 18. Using Messaging and Clustering for Flexibility and Reliability

Part III: Persisting Data with JPA and Hibernate ORM
Chapter 19. Introducing Java Persistence API and Hibernate ORM
Chapter 20. Mapping Entities to Tables with JPA Annotations
Chapter 21. Using JPA in Spring Framework Repositories
Chapter 22. Eliminating Boilerplate Repositories with Spring Data JPA
Chapter 23. Searching for Data with JPA and Hibernate Search
Chapter 24. Creating Advanced Mappings and Custom Data Types

Part IV: Securing Your Application with Spring Security
Chapter 25. Introducing Spring Security
Chapter 26. Authenticating Users with Spring Security
Chapter 27. Using Authorization Tags and Annotations
Chapter 28. Securing RESTful Web Services with OAuth

Book Details

  • Paperback: 936 pages
  • Publisher: Wrox (March 2014)
  • Language: English
  • ISBN-10: 1118656466
  • ISBN-13: 978-1118656464
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Professional Java for Web Applications appeared first on Wow! eBook.

Professional C# 5.0 and .NET 4.5.1

Posted: 26 Mar 2014 08:08 AM PDT

Book Description

Comprehensive, advanced coverage of C# 5.0 and .NET 4.5.1

Whether you’re a C# guru or transitioning from C/C++, staying up to date is critical to your success. Professional C# 5.0 and .NET 4.5.1 is your go-to guide for navigating the programming environment for the Windows platform. After a quick refresher of the C# basics, the team of expert authors dives in to C# 5.0 and updates for NET 4.5.1. Includes:

  • Different behaviors for .NET 4.5.1 and the changes to Visual Studio 2013
  • Changes to ASP.NET Core, Web Forms, MVC, and Web API
  • Updated Windows 8 deployments and localization, event logs, and data flow
  • Shuffling of ADO.NET Entity Framework
  • Additions to Windows Workflow Foundation
  • New Windows Runtime 2.0 updates

Table of Contents
Part I: The C# Language
Chapter 1. .NET Architecture
Chapter 2. Core C#
Chapter 3. Objects and Types
Chapter 4. Inheritance
Chapter 5. Generics
Chapter 6. Arrays and Tuples
Chapter 7. Operators and Casts
Chapter 8. Delegates, Lambdas, and Events
Chapter 9. Strings and Regular Expressions
Chapter 10. Collections
Chapter 11. Language Integrated Query
Chapter 12. Dynamic Language Extensions
Chapter 13. Asynchronous Programming
Chapter 14. Memory Management and Pointers
Chapter 15. Reflection
Chapter 16. Errors and Exceptions

Part II: Visual Studio
Chapter 17. Visual Studio 2013
Chapter 18. Deployment

Part III: Foundation
Chapter 19. Assemblies
Chapter 20. Diagnostics
Chapter 21. Tasks, Threads, and Synchronization
Chapter 22. Security
Chapter 23. Interop
Chapter 24. Manipulating Files and the Registry
Chapter 25. Transactions
Chapter 26. Networking
Chapter 26. Windows Services
Chapter 28. Localization
Chapter 29. Core XAML
Chapter 30. Managed Extensibility Framework
Chapter 31. Windows Runtime

Part IV: Data
Chapter 32. Core ADO.NET
Chapter 33. ADO.NET Entity Framework
Chapter 34. Manipulating XML

Part V: Presentation
Chapter 35. Core WPF
Chapter 36. Business Applications with WPF
Chapter 37. Creating Documents with WPF
Chapter 38. Windows Store Apps: User Interface
Chapter 39. Windows Store Apps: Contracts and Devices
Chapter 40. Core ASP.NET
Chapter 41. ASP.NET Web Forms
Chapter 42. ASP.NET MVC

Part VI: Communication
Chapter 43. Windows Communication Foundation
Chapter 44. ASP.NET Web API
Chapter 45. Windows Workflow Foundation
Chapter 46. Peer-to-Peer Networking
Chapter 47. Message Queuing

Book Details

  • Paperback: 1560 pages
  • Publisher: Wrox (February 2014)
  • Language: English
  • ISBN-10: 1118833031
  • ISBN-13: 978-1118833032
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Professional C# 5.0 and .NET 4.5.1 appeared first on Wow! eBook.

Beginning ASP.NET 4.5.1: in C# and VB

Posted: 26 Mar 2014 08:00 AM PDT

Book Description

Build your ASP.NET 4.5.1 skills with real-world instruction

In this comprehensive guide to getting started with ASP.NET 4.5.1, best-selling author Imar Spaanjaars provides a firm foundation for coders new to ASP.NET and key insights for those not yet familiar with the important updates in the 4.5.1 release. Readers learn how to build full-featured ASP.NET websites using Visual Studio Express 2013 for Web, Microsoft's free development tool for ASP.NET web applications. Beginning ASP.NET 4.5.1 guides you through the process of creating a fully functional, database-driven website, from creation of the most basic site structure all the way down to the successful deployment of the website to a production environment.

Beginning ASP.NET 4.5.1: in C# and VB:

  • Explains how to get started with ASP.NET 4.5.1, including an introduction to Microsoft's Visual Studio Express 2013 for Web
  • Features helpful examples for designing websites with CSS and HTML and how to overcome common formatting problems
  • Shares techniques for managing server controls in ASP.NET, including standard controls, HTML controls, and data controls
  • Provides real-world tips for creating consistent page layouts throughout your websites
  • Covers practical functionality issues like validating user input, sending e-mail from your website, and processing data at the server
  • Details what the ASP.NET state engine is and why it is important
  • Shows how to access and modify data in a SQL Server database
  • Includes coverage of jQuery, LINQ, and the Entity Framework
  • Explores measures to take for optimal security

Table of Contents
Chapter 1. Getting Started with ASP .NET 4.5.1
Chapter 2. Building an ASP .NET Website
Chapter 3. Designing Your Web Pages
Chapter 4. Working with ASP .NET Server Controls
Chapter 5. Programming Your ASP .NET Web Pages
Chapter 6. Creating Consistent Looking Websites
Chapter 7. Navigation
Chapter 8. User Controls
Chapter 9. Validating User Input
Chapter 10. ASP .NET AJAX
Chapter 11. jQuery
Chapter 12. Introducing Databases
Chapter 13. Displaying and Updating Data
Chapter 14. LINQ and the ADO .NET Entity Framework
Chapter 15. Working with Data — Advanced Topics
Chapter 16. Security in Your ASP .NET Website
Chapter 17. Personalizing Websites
Chapter 18. Exception Handling, Debugging, and Tracing
Chapter 19. Deploying Your Website

Appendix A. Exercise Answers
Appendix B. Configuring SQL Server 2012

Book Details

  • Paperback: 864 pages
  • Publisher: Wrox (March 2014)
  • Language: English
  • ISBN-10: 111884677X
  • ISBN-13: 978-1118846773
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Beginning ASP.NET 4.5.1: in C# and VB appeared first on Wow! eBook.

Beginning iOS Programming

Posted: 26 Mar 2014 07:55 AM PDT

Book Description

iOS 7 changed everything—get up to speed!

iOS 7 is a major shift in the look and feel of apps—the first major sea change since the iPhone was first introduced. For apps to blend in with the new UI, each needs a complete redesign. Beginning iOS Programming: Building and Deploying iOS Applications starts at the beginning—including an introduction to Objective C—and gives you the skills you need to get your apps up and running. Author Nick Harris has extensive experience developing for iOS and provides a solid background for teaching the building blocks of app development.

  • Learn Objective-C and how it differs from other programming languages
  • Turn your app idea into an actionable plan
  • Build each feature with the help of standalone chapters
  • Assemble your project into a real-world iOS app

Throughout the book, you’ll be able to experiment with dozens of recipes from real-life scenarios, creating an app as you learn. The book’s website features download sample apps to follow along with the instruction, and sample code to illustrate ideas.

Table of Contents
Chapter 1. Building a Real-World iOS App: Bands
Chapter 2. Introduction to Objective-C
Chapter 3. Starting a New App
Chapter 4. Creating a User Input Form
Chapter 5. Using Table Views
Chapter 6. Integrating the Camera and Photo Library in iOS Apps
Chapter 7. Integrating Social Media
Chapter 8. Using Web Views
Chapter 9. Exploring Maps and Local Search
Chapter 10. Getting Started with Web Services
Chapter 11. Creating a Universal App
Chapter 12. Deploying Your iOS App

Book Details

  • Paperback: 336 pages
  • Publisher: Wrox (February 2014)
  • Language: English
  • ISBN-10: 1118841476
  • ISBN-13: 978-1118841471
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Beginning iOS Programming appeared first on Wow! eBook.

Java Programming Interviews Exposed

Posted: 26 Mar 2014 07:49 AM PDT

Book Description

If you are a skilled Java programmer but are concerned about the Java coding interview process, this real-world guide can help you land your next position

Java is a popular and powerful language that is a virtual requirement for businesses making use of IT in their daily operations. For Java programmers, this reality offers job security and a wealth of employment opportunities. But that perfect Java coding job won’t be available if you can’t ace the interview. If you are a Java programmer concerned about interviewing, Java Programming Interviews Exposed is a great resource to prepare for your next opportunity. Author Noel Markham is both an experienced Java developer and interviewer, and has loaded his book with real examples from interviews he has conducted.

  • Review over 150 real-world Java interview questions you are likely to encounter
  • Prepare for personality-based interviews as well as highly technical interviews
  • Explore related topics, such as middleware frameworks and server technologies
  • Make use of chapters individually for topic-specific help
  • Use the appendix for tips on Scala and Groovy, two other languages that run on JVMs

Veterans of the IT employment space know that interviewing for a Java programming position isn’t as simple as sitting down and answering questions. The technical coding portion of the interview can be akin to a difficult puzzle or an interrogation. With Java Programming Interviews Exposed, skilled Java coders can prepare themselves for this daunting process and better arm themselves with the knowledge and interviewing skills necessary to succeed.

Table of Contents
Part I: Navigating the Interview Process
Chapter 1. Dissecting Interview Types
Chapter 2. Writing a Noticeable Resume
Chapter 3. Technical Test and Interview Basics
Chapter 4. Writing Core Algorithms
Chapter 5. Data Structures
Chapter 6. Design Patterns
Chapter 7. Implementing Popular Interview Algorithms
Chapter 8. Java Basics
Chapter 9. Testing with JUnit
Chapter 10. Understanding the Java Virtual Machine
Chapter 11. Concurrency

Part III: Components and Frameworks
Chapter 12. Integrating Java Applications with Databases
Chapter 13. Creating Web Applications
Chapter 14. Using HTT P and REST
Chapter 15. Serialization
Chapter 16. The Spring Framework
Chapter 17. Using Hibernate
Chapter 18. Useful Libraries
Chapter 19. Developing with Build Tools
Chapter 20. Android

Book Details

  • Paperback: 384 pages
  • Publisher: Wrox (February 2014)
  • Language: English
  • ISBN-10: 1118722868
  • ISBN-13: 978-1118722862
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Java Programming Interviews Exposed appeared first on Wow! eBook.

Tidak ada komentar:

Posting Komentar