- Table View
- List View
Professional ASP.NET 3.5
by Bill Evjen Scott Hanselman Devin RaderIn this book, you'll be introduced to the features and capabilities of ASP.NET 3.5, as well as the foundation that ASP.NET provides. Updated for the latest release of Visual Studio, this new edition adds five hundred pages of great new content compared to the original 2.0 version of the book. Including both printed and downloadable VB and C# code examples, this edition focuses even more on experienced programmers and advanced web development. New coverage includes new chapters on IIS 7 development, LINQ, ASP.NET, Silverlight, and many others.
Professional ASP.NET 3.5 AJAX
by Bill Evjen Matt Gibbs Dan Wahlin Dave ReedThis book explains how to use the ASP.NET AJAX features to create richer, more responsive dynamic websites. It explains the architecture, including the ASP.NET server elements and the client-side Javascript library, and runtime. The book will walk you through examples for each feature element, demonstrating how the client and server interact to produce a better web application. The book also progresses in a way that educates you on how ASP.NET and AJAX build on each other to provide a comprehensive framework for rich application development.
Professional ASP.NET 3.5 SP1 Edition
by Bill Evjen Scott Hanselman Devin RaderProfessional ASP.NET 3.5 SP1 In C# and VBASP.NET 3.5 brings the power of Visual Studio 2008 along with the multitude of language improvements in C# 2008 and Visual Basic 2008 as well as powerful new technology called LINQ, together with the ASP.NET 2.0 Framework you already know and love. Packed with valuable coverage of ASP.NET 3.5 SP1, this essential resource offers both C# and VB examples throughout the book, and shares new and updated content on the ADO.NET Entity Framework, ADO.NET Dynamic Data, and ADO.NET Data Services.While ASP.NET 3.5 boasts server controls like the ListView and the incredibly flexible GridView, it also includes advancements in AJAX technology combined with JavaScript debugging features in Visual Studio 2008. With this book, a stellar author team covers the new controls in the AJAX toolbox, the back button history, and script combining, and they also examine the new capabilities of WCF including changes to DataContractSerializer. In addition, the accompanying CD-ROM features the entire book in PDF format.What you will learn from this bookThe concepts underlying the server control and its pivotal role in ASP.NET developmentHow to create templated ASP.NET pages using the master page featureHow to work with data from enterprise databases including SQL ServerWays to debug, package, and deploy ASP.NET applications, monitor their health and performance, and handle errorsHow to retrieve, update, and delete data quickly and logically using LINQ with side-by-side examples comparing LINQ to existing techniquesWays to localize your web site in multiple languages for a world-wide audienceMethods for adding AJAX capabilities to your ASP.NET applicationsThe many benefits of the new data access additionsWays to use and extend the Provider Model for accessing data stores, processes, and moreWhat freeware tools you need in Scott Hanselman's ASP.NET Ultimate Developer Tools appendixWho this book is forThis book is for programmers and developers who are looking to make the transition to ASP.NET 3.5 SP1 with Visual Studio 2008 and either C# 3.0 (2008) or Visual Basic 9 (2008).CD-ROM includes the full book in PDF format and a selection of 7 Wrox Blox mini e-books including:Internet Explorer 8 and Its Impact on Your ASP.NET Web SitesJumping from ASP.NET to Silverlight 2Leverage LINQ in ASP.NET 3.5 ProjectsNote: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
Professional ASP.NET 4 in C# and VB
by Bill Evjen Scott Hanselman Devin RaderThis book introduces you to the features and capabilities that ASP.NET 4 offers, and explains the foundation that ASP.NET provides. It covers each major new feature included in ASP.NET 4 in detail. Retaining the unique C# and VB dual language coverage, this edition retains many great features from previous versions, including both printed and downloadable VB and C# code examples. Other expert coverage include IIS and the provider model, site navigation, design, debugging, modules and handlers, Silverlight, CSS, Ajax and the Ajax Control Toolkit, jQuery, and MVC.
Professional ASP.NET 4.5 in C# and VB
by Christian Wenz Scott Hanselman Jason N. Gaylord Pranav Rastogi Todd MirandaThe all-new approach for experienced ASP. NET professionals! ASP. NET is Microsoft's technology for building dynamically generated web pages from database content. Originally introduced in 2002, ASP. NET has undergone many changes in multiple versions and iterations as developers have gained a decade of experience with this popular technology. With that decade of experience, this edition of the book presents a fresh, new overhauled approach. A new focus on how to build ASP. NET sites and applications relying on field-tested reliable methods Integration of "One ASP. NET" philosophy treating ASP. NET Web Forms and ASP. NET MVC as equal tools each with their proper time and place Coverage of hot new ASP. NET 4. 5 additions such as the Web API, Websockets and HTML5 & CSS3 use in layout but only to the extent that the tools themselves are practical and useful for working ASP. NET developers Professional ASP. NET 4. 5 in C# and VB is an essential tool for programmers who need to be productive and build reliably performing sites with the latest ASP. NET Framework and Visual Studio.
Professional ASP.NET Design Patterns
by Scott MillettDesign patterns are time-tested solutions to recurring problems, letting the designer build programs on solutions that have already proved effective Provides developers with more than a dozen ASP. NET examples showing standard design patterns and how using them helpsbuild a richer understanding of ASP. NET architecture, as well as better ASP. NET applications Builds a solid understanding of ASP. NET architecture that can be used over and over again in many projects Covers ASP. NET code to implement many standard patterns including Model-View-Controller (MVC), ETL, Master-Master Snapshot, Master-Slave-Snapshot, Façade, Singleton, Factory, Single Access Point, Roles, Limited View, observer, page controller, common communication patterns, and more
Professional ASP.NET MVC 1.0
by Rob Guthrie Scott Hanselman Scott Haack Phil ConeryThis book begins with you working along as Scott Guthrie builds a complete ASP. NET MVC reference application. He begins NerdDinner by using the File->New Project menu command within Visual Studio to create a new ASP. NET MVC Application. You'll then incrementally add functionality and features. Along the way you'll cover how to create a database, build a model layer with business rule validations, implement listing/details data browsing, provide CRUD (Create, Update, Delete) data form entry support, implement efficient data paging, reuse UI using master pages and partials, secure the application using authentication and authorization, use AJAX to deliver dynamic updates and interactive map support, and implement automated unit testing. From there, the bulk of the rest of the book begins with the basic concepts around the model view controller pattern, including the little history and the state of the MVC on the web today. We'll then go into the ways that MVC is different from ASP. NET Web Forms. We'll explore the structure of a standard MVC application and see what you get out of the box. Next we dig deep into routing and see the role URLs play in your application. We'll deep dive into controllers and views and see what role the Ajax plays in your applications. The last third of the book focuses entirely on advanced techniques and extending the framework. In some places, we assume that you're somewhat familiar with ASP. NET WebForms, at least peripherally. There are a lot of ASP. NET WebForms developers out there who are interested in ASP. NET MVC so there are a number of places in this book where we contrast the two technologies. Even if you're not already an ASP. NET developer, you might still find these sections interesting for context, as well as for your own edification as ASP. NET MVC may not be the web technology that you're looking for.
Professional ASP.NET MVC 2
by Scott Hanselman Jon Galloway Phil Haack Scott Guthrie Rob ConeryTop-selling MVC book from a top team at Microsoft--now fully updated!ASP.NET MVC 2.0 is now available and shipping with Visual Studio 2010 and .NET 4. A new update to Microsoft's Model-View-Controller technologies, MVC 2 enables developers to build dynamic, data-driven Web sites. Professional ASP.NET MVC 2 shows you step-by-step how to use MVC 2. You'll learn both the theory behind MVC 2, as well as walk through practical tutorials, where you'll create a real-world application. Topics include transitioning from ASP.NET development, as well as an overview of related tools and technologies, including LINQ, jQuery, and REST.This book is for web developers who are looking to add more complete testing to their web sites, and who are perhaps ready for "something different."In some places, we assume that you're somewhat familiar with ASP.NET WebForms, at least peripherally. There are a lot of ASP.NET WebForms developers out there who are interested in ASP.NET MVC so there are a number of places in this book where we contrast the two technologies. Even if you're not already an ASP.NET developer, you might still find these sections interesting for context, as well as for your own edification as ASP.NET MVC may not be the web technology that you're looking for.
Professional ASP.NET MVC 3
by K. Scott Allen Jon Galloway Phil Haack Brad WilsonNew edition of the top book on MVC from the top ASP. NET experts at Microsoft! MVC 3. 0 is the latest update to Microsoft's Model-View-Controller technology, which enables developers to build dynamic, data-driven web sites. This in-depth book shows you step by step how to use MVC 3. 0. Written by top ASP. NET MVC experts at Microsoft, the latest edition of this popular book covers new and updated features such as the new View engine, Razor, NuGet, and much more. The book's practical tutorials reinforce concepts and allow you create real-world applications. Topics include controllers and actions, forms and HTML helpers, Ajax, unit testing, and much more. Shows developers and programmers how to use ASP. NET MVC 3. 0, Microsoft's new version of its Model-View-Controller technology for developing dynamic, data-driven web sites Features an expert author team?all are members of Microsoft's ASP. NET team Uses a step-by-step approach to explain all major features and functionalities and provides practical tutorials to allow you to create real-world applications Goes into theory as well as practical application and covers such topics as Razor, NuGet (PowerShell inside Visual Studio 2010), and new layout features Move your development skills to the next level with MVC 3. 0 and Professional ASP. NET MVC 3. 0.
Professional ASP.NET MVC 4
by K. Scott Allen Scott Hanselman Jon Galloway Phil Haack Brad WilsonAn outstanding author team presents the ultimate Wrox guide to ASP.NET MVC 4 Microsoft insiders join giants of the software development community to offer this in-depth guide to ASP.NET MVC, an essential web development technology. Experienced .NET and ASP.NET developers will find all the important information they need to build dynamic, data-driven websites with ASP.NET and the newest release of Microsoft's Model-View-Controller technology. <P><P>Featuring step-by-step guidance and lots of code samples, this guide gets you started and moves all the way to advanced topics, using plenty of examples. Designed to give experienced .NET and ASP.NET programmers everything needed to work with the newest version of MVC technology Expert author team includes Microsoft ASP.NET MVC insiders as well as leaders of the programming community Covers controllers, views, models, forms and HTML helpers, data annotation and validation, membership, authorization, security, and routing Includes essential topics such as Ajax and jQuery, NuGet, dependency injection, unit testing, extending MVC, and Razor Includes additional real-world coverage requested by readers of the previous edition as well as a new case study example chapter
Professional ASP.NET MVC 5
by K. Scott Allen Jon Galloway Brad Wilson David MatsonASP.NET MVC insiders cover the latest updates to the technology in this popular Wrox referenceMVC 5 is the newest update to the popular Microsoft technology that enables you to build dynamic, data-driven websites. Like previous versions, this guide shows you step-by-step techniques on using MVC to best advantage, with plenty of practical tutorials to illustrate the concepts. It covers controllers, views, and models; forms and HTML helpers; data annotation and validation; membership, authorization, and security.MVC 5, the latest version of MVC, adds sophisticated features such as single page applications, mobile optimization, and adaptive renderingA team of top Microsoft MVP experts, along with visionaries in the field, provide practical advice on basic and advanced MVC topicsCovers controllers, views, models, forms, data annotations, authorization and security, Ajax, routing, ASP.NET web API, dependency injection, unit testing, real-world application, and much moreProfessional ASP.NET MVC 5 is the comprehensive resource you need to make the best use of the updated Model-View-Controller technology.
Professional Access 2013 Programming
by Teresa Hennig Dagi Doug Yudovich George Hepworth Ben ClothierAuthoritative and comprehensive coverage for building Access 2013 Solutions Access, the most popular database system in the world, just opened a new frontier in the Cloud. Access 2013 provides significant new features for building robust line-of-business solutions for web, client and integrated environments. This book was written by a team of Microsoft Access MVPs, with consulting and editing by Access experts, MVPs and members of the Microsoft Access team. It gives you the information and examples to expand your areas of expertise and immediately start to develop and upgrade projects.Explores the new development environment for Access web appsFocuses on the tools and techniques for developing robust web applicationsDemonstrates how to monetize your apps with Office Store and create e-commerce solutionsExplains how to use SQL Server effectively to support both web and client solutionsProvides techniques to add professional polish and deploy desktop applicationShows you how to automate other programs using Macros, VBA, API calls and more.Professional Access 2013 Programming is a complete guide on the latest tools and techniques for building Access 2013 applications for both the web and the desktop so that developers and businesses can move forward with confidence. Whether you want to add expand your expertise with Client/Server deployments or start developing web apps, you will want this book as a companion and reference.
Professional Ajax
by Nicholas C. Zakas Jeremy Mcpeak Joe FawcettProfessional Ajax 2nd Edition provides a developer-level tutorial of Ajax techniques, patterns, and use cases. The book begins by exploring the roots of Ajax, covering how the evolution of the web and new technologies directly led to the development of Ajax techniques. A detailed discussion of how frames, JavaScript, cookies, XML, and XMLHttp requests (XHR) related to Ajax is included. After this introduction, the book moves on to cover the implementation of specific Ajax techniques. Request brokers such as hidden frames, dynamic iframes, and XHR are compared and contrasted, explaining when one method should be used over another. To make this discussion clearer, a brief overview of HTTP requests and responses is included. Once a basic understanding of the various request types is discussed, the book moves on to provide in-depth examples of how and when to use Ajax in a web site or web application. Different data transmission formats, including plain text, HTML, XML, and JSON are discussed for their advantages and disadvantages. Also included is a discussion on web services and how they may be used to perform Ajax techniques. Next, more complex topics are covered. A chapter introducing a request management framework explores how to manage all of the requests inside of an Ajax application. Ajax debugging techniques are also discussed. Professional Ajax 2nd edition is written for Web application developers looking to enhance the usability of their web sites and web applications and intermediate JavaScript developers looking to further understand the language. Readers should have familiarity with XML, XSLT, Web Services, PHP or C#, HTML, CSS. Professional Ajax 2nd edition adds nearly 200 pages of new and expanded coverage compared to the first edition.
Professional Alfresco
by David Caruana John Newton Michael Farman Michael G. Uzquiano Kevin RoastA timely and authoritative guide, written by the Chief Architect and Founder of Alfresco Alfresco is considered the leading open source solution for Web and Content Management. What makes Alfresco unique is its services, which can be easily extended with web scripts via RESTful services. Written by an author team that includes the chief architect and the founder of Alfresco, this comprehensive guide provides in-depth coverage of the Alfresco architecture and services and shows how to extend them through Web scripts to meet real business needs. You'll learn how to use Alfresco services to create effective content management solutions while detailed code examples show you how to extend Alfresco with Web scripts using RESTful services to deliver custom solutions. Features detailed, working code examples that demonstrate how to extend Alfresco with Web scripts Written by the Chief Architect and other key Alfresco insiders, ensuring that this book is both authoritative and up-to-date Shows how to integrate Alfresco with Drupal and Joomla portal solutions Covers the upcoming Alfresco 3. 2 release Includes real-world case examples of increasing levels of sophistication and complexity The companion Web site contains all source code examples in the book You'll benefit from this timely resource that shows how to get the most from Alfresco for specific business requirements.
Professional Android
by Reto Meier Ian LakeThe comprehensive developer guide to the latest Android features and capabilities Professional Android, 4th Edition shows developers how to leverage the latest features of Android to create robust and compelling mobile apps. This hands-on approach provides in-depth coverage through a series of projects, each introducing a new Android platform feature and highlighting the techniques and best practices that exploit its utmost functionality. The exercises begin simply, and gradually build into advanced Android development. Clear, concise examples show you how to quickly construct real-world mobile applications. This book is your guide to smart, efficient, effective Android development. Learn the best practices that get more out of Android Understand the anatomy, lifecycle, and UI metaphor of Android apps Design for all mobile platforms, including tablets Utilize both the Android framework and Google Play services
Professional Android 2 Application Development
by Reto MeierUpdate to the bestseller now features the latest release of the Android platformAndroid is a powerful, flexible, open source platform for mobile devices and its popularity is growing at an unprecedented pace. This update to the bestselling first edition dives in to cover the exciting new features of the latest release of the Android mobile platform.Providing in-depth coverage of how to build mobile applications using the next major release of the Android SDK, this invaluable resource takes a hands-on approach to discussing Android with a series of projects, each of which introduces a new feature and highlights techniques and best practices to get the most out of Android.The Android SDK is a powerful, flexible, open source platform for mobile devicesShares helpful techniques and best practices to maximize the capabilities of AndroidExplains the possibilities of Android through the use of a series of detailed projectsDemonstrates how to create real-world mobile applications for Android phonesIncludes coverage of the latest version of AndroidProviding concise and compelling examples, Professional Android Application Development is an updated guide aimed at helping you create mobile applications for mobile devices running the latest version of Android.Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
Professional Android Open Accessory Programming with Arduino
by Andreas Goransson David Cuartielles RuizLearn how to control your home or car from your Android smartphone - air conditioning, lights, entertainment systems, and more!Android Open Accessory is a new, simple, and secure protocol for connecting any microcontroller-empowered device to an Android smartphone or tablet. This Wrox guide shows Android programmers how to use AOA with Arduino, the microcontroller platform, to control such systems as lighting, air conditioning, and entertainment systems from Android devices. Furthermore, it teaches the circuit-building skills needed to create games and practical products that also take advantage of Android technology. Introduces Android Open Accessory and shows how to set up the hardware and development environmentExplains how to code both Android and Arduino elements of an accessoryFeatures four complete projects developers can build using various sensors and indicators/actuators, including source codeGives Android developers the tools to create powerful, sophisticated projectsProfessional Android Open Accessory with Android ADK and Arduino opens exciting new opportunities for Android developers.
Professional Android Programming with Mono for Android and .NET/C#
by John J. Croft IV Jonathan Dick Wallace B. Mcclure Chris Hardy Nathan BlevinsA one-of-a-kind book on Android application development with Mono for AndroidThe wait is over! For the millions of .NET/C# developers who have been eagerly awaiting the book that will guide them through the white-hot field of Android application programming, this is the book. As the first guide to focus on Mono for Android, this must-have resource dives into writing applications against Mono with C# and compiling executables that run on the Android family of devices.Putting the proven Wrox Professional format into practice, the authors provide you with the knowledge you need to become a successful Android application developer without having to learn another programming language. You'll explore screen controls, UI development, tables and layouts, and MonoDevelop as you become adept at developing Android applications with Mono for Android.Answers the demand for a detailed book on the extraordinarily popular field of Android application developmentStrengthens your existing skills of writing applications and shows you how to transfer your talents to building Android apps with Mono for Android and .NET/C#Dives into working with data, REST, SOAP, XML, and JSONDiscusses how to communicate with other applications, deploy apps, and even make money in the processProfessional Android Programming with Mono for Android and .NET/C# gets you up and running with Android app development today.
Professional Android Sensor Programming
by Greg Milette Adam StroudLearn to build human-interactive Android apps, starting with device sensors This book shows Android developers how to exploit the rich set of device sensors—locational, physical (temperature, pressure, light, acceleration, etc.), cameras, microphones, and speech recognition—in order to build fully human-interactive Android applications. Whether providing hands-free directions or checking your blood pressure, Professional Android Sensor Programming shows how to turn possibility into reality. The authors provide techniques that bridge the gap between accessing sensors and putting them to meaningful use in real-world situations. They not only show you how to use the sensor related APIs effectively, they also describe how to use supporting Android OS components to build complete systems. Along the way, they provide solutions to problems that commonly occur when using Android's sensors, with tested, real-world examples. Ultimately, this invaluable resource provides in-depth, runnable code examples that you can then adapt for your own applications. Shows experienced Android developers how to exploit the rich set of Android smartphone sensors to build human-interactive Android apps Explores Android locational and physical sensors (including temperature, pressure, light, acceleration, etc.), as well as cameras, microphones, and speech recognition Helps programmers use the Android sensor APIs, use Android OS components to build complete systems, and solve common problems Includes detailed, functional code that you can adapt and use for your own applications Shows you how to successfully implement real-world solutions using each class of sensors for determining location, interpreting physical sensors, handling images and audio, and recognizing and acting on speech Learn how to write programs for this fascinating aspect of mobile app development with Professional Android Sensor Programming.
Professional Android Wearables
by Andreas Goransson David Cuartielles RuizThe fast and easy way to get up and running on Androidwearables Written by an expert author team with years of hands-onexperience in designing and building wearables, ProfessionalAndroid Wearables covers how to use the Android Wear platformand other techniques to build real-world apps for a variety ofwearables including smartbands, smartwatches, and smart glasses. Inno time, you'll grasp how wearables can connect us to the Internetin more pervasive ways than with PCs, tablets, or mobile devices;how to build code using Google's Wear SDK for Android-enabledhardware devices; how Android Wear and other Android developmenttechniques are capable of building several presented exampleprojects; and much more.Wearables are the next generation of smart mobile devices, it'sno wonder you will want to master Android Wear SDK to build smartwearable apps for a multitude of form factors and applications.Shows you how to navigate Android Wear SDKClearly explains how to use the Android Wear platform to buildreal-world appsThe companion website includes source code for all of theprojects described in the bookIf you're an experienced Android developer looking to masterAndroid Wear SDK to build wearable apps, you've come to the rightplace.
Professional AngularJS
by Valeri Karpov Diego NettoA comprehensive guide to AngularJS, Google's open-source client-side framework for app development. Most of the existing guides to AngularJS struggle to provide simple and understandable explanations for more advanced concepts. As a result, some developers who understand all the basic concepts of AngularJS struggle when it comes to building more complex real-world applications. Professional AngularJS provides a thorough understanding of AngularJS, covering everything from basic concepts, such as directives and data binding, to more advanced concepts like transclusion, build systems, and automated integration testing. In addition to explaining the features of AngularJS, this book distills real-world experience on how these features fit together to enable teams to work together more effectively in building extraordinary apps. Offers a more thorough and comprehensive approach to AngularJS Includes pointers to other advanced topics Lets you build a simple application from scratch, explaining basic building blocks along the way for quick hands-on learning
Professional Apache Tomcat 6
by Sing Li Vivek Chopra Jeff GenenderTomcat is the official reference implementation of Sun's servlet and JSP specifications, and Java developers must test all Web applications on Tomcat to ensure they work as designedBoasting more than 40 percent new and updated material, this book covers all the major new features affecting server administration and managementExplores the additional built-in tools of Tomcat, which help Java developers program more efficiently, and looks at how Apache's other open source servlet/JSP technologies are designed to work with TomcatFeatures full coverage of Release 6, which supports the latest JSP and servlet specifications: JSP 2.1 and Servlets 2.5Addresses solving real-world problems encountered during all phases of server administration, including managing class loaders and connectors, security, shared hosting and clustering, and system testing
Professional Application Lifecycle Management with Visual Studio 2010
by Martin Woodward Mickey Gousset Brian Keller Ajoy KrishnamoorthyGet up to speed on Application Lifecycle Management (ALM) with Visual Studio 2010 through a combination of hands-on instruction and deep-dives.Microsoft has packed a lot of brand new testing and modeling tools into Visual Studio 2010, tools that previously were available only to Microsoft internal development teams. Developers will appreciate the focus on practical implementation techniques and best practices.A team of Microsoft insiders provides a nuts-and-bolts approach. This Wrox guide is designed as both a step-by-step guide and a reference for modeling, designing, and coordinating software development solutions at every level using Visual Studio 2010 and Visual Studio Team Foundation Server 2010.Visual Studio 2010 offers a complete lifecycle management system that covers modeling, testing, code analysis, collaboration, build and deployment tools.
Professional Application Lifecycle Management with Visual Studio 2012
by Martin Woodward Mickey Gousset Brian KellerThe authoritative and timely guide to ALM from Microsoft insiders and MVPs Focused on the latest release of Visual Studio, this edition shows you how to use the Application Lifecycle Management (ALM) capabilities of Visual Studio 2012 to streamline software design, development, and testing. Divided into six main parts, this timely and authoritative title covers Team Foundation Server, stakeholder engagement, project management, architecture, software development, and testing. Whether serving as a step-by-step guide or a reference for designing software solutions, this book offers a nuts-and-bolts approach to using Microsoft's flagship development tools to solve real-world challenges throughout the application lifecycle. Coverage includes: INTRODUCTION TO APPLICATION LIFECYCLE MANAGEMENT WITH VISUAL STUDIO INTRODUCTION TO TEAM FOUNDATION SERVER TEAM FOUNDATION VERSION CONTROL TEAM FOUNDATION BUILD COMMON TEAM FOUNDATION SERVER INTRODUCTION TO BUILDING STORYBOARDING CAPTURING STAKEHOLDER FEEDBACK AGILE PLANNING AND TRACKING INTRODUCTION TO SOFTWARE ARCHITECTURE TOP-DOWN DESIGN WITH USE CASE ANALYZING APPLICATIONS USING USING LAYER DIAGRAMS TO MODEL INTRODUCTION TO SOFTWARE DEVELOPMENT UNIT TESTING CODE ANALYSIS, CODE METRICS PROFILING AND PERFORMANCE DEBUGGING WITH INTELLITRACE INTRODUCTION TO SOFTWARE TESTING MANUAL TESTING CODED USER INTERFACE TESTING WEB PERFORMANCE AND LOAD TESTING LAB MANAGEMENT Professional Application Lifecycle Management with Visual Studio 2012 offers a thoroughly revised and updated edition of the leading reference book on ALM.
Professional Application Lifecycle Management with Visual Studio 2013
by Martin Woodward Mickey Gousset Brian Keller Brian A. Randell Martin HinshelwoodRamp up your software development with this comprehensive resourceMicrosoft's Application Lifecycle Management (ALM) makes software development easier and now features support for iOS, MacOS, Android, and Java development. If you are an application developer, some of the important factors you undoubtedly consider in selecting development frameworks and tools include agility, seamless collaboration capabilities, flexibility, and ease of use. Microsoft's ALM suite of productivity tools includes new functionality and extensibility that are sure to grab your attention. Professional Application Lifecycle Management with Visual Studio 2013 provides in-depth coverage of these new capabilities. Authors Mickey Gousset, Martin Hinshelwood, Brian A. Randell, Brian Keller, and Martin Woodward are Visual Studio and ALM experts, and their hands-on approach makes adopting new ALM functionality easy.Streamline software design and deployment with Microsoft tools and methodologiesGain a practical overview of ALM with step-by-step guides and reference materialCase studies illustrate specific functionality and provide in-depth instructionUse new capabilities to support iOS, MacOS, Android and Java developmentDiscover this comprehensive solution for modeling, designing, and coordinating enterprise software deploymentsOver 100 pages of new content, forward-compatible with new product releasesProfessional Application Lifecycle Management with Visual Studio 2013 provides a complete framework for using ALM to streamline software design and deployment processes using well-developed Microsoft tools and methodologies. Professional Application Lifecycle Management with Visual Studio 2013 is your guide to make use of newly-available ALM features to take your enterprise software development to the next level.