Kirjojen hintavertailu. Mukana 11 627 220 kirjaa ja 12 kauppaa.

Kirjahaku

Etsi kirjoja tekijän nimen, kirjan nimen tai ISBN:n perusteella.

5 kirjaa tekijältä Andrew Lock

Summit 8000

Summit 8000

Andrew Lock

Melbourne University Press
2016
nidottu
A thrilling memoir of the spectacular high-altitude mountaineering achievements of Andrew Lock: the only Australian to have summited all fourteen 8000-metre peaks in the world, including Mount Everest—twice. Here Andrew Lock gives us a gripping account of his death-defying ascents and explains his passion for climbing in small teams, or solo, without Sherpas or bottled oxygen. Andrew's story is one of extraordinary passion, self-motivation, perseverance and resilience, as he leads us through his sixteen-year odyssey to achieve the Grand Slam of Himalayan mountaineering. We are taken through the victories, the near-misses and the great tragedies. The intense human drama of the expeditions infuses the book—sometimes funny, sometimes fierce and always fascinating stories about survival, climbing rivalries and mountaineering politics. The remote and stunning landscapes and cultures that Andrew encounters on his journeys add rich texture to his tale, culminating in his 2014 trip to Everest, where he was witness to the deadliest avalanche in the peak's history.Ultimately, we learn ""why does he do it""? Why does anyone take on such a challenge, knowing how easily they might be killed? Andrew's story is both candid and inspiring.
ASP.NET Core in Action

ASP.NET Core in Action

Andrew Lock

Manning Publications
2018
nidottu
Description ASP.NET Core is a re-imagining of the .NET Framework that frees developers from Visual Studio and Windows. ASP.NET Core in Action is for C# developers without any web development experience who want to get started and productive using ASP.NET Core to build web applications. Key features · Hands-on lessons · Step-by-step guide · Real-world examples Audience Readers should have experience with C#. No web development experience needed. About the technology ASP.NET Core was motivated by the desire to create a web framework with four main goals: 1. To be run and developed cross-platform 2. To have a modular architecture for easier maintenance 3. To be developed completely as open-source software. 4. To be applicable to current trends in web development, such as client-side applications and deploying to cloud environments.
ASP.NET Core in Action

ASP.NET Core in Action

Andrew Lock

Manning Publications
2021
nidottu
Fully updated to ASP.NET 5.0, ASP.NET Core in Action, Second Edition is a hands-on primer to building cross-platform web applications with your C# and .NET skills. Even if you’ve never worked with ASP.NET you’ll start creating productive cross-platform web apps fast. And don’t worry about late-breaking changes to ASP.NET Core. With this Manning Early Access Program edition you’ll get updates right up until it ships to the printer, so you’re always working with the latest version of the technology. about the technologyASP.NET Core is a highly flexible, high performance cross platform web framework that’s entirely free and open source. ASP.NET Core developers enjoy choice without compromise, benefiting from both a mature, well-supported stack and the freedom to develop and deploy from and onto any cloud or on-prem platform. Now in version 5.0, the latest version of ASP.NET Core includes powerful new additions for building server-side apps and background services. about the book ASP.NET Core in Action, Second Edition opens up the world of cross-platform web development with ASP.NET Core. You’ll start with a crash course in .NET Core, immediately cutting the cord between ASP.NET and Windows. Then, you’ll begin to build amazing web applications step by step, systematically adding essential features like logins, configuration, dependency injection, and custom components. Along the way, you’ll mix in important process steps like testing, multiplatform deployment, and security. Fully updated to version 5.0, this new edition fully covers new features such as server-side apps with Razor Pages, and the new ASP.NET Core hosting paradigm. what's inside Covers ASP.NET Core 5.0Dynamic page generation with the Razor templating engineServer-side apps with Razor PagesAuthentication and authorizationUnit tests and integration tests for ASP.NET Core appsCreate a Web API for serving JSON to client-side applicationsDeveloping ASP.NET Core apps for non-Windows servers about the readerReaders need intermediate experience with C# or a similar language. about the author Andrew Lock is a Microsoft MVP who has been working with ASP.NET Core since before the first release. He has a PhD in digital image processing, and has been developing professionally using .NET for the last 10 years.
ASP.NET Core in Action, Third Edition

ASP.NET Core in Action, Third Edition

Andrew Lock

Manning Publications
2023
sidottu
Build professional-grade full-stack web applications using C# and ASP.NET Core. ASP.NET Core in Action, 3rd edition by Microsoft MVP Andrew Lock, is a fully updated edition, ideal for intermediate C# developers, and teaches you how to use your C# and .NET skills to build amazing cross-platform web applications. This revised bestseller reveals the latest .NET patterns, including minimal APIs and minimal hosting. Even if you have never worked with ASP.NET, you will soon start creating productive cross-platform web apps. Features include: Build minimal APIs for serving JSON to client-side applicationsCreate dynamic, server-side rendered applications using Razor PagesUser authentication and authorisationStore data using Entity Framework CoreUnit and integration tests for ASP.NET Core applicationsWrite custom middleware and components About the technology Developers love ASP.NET Core for its libraries and pre-built components that maximize productivity. This awesome web framework empowers you to build web applications using HTTP APIs, server-side rendered HTML, and long-running server processes - all by using the same familiar structure and components. Version 7.0 takes full advantage of new C# features, easy-to-build minimal APIs, and big performance upgrades.