Автор: Akinshin Andrey Название: Pro .Net Benchmarking: The Art of Performance Measurement ISBN: 1484249402 ISBN-13(EAN): 9781484249406 Издательство: Springer Рейтинг: Цена: 9083.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Use this in-depth guide to correctly design benchmarks, measure key performance metrics of .NET applications, and analyze results. This book presents dozens of case studies to help you understand complicated benchmarking topics. You will avoid common pitfalls, control the accuracy of your measurements, and improve performance of your software.
Author Andrey Akinshin has maintained BenchmarkDotNet (the most popular .NET library for benchmarking) for five years and covers common mistakes that developers usually make in their benchmarks. This book includes not only .NET-specific content but also essential knowledge about performance measurements which can be applied to any language or platform (common benchmarking methodology, statistics, and low-level features of modern hardware).
What You'll Learn
Be aware of the best practices for writing benchmarks and performance testsAvoid the common benchmarking pitfallsKnow the hardware and software factors that affect application performanceAnalyze performance measurements
Who This Book Is For
.NET developers concerned with the performance of their applications
Автор: Freeman Adam Название: Pro ASP.NET MVC 5 Platform ISBN: 1430265418 ISBN-13(EAN): 9781430265412 Издательство: Springer Рейтинг: Цена: 6986.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Roger Villela Название: Pro .NET Framework with the Base Class Library ISBN: 1484241908 ISBN-13(EAN): 9781484241905 Издательство: Springer Рейтинг: Цена: 4611.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Learn about the fundamentals and inner workings of the Common Type System (CTS) and the Virtual Execution System (VES) of the Common Language Runtime (CLR) and how they relate to the Base Class Library (BCL) from the perspective of the execution environment.
The author first gives an introduction to the .NET Framework and describes the architectural and engineering resources required when implementing the .NET Framework on any platform. Next, you will learn about the BCL and understand how to work with system structures including the fundamental built-in types system.array and system.string. You will then learn about the VES along with its methods and functionality. Further, you will go through the Common Intermediate Language (CIL), Assembly Manifest, and versioning. You will also learn how to design and implement libraries in detail by creating a .NET class library.
After reading this book, you will understand .NET Framework features, as well as details about the core functionalities of the VES and elements of the CTS.
What You Will Learn
Discover details of the Common Type System (CTS)Work with the Virtual Execution System (VES)See the importance of correct use of fundamental built-in managed typesCarry out good programming practice in a managed environment Implement a .NET class library
Who Is This Book For
Developers who are working with the .NET Framework on Windows.
Автор: Andy Syrewicze; Richard Siddaway Название: Pro Microsoft Hyper-V 2019 ISBN: 1484241150 ISBN-13(EAN): 9781484241158 Издательство: Springer Рейтинг: Цена: 10480.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Successfully create and manage your Hyper-V environment without any of the marketing fluff. This book's lab-driven, hands-on approach will get you up and running as quickly and efficiently as possible. Virtualization is the cornerstone of today's data center. As a modern-day IT pro, you are required to manage environments that are in a regular state of flux and increasing in both size and complexity. To keep up, you need practical information in a format that is succinct, yet comprehensive and highly applicable.
Pro Hyper-V 2019 breaks down critical and time-saving topics into a series of easy-to-digest chapters, showing you how to perform Hyper-V management tasks using both GUI and PowerShell-based tools. Building on your existing knowledge of Windows Server management, Active Directory, networking, and storage, experts and Microsoft MVPs Syrewicze and Siddaway begin with a foundation of why computing workloads are virtualized. This is followed by chapters covering the range of management tasks associated with virtualized environments, including: managing hosts and guest machines; networking, storage, and high availability (host and guest); disaster recovery and virtual machine migration; and monitoring.
What You'll Learn
Apply practical information to administer your Hyper-V environments
Understand multiple administration styles (GUI, command line, and automation)
Written by IT pros for IT pros - just the information you really need without the padding
Administer and use containers
Utilize hands-on labs to learn about storage, networking, and high availability
Who This Book Is For
IT administrators tasked with implementing Hyper-V environments or migrating from VMware. IT pros joining a team that is responsible for managing Hyper-V and "lone administrators" covering the gamut in smaller organizations will also find this book indispensable.
Описание: Understand .NET memory management internal workings, pitfalls, and techniques in order to effectively avoid a wide range of performance and scalability problems in your software. Despite automatic memory management in .NET, there are many advantages to be found in understanding how .NET memory works and how you can best write software that interacts with it efficiently and effectively. Pro .NET Memory Management is your comprehensive guide to writing better software by understanding and working with memory management in .NET. Thoroughly vetted by the .NET Team at Microsoft, this book contains 25 valuable troubleshooting scenarios designed to help diagnose challenging memory problems. Readers will also benefit from a multitude of .NET memory management "rules" to live by that introduce methods for writing memory-aware code and the means for avoiding common, destructive pitfalls. What You'll Learn
Understand the theoretical underpinnings of automatic memory management
Take a deep dive into every aspect of .NET memory management, including detailed coverage of garbage collection (GC) implementation, that would otherwise take years of experience to acquire
Get practical advice on how this knowledge can be applied in real-world software development
Use practical knowledge of tools related to .NET memory management to diagnose various memory-related issues
Explore various aspects of advanced memory management, including use of Span and Memory types
Who This Book Is For .NET developers, solution architects, and performance engineers
Автор: Freeman Adam Название: Pro Entity Framework Core 2 for ASP.NET Core MVC ISBN: 1484234340 ISBN-13(EAN): 9781484234341 Издательство: Springer Рейтинг: Цена: 11878.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Model, map, and access data effectively with Entity Framework Core 2, the latest evolution of Microsoft's object-relational mapping framework that allows developers to access data using .NET objects, and the most common data access layer used in ASP.NET Core MVC 2 projects. Best-selling author Adam Freeman explains how to get the most from Entity Framework Core 2 in MVC projects. He begins by describing the different ways that Entity Framework Core 2 can model data and the different types of databases that can be used. He then shows you how to use Entity Framework Core 2 in your own MVC projects, starting from the nuts-and-bolts and building up to the most advanced and sophisticated features, going in-depth to give you the knowledge you need. What you'll learn:
Gain a solid architectural understanding of Entity Framework Core 2
Learn how to create databases using your MVC data model
Learn how to create MVC models using an existing database
Learn how to use Entity Framework Core 2 to access data in an MVC application
Learn how to use Entity Framework in RESTful Web Services
Each topic is covered clearly and concisely and is packed with the details you need to learn to be truly effective. The most important features are given a no-nonsense in-depth treatment and chapters include common problems and details of how to avoid them. Who this book is for: This book is for ASP.NET Core MVC 2 developers who want to use Entity Framework Core 2 as the data access layer in their projects.
Автор: Joachim Rossberg; Rickard Redler Название: Pro Scalable .NET 2.0 Application Designs ISBN: 1430211601 ISBN-13(EAN): 9781430211600 Издательство: Springer Рейтинг: Цена: 7126.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: * Uses the very latest version of Web Services Enhancements (WSE 3.0) when most competing titles still use the previous version (WSE 2.0 or WSE 1.0) and includes detailed consideration of the new Windows Server System and advises how to select the correct setup for your project.5
Автор: Stephen R.G. Fraser Название: Pro Visual C++/CLI and the .NET 2.0 Platform ISBN: 1484220889 ISBN-13(EAN): 9781484220887 Издательство: Springer Рейтинг: Цена: 10030.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Based on newest version of Visual Studio .NET (2005) and .NET Framework version 2.0All topic areas include specific code examplesBridges the gap between classic C++ and Visual C++ .NETUpdate of a highly successful first edition
Автор: Lakshmiraghavan Badrinarayanan Название: Pro ASP.NET Web API Security: Securing ASP.MET Web API ISBN: 1430257822 ISBN-13(EAN): 9781430257820 Издательство: Springer Рейтинг: Цена: 6986.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: ASP.NET Web API is a key part of ASP.NET MVC 4 and the platform of choice for building RESTful services that can be accessed by a wide range of devices. Everything from JavaScript libraries to RIA plugins, RFID readers to smart phones can consume your services using platform-agnostic HTTP.
With such wide accessibility, securing your code effectively needs to be a top priority. You will quickly find that the WCF security protocols you re familiar with from .NET are less suitable than they once were in this new environment, proving themselves cumbersome and limited in terms of the standards they can work with.
Fortunately, ASP.NET Web API provides a simple, robust security solution of its own that fits neatly within the ASP.NET MVC programming model and secures your code without the need for SOAP, meaning that there is no limit to the range of devices that it can work with if it can understand HTTP, then it can be secured by Web API. These SOAP-less security techniques are the focus of this book."
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru