万本电子书0元读

万本电子书0元读

Her Secret Alibi (Mills & Boon Vintage Intrigue)
Her Secret Alibi (Mills & Boon Vintage Intrigue)
Debra Webb
¥31.10
Could Jolie Randolph be losing her mind? That would explain why the typically focused bank executive had discovered inconsistencies in her usually meticulous work, totally forgotten a business trip and woken up naked in a stranger's bed! Jolie was coming undone and under investigation by the disarmingly handsome Simon Ruhl. But would he bed her or book her? Undercover Colby agent Simon Ruhl had his sights set on Jolie for more than one reason. She was suspected in a money-laundering scheme and she was clearly being set up. Simon was duty bound to protect Jolie from an unknown threat while surreptitiously proving her innocence–all before he went totally insane with desire for her.
Serverless computing in Azure with .NET
Serverless computing in Azure with .NET
Sasha Rosenbaum
¥90.46
Harness the power of the Cloud, leveraging the speed and scale of Azure Serverless computing About This Book ? Take advantage of the agility, scale, and cost-effectiveness of the cloud using Azure Serverless compute ? Build scalable, reliable, and cost-effecient applications with Serverless architecture and .NET ? Learn to use Azure functions to their fullest potential in .NET Who This Book Is For This book is for .NET developers who would like to learn about serverless architecture. Basic C# programming knowledge is assumed. What You Will Learn ? Understand the best practices of Serverless architecture ? Learn how how to deploy a Text Sentiment Evaluation application in an Azure Serverless environment ? Implement security, identity, and access control ? Take advantage of the speed of deployment in the cloud ? Configure application health monitoring, logging, and alerts ? Design your application to ensure cost effectiveness, high availability, and scale In Detail Serverless architecture allows you to build and run applications and services without having to manage the infrastructure. Many companies have started adopting serverless architecture for their applications to save cost and improve scalability. This book will be your companion in designing Serverless architecture for your applications using the .NET runtime, with Microsoft Azure as the cloud service provider. You will begin by understanding the concepts of Serverless architecture, its advantages and disadvantages. You will then set up the Azure environment and build a basic application using a sample text sentiment evaluation function. From here, you will be shown how to run services in a Serverless environment. We will cover the integration with other Azure and 3rd party services such as Azure Service Bus, as well as configuring dependencies on NuGet libraries, among other topics. After this, you will learn about debugging and testing your Azure functions, and then automating deployment from source control. Securing your application and monitoring its health will follow from there, and then in the final part of the book, you will learn how to Design for High Availability, Disaster Recovery and Scale, as well as how to take advantage of the cloud pay-as-you-go model to design cost-effective services. We will finish off with explaining how azure functions scale up against AWS Lambda, Azure Web Jobs, and Azure Batch compare to other types of compute-on-demand services. Whether you’ve been working with Azure for a while, or you’re just getting started, by the end of the book you will have all the information you need to set up and deploy applications to the Azure Serverless Computing environment. Style and approach This step-by-step guide shows you the concepts and features of Serverless architecture in Azure with .NET.
Azure Serverless Computing Cookbook
Azure Serverless Computing Cookbook
Praveen Kumar Sreeram
¥80.65
Over 50 recipes to help you build applications hosted on Serverless architecture using Azure Functions. About This Book ? Enhance Azure Functions with continuous deployment using Visual Studio Team Services ? Learn to deploy and manage cost-effective and highly available serverless applications using Azure Functions ? This recipe-based guide will teach you to build a robust serverless environment Who This Book Is For If you are a Cloud administrator, architect, or developer who wants to build scalable systems and deploy serverless applications with Azure functions, then this book is for you. Prior knowledge and hands-on experience with core services of Microsoft Azure is required. What You Will Learn ? Develop different event-based handlers supported by serverless architecture supported by Microsoft Cloud Platform – Azure ? Integrate Azure Functions with different Azure Services to develop Enterprise-level applications ? Get to know the best practices in organizing and refactoring the code within the Azure functions ? Test, troubleshoot, and monitor the Azure functions to deliver high-quality, reliable, and robust cloud-centric applications ? Automate mundane tasks at various levels right from development to deployment and maintenance ? Learn how to develop statefulserverless applications and also self-healing jobs using DurableFunctions In Detail Microsoft provides a solution to easily run small segment of code in the Cloud with Azure Functions. Azure Functions provides solutions for processing data, integrating systems, and building simple APIs and microservices. The book starts with intermediate-level recipes on serverless computing along with some use cases on benefits and key features of Azure Functions. Then, we’ll deep dive into the core aspects of Azure Functions such as the services it provides, how you can develop and write Azure functions, and how to monitor and troubleshoot them. Moving on, you’ll get practical recipes on integrating DevOps with Azure functions, and providing continuous integration and continous deployment with Visual Studio Team Services. It also provides hands-on steps and tutorials based on real-world serverless use cases, to guide you through configuring and setting up your serverless environments with ease. Finally, you’ll see how to manage Azure functions, providing enterprise-level security and compliance to your serverless code architecture. By the end of this book, you will have all the skills required to work with serverless code architecture, providing continuous delivery to your users. Style and approach This recipe-based guide explains the different features of Azure Function by taking a real-world application related to a specific domain. You will learn how to implement automation and DevOps and discover industry best practices to develop applications hosted on serverless architecture using Azure functions.
AWS Networking Cookbook
AWS Networking Cookbook
Satyajit Das;Jhalak Modi
¥80.65
Over 50 recipes covering all you need to know about AWS networking About This Book ? Master AWS networking concepts with AWS Networking Cookbook. ? Design and implement highly available connectivity and multi-regioned AWS solutions ? A recipe-based guide that will eliminate the complications of AWS networking. ? A guide to automate networking services and features Who This Book Is For This book targets administrators, network engineers, and solution architects who are looking at optimizing their cloud platform's connectivity. Some basic understanding of AWS would be beneficial. What You Will Learn ? Create basic network in AWS ? Create production grade network in AWS ? Create global scale network in AWS ? Security and Compliance with AWS Network ? Troubleshooting, best practices and limitations of AWS network ? Pricing model of AWS network components ? Route 53 and Cloudfront concepts and routing policies ? VPC Automation using Ansible and CloudFormation In Detail This book starts with practical recipes on the fundamentals of cloud networking and gradually moves on to configuring networks and implementing infrastructure automation. This book then supplies in-depth recipes on networking components like Network Interface, Internet Gateways, DNS, Elastic IP addresses, and VPN CloudHub. Later, this book also delves into designing, implementing, and optimizing static and dynamic routing architectures, multi-region solutions, and highly available connectivity for your enterprise. Finally, this book will teach you to troubleshoot your VPC's network, increasing your VPC's efficiency. By the end of this book, you will have advanced knowledge of AWS networking concepts and technologies and will have mastered implementing infrastructure automation and optimizing your VPC. Style and approach A set of exciting recipes on using AWS Networking services more effectively.
Continuous Delivery with Docker and Jenkins
Continuous Delivery with Docker and Jenkins
Rafał Leszko
¥80.65
Unleash the combination of Docker and Jenkins in order to enhance the DevOps workflow About This Book ? Build reliable and secure applications using Docker containers. ? Create a complete Continuous Delivery pipeline using Docker, Jenkins, and Ansible. ? Deliver your applications directly on the Docker Swarm cluster. ? Create more complex solutions using multi-containers and database migrations. Who This Book Is For This book is indented to provide a full overview of deep learning. From the beginner in deep learning and artificial intelligence to the data scientist who wants to become familiar with Theano and its supporting libraries, or have an extended understanding of deep neural nets. Some basic skills in Python programming and computer science will help, as well as skills in elementary algebra and calculus. What You Will Learn ? Get to grips with docker fundamentals and how to dockerize an application for the Continuous Delivery process ? Configure Jenkins and scale it using Docker-based agents ? Understand the principles and the technical aspects of a successful Continuous Delivery pipeline ? Create a complete Continuous Delivery process using modern tools: Docker, Jenkins, and Ansible ? Write acceptance tests using Cucumber and run them in the Docker ecosystem using Jenkins ? Create multi-container applications using Docker Compose ? Managing database changes inside the Continuous Delivery process and understand effective frameworks such as Cucumber and Flyweight ? Build clustering applications with Jenkins using Docker Swarm ? Publish a built Docker image to a Docker Registry and deploy cycles of Jenkins pipelines using community best practices In Detail The combination of Docker and Jenkins improves your Continuous Delivery pipeline using fewer resources. It also helps you scale up your builds, automate tasks and speed up Jenkins performance with the benefits of Docker containerization. This book will explain the advantages of combining Jenkins and Docker to improve the continuous integration and delivery process of app development. It will start with setting up a Docker server and configuring Jenkins on it. It will then provide steps to build applications on Docker files and integrate them with Jenkins using continuous delivery processes such as continuous integration, automated acceptance testing, and configuration management. Moving on you will learn how to ensure quick application deployment with Docker containers along with scaling Jenkins using Docker Swarm. Next, you will get to know how to deploy applications using Docker images and testing them with Jenkins. By the end of the book, you will be enhancing the DevOps workflow by integrating the functionalities of Docker and Jenkins. Style and approach The book is aimed at DevOps Engineers, developers and IT Operations who want to enhance the DevOps culture using Docker and Jenkins.
Exploring Experience Design
Exploring Experience Design
Ezra Schwartz
¥71.93
Learn how to unify Customer Experience, User Experience and more to shape lasting customer engagement in a world of rapid change. About This Book ? An introductory guide to Experience Design that will help you break into XD as a career by gaining A strong foundational knowledge ? Get acquainted with the various phases of a typical Experience Design workflow ? Work through the key process and techniques in XD, supported by most of the common use cases Who This Book Is For This book is for designers who wish to enter the field of UX Design, especially Programmers, Content Strategists, and Organizations keen to understand the core concepts of UX Design. What You Will Learn ? Understand why Experience Design (XD) is at the forefront of business priorities, as organizations race to innovate products and services in order to compete for customers in a global economy driven by technology and change ? Get motivated by the numerous professional opportunities that XD opens up for practitioners in wide-ranging domains, and by the stories of real XD practitioners ? Understand what experience is, how experiences are designed, and why they are effective ? Gain knowledge of user-centered design principles, methodologies, and best practices that will improve your product (digital or physical) ? Get to know your X’s and D’s—understand the differences between XD and UX, CX, IxD, IA, SD, VD, PD, and other design practices In Detail We live in an experience economy in which interaction with products is valued more than owning them. Products are expected to engage and delight in order to form the emotional bonds that forge long-term customer loyalty: Products need to anticipate our needs and perform tasks for us: refrigerators order food, homes monitor energy, and cars drive autonomously; they track our vitals, sleep, location, finances, interactions, and content use; recognize our biometric signatures, chat with us, understand and motivate us. Beautiful and easy to use, products have to be fully customizable to match our personal preferences. Accomplishing these feats is easier said than done, but a solution has emerged in the form of Experience design (XD), the unifying approach to fusing business, technology and design around a user-centered philosophy. This book explores key dimensions of XD: Close collaboration among interdisciplinary teams, rapid iteration and ongoing user validation. We cover the processes, methodologies, tools, techniques and best-practices practitioners use throughout the entire product development life-cycle, as ideas are transformed to into positive experiences which lead to perpetual customer engagement and brand loyalty. Style and approach An easy-to-understand guide, filled with real-world use cases on process, design, and techniques, helping you build a strong foundation in Experience Design.
JBoss: Developer's Guide
JBoss: Developer's Guide
Elvadas Nono Woguia
¥80.65
Build your own enterprise applications and integration flows with JBoss and its products About This Book ? Build fast, smart, and flexible applications using JBoss ? Couple one or more JBoss products to effectively solve various business problems ? Explore the JBoss product ecosystem for improving the performance of your projects Who This Book Is For If you are a Java developer who wants to have a complete view of the JBoss ecosystem or quickly explore a specific JBoss Product, then this is the book you want. Integrators and consultants, familiar with JBoss, who want integrate several JBoss products within their ongoing project will also find this book useful. What You Will Learn ? Create new applications or integrate existing systems with JBoss products ? Setup and manage a JBoss domain ? Setup and manage a JBoss Fuse cluster with Fabric and Apache Karaf ? Create and deploy OSGi applications on JBoss Fuse containers ? Manage enterprise data with JBoss Datagrid ? Aggregate various data sources with JBoss Data virtualization to offer data as a service ? Optimize your business and workflows with both JBoss Business RulesManagement System and JBoss Business Process Management platforms. In Detail Have you often wondered what is the best JBoss product to solve a specific problem? Do you want to get started with a specific JBoss product and know how to integrate different JBoss products in your IT Systems? Then this is the book for you. Through hands-on examples from the business world, this guide presents details on the major products and how you can build your own Enterprise services around the JBoss ecosystem. Starting with an introduction to the JBoss ecosystem, you will gradually move on to developing and deploying clustered application on JBoss Application Server, and setting up high availability using undertow or HA proxy loadbalancers. As you are moving to a micro service archicture, you will be taught how to package existing Java EE applications as micro service using Swarm or create your new micro services from scratch by coupling most popular Java EE frameworks like JPA, CDI with Undertow handlers. Next, you will install and configure JBoss Data grid in development and production environments, develop cache based applications and aggregate various data source in JBoss data virtualization. You will learn to build, deploy, and monitor integration scenarios using JBoss Fuse and run both producers/consumers applications relying on JBoss AMQ. Finally, you will learn to develop and run business workflows and make better decisions in your applications using Drools and Jboss BPM Suite Platform. Style and Approach The book works through the major JBoss products, with examples and instructions to help you understand each product and how they work together.
Beginning C# Hands-On - The Core Language
Beginning C# Hands-On - The Core Language
Tom Owsiak
¥71.93
A C# beginners guide to the core parts of the C# language! About This Book ? Learn C#, Visual Studio, and Object Oriented Programming ? See practical examples of all the core C# language features so that you can easily master them yourself ? Use the C# programming language to work with code and data, which can be applied to other programming languages as well ? Complete a variety of programming assignments for hands-on practice, as you move through the course Who This Book Is For This book will appeal to anyone who is interested in learning how to program in C#. Previous programming experience will help you get through the initial sections with ease, although, it’s not mandatory to possess any experience at all. What You Will Learn ? Learn C#, Visual Studio, and object-oriented programming ? Learn all the core C# language syntax with hands-on working examples ? Learn everything from basic variable assignments to complex multidimensional arrays ? Go through practical examples of all the core C# language features so that you can easily master them yourself ? Use the C# programming language to work with code and data, which can be applied to other programming languages as well In Detail Beginning C# Hands-On - The Core Language teaches you core C# language and syntax in a working Visual Studio environment. This book covers everything from core language through to more advanced features such as object-oriented programming techniques. This book is for C# beginners who need a practical reference to core C# language features. You'll also gain a view of C# through web programming with web forms, so you'll learn HTML, basic CSS, and how to use a variety of controls, such as buttons and drop-down lists. You'll start with the fundamentals of C# and Visual Studio, including defining variables, interacting with users, and understanding data types, data conversions, and constants. You'll move on to checking conditions using if/else blocks, and see how to use loops to do things such as repeat blocks of code. After covering various operators to evaluate and assign control structures, you'll see how to use arrays to store collections of data. By the time you’ve finished the book, you’ll know how to program the vital elements of the core C# language. These are the building blocks that you can then combine to build complex C# programs. Style and approach A comprehensive book that blends theory with just the right amount of practical code implementations, to help you get up and running with the C# programming language. You’ll also get to work with other tools and technologies that complement C# programming. Each core part of the C# language is coded as you learn, and code output is tested every time to verify the syntax is working as expected, so it’s easy for you to learn directly from the working code examples.
Expert Angular
Expert Angular
Mathieu Nayrolles; Rajesh Gunasundaram; Sridhar Rao
¥90.46
Learn everything you need to build highly scalable, robust web applications using Angular release 4 About This Book ? Apply best practices and design patterns to achieve higher scalability in your Angular applications ? Understand the latest features of Angular and create your own components ? Get acquainted with powerful, advanced techniques in Angular to build professional web applications Who This Book Is For This book is for JavaScript developers with some prior exposure to Angular, at least through basic examples. We assume that you’ve got working knowledge of HTML, CSS, and JavaScript. What You Will Learn ? Implement asynchronous programming using Angular ? Beautify your application with the UI components built to the material design specification ? Secure your web application from unauthorized users ? Create complex forms, taking full advantage of 2-way data binding ? Test your Angular applications using the Jasmine and Protractor frameworks for better efficiency ? Learn how to integrate Angular with Bootstrap to create compelling web applications ? Use Angular built-in classes to apply animation in your app In Detail Got some experience of Angular under your belt? Want to learn everything about using advanced features for developing websites? This book is everything you need for the deep understanding of Angular that will set you apart from the developer crowd. Angular has introduced a new way to build applications. Creating complex and rich web applications, with a lighter resource footprint, has never been easier or faster. Angular is now at release 4, with significant changes through previous versions. This book has been written and tested for Angular release 4. Angular is a mature technology, and you'll likely have applications built with earlier versions. This book starts by showing you best practices and approaches to migrating your existing Angular applications so that you can be immediately up-to-date. You will take an in-depth look at components and see how to control the user journey in your applications by implementing routing and navigation. You will learn how to work with asynchronous programming by using Observables. To easily build applications that look great, you will learn all about template syntax and how to beautify applications with Material Design. Mastering forms and data binding will further speed up your application development time. Learning about managing services and animations will help you to progressively enhance your applications. Next you’ll use native directives to integrate Bootstrap with Angular. You will see the best ways to test your application with the leading options such as Jasmine and Protractor. At the end of the book, you’ll learn how to apply design patterns in Angular, and see the benefits they will bring to your development. Style and approach This book provides comprehensive coverage of all aspects of development with Angular. You will learn about all the most powerful Angular concepts, with examples and best practices. This book is everything you need for the deep understanding of Angular that will set you apart from the developer crowd.
Gone (Mills & Boon Intrigue) (The Delancey Dynasty, Book 8)
Gone (Mills & Boon Intrigue) (The Delancey Dynasty, Book 8)
Mallory Kane
¥31.10
Gone Marcie Powers sees her missing son everywhere, until she claims to have found him once more and there is something different in her tone. Suddenly her estranged husband, Joseph, finally believes her. Now they must trek through the bayou at the whims of a kidnapper to save their son or risk losing everything all over again…
Hunted (The Profiler, Book 1)
Hunted (The Profiler, Book 1)
Elizabeth Heiter
¥45.03
Terror stalks a small Virginia town FBI rising star and criminal profiler Evelyn Baine knows how to think like a serial killer. But she’s never chased anyone like the Bakersville Burier, who hunts young women and displays them, half-buried, deep in the woods. As the body count climbs, Evelyn’s relentless pursuit of the killer puts her career—and her life—at risk. And the evil lurking in the Burier’s mind may be more than even she can unravel. Terror is closer than she thinks… The Bakersville Burier knows he’s got an FBI profiler on his trail. He knows who she is and where to find her. And he’s biding his time, because he’s planned a special punishment for Evelyn. She may have tracked other killers, but he vows to make this her last chase. This time it’s her turn to be hunted! Praise for Elizabeth Heiter “Gripping from the first page, VANISHED will keep you on the edge of your seat all the way to its searing conclusion…a roller coaster of a thriller.” — Jeffery Deaver, New York Times bestselling author
Out of the Shadows (Mills & Boon Heartwarming)
Out of the Shadows (Mills & Boon Heartwarming)
Melanie Mitchell
¥30.61
Once touched… Marisa Somerville has changed. Now a confident, groomed, successful businesswoman, she’s nothing like the scared wife of an abusive husband that Rafe Peveril survived a plane crash with six years ago. Never forgotten… She has a different name, but he’d know those siren green eyes, and lush lips anywhere. Yet she insists they’ve never met and Rafe wants to know why. She might deny knowing him but she can’t deny how she responds to his touch…
Safe by the Marshal's Side (Mills & Boon Love Inspired Suspense)
Safe by the Marshal's Side (Mills & Boon Love Inspired Suspense)
Shirlee McCoy
¥31.10
HER LIFE IS ON THE LINE For a year, U.S. Marshal Hunter Davis has protected witness Annie Delacorte and her toddler daughter. But now, someone is determined to stop Annie from testifying against the men who killed her husband. To guard Annie, by-the-book Hunter will have to break a promise to himself: to not get emotionally involved. After all, he already cares more deeply than he ever imagined for the sweet family of two . . . a family he’ll do anything to keep safe and sound by his side. Witness Protection: Hiding in plain sight.
Red Rock Cinderella (Fast Fiction)
Red Rock Cinderella (Fast Fiction)
Judy Duarte
¥11.77
Ella Stewart had found a kindred spirit in Clay Baldwin. He listened when she spoke, he was there when she needed him, he respected her—and he was down on his luck, just like she was. Except Clay hadn't exactly told her that he wasn't at all poor and that he was, in fact, a wealthy businessman. But to find true love, wasn't it worth telling one little white lie?
Twilight
Twilight
Sherryl Woods
¥62.59
For former private investigator Dana Miller, there can be no peace of mind until she finds the person who killed her husband. Now a single mother to three boys, Dana wants closure. But it turns out she’ll need to form an alliance with the man she holds responsible for the death. And uncovering answers may mean bringing down the program her husband believed in. Rick Sanchez has no intention of letting Dana destroy all the good he and Ken Miller worked for. As he and Dana try to learn the truth about what happened, he discovers that he and his old friend have something else in common – an undeniable attraction toward this intrepid, high-spirited woman who fights for the people she loves.
Bride for Hire (Mills & Boon Vintage Cherish)
Bride for Hire (Mills & Boon Vintage Cherish)
Jessica Hart
¥31.10
For better and for worse! Seth Carrington needed a girlfriend and Daisy needed a ticket to the Caribbean…it seemed like a fair exchange! But having survived Seth's extremely thorough interviewing technique–which included kissing–Daisy began to have her doubts. Seth was high-handed and completely ruthless…except when he smiled; then he was devastatingly attractive. Smile or no, Daisy had to face facts: her job was strictly temporary; she was being paid to act as a decoy for Seth's secret affair with a glamorous woman. The terms of the agreement were crystal-clear–but there was no clause about love! Jessica Hart has a wonderful talent for "building a stunning love story you won't want to see end." –Romantic Times
Dangerous Discovery (Mills & Boon Vintage Cherish)
Dangerous Discovery (Mills & Boon Vintage Cherish)
Laura Martin
¥31.10
"You're the most infuriating, unpredictable woman I've ever had the misfortune to meet!" And with those devastating words Hunter Deveraux made his opinion of Estelle all too clear. She did her best to stay out of his way after that, even though she thought Hunter was the most exciting man she'd ever met–after all, she did have a baby to consider. Of course, when Estelle started to work for Hunter, avoiding him just wasn't possible. But why–if Estelle found Hunter so attractive–did she have to avoid him at all?
Heading For Trouble! (Mills & Boon Vintage Cherish)
Heading For Trouble! (Mills & Boon Vintage Cherish)
Linda Miles
¥31.10
Man trouble! The second time Morgan met Richard Kavanagh she was supposed to be helping charm the television heartthrob into giving her sister a job. Unfortunately, Morgan suspected that careering into Richard's car wasn't exactly the "good impression" that Elaine had had in mind! Worse, Richard thought it was an elaborate plan to get an autograph. She didn't even like the man! He was rude, opinionated and far too sexy for his own good–and hers! And if he ever remembered the first time they had met, Morgan would really be heading for trouble!
Her Mistletoe Husband (Mills & Boon Vintage Cherish)
Her Mistletoe Husband (Mills & Boon Vintage Cherish)
Renee Roszel
¥31.10
His kisses were irresistible Alex D'Amour was an unexpected–and decidedly unwelcome!–guest in Elissa Crosby's home. Not wanting to spoil the Christmas mood for her two younger sisters and their families, she asked Alex to pretend they were friends. But he got carried away by his part and what her sisters actually saw was Alex–the affectionate lover! Had independent Elissa finally met her match? Only she knew that Alex was not wanting her so much as her beautiful home. But under the spell of the Christmas mistletoe–and Alex's magical kisses–miracles could happen…. ENCHANTED BRIDES– Wanted: three dream husbands for three loving sisters
Kissed By a Stranger (Mills & Boon Vintage Cherish)
Kissed By a Stranger (Mills & Boon Vintage Cherish)
Valerie Parv
¥31.10
Conflicting desires… Sarah Fox has never let a man come between her and her high-profile career as a TV reporter, until a handsome stranger saves her life…and shows her other, more rewarding ways of spending her time! Since a tragic brush with the pres, Luke Ansfield has had no desire to be back in the limelight. Sadly, his desire to be with Sarah keeps thrusting him into it. Luke could encourage her to change careers, but can he live with himself if he stands in the way of Sarah's future? Maybe he should convince her to leave him–but can he live without her?
Mastering Visual Studio 2017
Mastering Visual Studio 2017
Kunal Chowdhury
¥90.46
A guide to mastering Visual Studio 2017 About This Book ? Focus on coding with the new, improved, and powerful tools of VS 2017 ? Master improved debugging and unit testing support capabilities ? Accelerate cloud development with the built-in Azure tools Who This Book Is For .NET Developers who would like to master the new features of VS 2017, and would like to delve into newer areas such as cloud computing, would benefit from this book. Basic knowledge of previous versions of Visual Studio is assumed. What You Will Learn ? Learn what's new in the Visual Studio 2017 IDE, C# 7.0, and how it will help developers to improve their productivity ? Learn the workloads and components of the new installation wizard and how to use the online and offline installer ? Build stunning Windows apps using Windows Presentation Foundation (WPF) and Universal Windows Platform (UWP) tools ? Get familiar with .NET Core and learn how to build apps targeting this new framework ? Explore everything about NuGet packages ? Debug and test your applications using Visual Studio 2017 ? Accelerate cloud development with Microsoft Azure ? Integrate Visual Studio with most popular source control repositories, such as TFS and GitHub In Detail Visual Studio 2017 is the all-new IDE released by Microsoft for developers, targeting Microsoft and other platforms to build stunning Windows and web apps. Learning how to effectively use this technology can enhance your productivity while simplifying your most common tasks, allowing you more time to focus on your project. With this book, you will learn not only what VS2017 offers, but also what it takes to put it to work for your projects. Visual Studio 2017 is packed with improvements that increase productivity, and this book will get you started with the new features introduced in Visual Studio 2017 IDE and C# 7.0. Next, you will learn to use XAML tools to build classic WPF apps, and UWP tools to build apps targeting Windows 10. Later, you will learn about .NET Core and then explore NuGet, the package manager for the Microsoft development platform. Then, you will familiarize yourself with the debugging and live unit testing techniques that comes with the IDE. Finally, you'll adapt Microsoft's implementation of cloud computing with Azure, and the Visual Studio integration with Source Control repositories. Style and approach This comprehensive guide covers the advanced features of Visual Studio 2017, and communicates them through a practical approach to explore the underlying concepts of how, when, and why to use it.