Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Software Architecture by Example: Using C# and .NET, Michaels Paul


Варианты приобретения
Цена: 8384.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Michaels Paul
Название:  Software Architecture by Example: Using C# and .NET
ISBN: 9781484279892
Издательство: Springer
Классификация:
ISBN-10: 1484279891
Обложка/Формат: Paperback
Страницы: 232
Вес: 0.41 кг.
Дата издания: 13.05.2022
Язык: English
Издание: 1st ed.
Иллюстрации: 59 illustrations, black and white; xxii, 207 p. 59 illus.
Размер: 254 x 178 x 12
Читательская аудитория: Professional & vocational
Подзаголовок: Using c# and .net
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Design system solutions using modern architectural patterns and practices. This book discusses methods to keep a system responsive, even when it is being constantly updated, extending a systems functionality without changing the core code, methods of maintaining data history, and designing a distributed transactional system. This book will guide you in understanding how a software solution is designed using different architectural processes and scenarios. Each scenario explains if and why a software solution is required to resolve a given issue, and discusses possible architectural approaches to solve the problem. You will learn specific implementations of software architecture for each case along with different approaches to achieve the solutions. Each chapter is structured as a real-world requirement from a client and describes a process to meet that requirement. After reading this book, you should have a high-level understanding of the architectural patterns used in the book, and you should have a methodology for approaching system design. What You Will Learn * Understand design principles and considerations for various stages of software development * Translate patterns into code samples * Create a blueprint for approaching system design * Understand architectural patterns: CQRS, event sourcing, distributed systems, distributed transactions, and plug-in architecture Who This Book Is For Developers who wish to move into architecture, and junior software architects also will find the book useful
Дополнительное описание: Chapter 1: The Ticket Sales Problem.- Chapter 2: The Cash Desk Problem .- Chapter 3: The Travel Agent Problem.- Chapter 4: The Social Media Problem.- Chapter 5: The Admin Application Problem.- Chapter 6: The Travel Rep Problem.



Modern Algorithms for Image Processing

Автор: Vladimir Kovalevsky
Название: Modern Algorithms for Image Processing
ISBN: 148424236X ISBN-13(EAN): 9781484242360
Издательство: Springer
Рейтинг:
Цена: 4611.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Utilize modern methods for digital image processing and take advantage of the many time-saving templates provided for all of the projects in this book.Modern Algorithms for Image Processing approaches the topic of image processing through teaching by example. Throughout the book, you will create projects that resolve typical problems that you might encounter in the world of digital image processing. Some projects teach you methods for addressing the quality of images, such as reducing random errors or noise and suppressing pulse noise (salt and pepper), a method valuable for improving the quality of historical images. Other methods detail how to correct inhomogeneous illumination, not by means of subtracting the mean illumination, but through division, a far more efficient method. Additional projects cover contrasting, and a process for edge detection, more efficient than Canny's, for detecting edges in color images directly, without converting them into black and white images.What You'll LearnApply innovative methods for suppressing pulse noise, enhancing contrast, and edge detectionKnow the pros and cons of enlisting a particular methodUse new approaches for image compression and recognizing circles in photosUtilize a valuable method for straightening photos of paintings taken at an oblique angle, a critical concept to understand when using flash at a right angleUnderstand the problem statement of polygonal approximation of boundaries or edges and its solutionUse a new method for detecting bicycles in trafficAccess complete source code examples in C# for all of the projects

Who This Book Is For
C# developers who work with digital image processing or are interested in informatics. The reader should have programming experience and access to an integrated development environment (IDE), ideally .NET.This book does not prove or disprove theorems, but suggests methods for learning valuable concepts that will enable you to customize your own image processing projects.
Azure Serverless Computing Cookbook - Third Edition: Build and monitor Azure applications hosted on serverless architecture using Azure functions

Автор: Sreeram Praveen Kumar
Название: Azure Serverless Computing Cookbook - Third Edition: Build and monitor Azure applications hosted on serverless architecture using Azure functions
ISBN: 1800206607 ISBN-13(EAN): 9781800206601
Издательство: Неизвестно
Рейтинг:
Цена: 10114.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: With the pace at which the cloud technology is progressing, developers can find it difficult to understand the different technical methods available to solve a business problem. This book will help you to understand how to develop native serverless applications in the native way and integrate them with other related services.

.NET DevOps for Azure

Автор: Jeffrey Palermo
Название: .NET DevOps for Azure
ISBN: 1484253426 ISBN-13(EAN): 9781484253427
Издательство: Springer
Рейтинг:
Цена: 8384.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Use this book as your one-stop shop for architecting a world-class DevOps environment with Microsoft technologies..NET DevOps for Azure is a synthesis of practices, tools, and process that, together, can equip a software organization to move fast and deliver the highest quality software. The book begins by discussing the most common challenges faced by developers in DevOps today and offers options and proven solutions on how to implement DevOps for your team.Daily, millions of developers use .NET to build and operate mission-critical software systems for organizations around the world. While the marketplace has scores of information about the technology, it is completely up to you to put together all the blocks in the right way for your environment.

This book provides you with a model to build on. The relevant principles are covered first along with how to implement that part of the environment. And while variances in tools, language, or requirements will change the needed implementation, the DevOps model is the architecture for the working environment for your team. You can modify parts of the model to customize it to your enterprise, but the architecture will enable all of your teams and applications to accelerate in performance.
What You Will LearnGet your .NET applications into a DevOps environment in AzureAnalyze and address the part of your DevOps process that causes delays or bottlenecksTrack code using Azure Repos and conduct acceptance testsApply the rules for segmenting applications into Git repositoriesUnderstand the different types of builds and when to use eachKnow how to think about code validation in your DevOps environmentProvision and configure environments; deploy release candidates across the environments in AzureMonitor and support software that has been deployed to a production environmentWho This Book Is For.NET Developers who are using or want to use DevOps in Azure but don’t know where to begin
Practical api architecture and development with azure and aws

Автор: Vijayakumar, Thurupathan
Название: Practical api architecture and development with azure and aws
ISBN: 1484235541 ISBN-13(EAN): 9781484235546
Издательство: Springer
Рейтинг:
Цена: 7685.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Learn the business and technical importance of API design and architecture using the available cloud services from Azure and AWS.

This book starts off with an introduction to APIs and the concept of API Economy from a business and organizational perspective. You'll decide on a sustainable API strategy and API architecture based on different case scenarios.
You'll then look at actual examples on API development guidelines, providing a practical view and approach towards the API development and aligning teams in API development. This book walks you through the API gateway services available in Azure and AWS and reviews different approaches to API Security. This will prepare you for understanding the trade-off between security and the frictionless API experience.
What You'll Learn
Implement API Gateways to streamline API DevelopmentExamine Security Mapping with API gateways from Azure and AWSApply API implementation using Serverless architectureReview evolving APIs for monitoring and changing business requirementsUse code samples in API security implementations
Who This Book Is For
Developers and architects with .NET and web development experience who want to learn about API design.
Machine learning with microsoft technologies

Автор: Etaati, Leila
Название: Machine learning with microsoft technologies
ISBN: 1484236572 ISBN-13(EAN): 9781484236574
Издательство: Springer
Рейтинг:
Цена: 8384.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Know how to do machine learning with Microsoft technologies. This book teaches you to do predictive, descriptive, and prescriptive analyses with Microsoft Power BI, Azure Data Lake, SQL Server, Stream Analytics, Azure Databricks, HD Insight, and more.The ability to analyze massive amounts of real-time data and predict future behavior of an organization is critical to its long-term success. Data science, and more specifically machine learning (ML), is today’s game changer and should be a key building block in every company’s strategy. Managing a machine learning process from business understanding, data acquisition and cleaning, modeling, and deployment in each tool is a valuable skill set. Machine Learning with Microsoft Technologies is a demo-driven book that explains how to do machine learning with Microsoft technologies. You will gain valuable insight into designing the best architecture for development, sharing, and deploying a machine learning solution. This book simplifies the process of choosing the right architecture and tools for doing machine learning based on your specific infrastructure needs and requirements. Detailed content is provided on the main algorithms for supervised and unsupervised machine learning and examples show ML practices using both R and Python languages, the main languages inside Microsoft technologies. What You'll Learn Choose the right Microsoft product for your machine learning solutionCreate and manage Microsoft’s tool environments for development, testing, and production of a machine learning projectImplement and deploy supervised and unsupervised learning in Microsoft products Set up Microsoft Power BI, Azure Data Lake, SQL Server, Stream Analytics, Azure Databricks, and HD Insight to perform machine learning Set up a data science virtual machine and test-drive installed tools, such as Azure ML Workbench, Azure ML Server Developer, Anaconda Python, Jupyter Notebook, Power BI Desktop, Cognitive Services, machine learning and data analytics tools, and more Architect a machine learning solution factoring in all aspects of self service, enterprise, deployment, and sharing

Who This Book Is For
Data scientists, data analysts, developers, architects, and managers who want to leverage machine learning in their products, organization, and services, and make educated, cost-saving decisions about their ML architecture and tool set.
Azure Internet of Things Revealed

Автор: Robert Stackowiak
Название: Azure Internet of Things Revealed
ISBN: 1484254694 ISBN-13(EAN): 9781484254691
Издательство: Springer
Рейтинг:
Цена: 7685.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Design, build, and justify an optimal Microsoft IoT footprint to meet your project needs. This book describes common Internet of Things components and architecture and then focuses on Microsoft’s Azure components relevant in deploying these solutions.

Microsoft-specific topics addressed include: deploying edge devices and pushing intelligence to the edge; connecting IoT devices to Azure and landing data there, applying Azure Machine Learning, analytics, and Cognitive Services; roles for Microsoft solution accelerators and managed solutions; and integration of the Azure footprint with legacy infrastructure.
The book concludes with a discussion of best practices in defining and developing solutions and creating a plan for success.
What You Will Learn
Design the right IoT architecture to deliver solutions for a variety of project needsConnect IoT devices to Azure for data collection and delivery of servicesUse Azure Machine Learning and Cognitive Services to deliver intelligence in cloud-based solutions and at the edgeUnderstand the benefits and tradeoffs of Microsoft's solution accelerators and managed solutionsInvestigate new use cases that are described and apply best practices in deployment strategiesIntegrate cutting-edge Azure deployments with existing legacy data sources
Who This Book Is For
Developers and architects new to IoT projects or new to Microsoft Azure IoT components as well as readers interested in best practices used in architecting IoT solutions that utilize the Azure platform
Azure Kubernetes Services with Microservices: Understanding Its Patterns and Architecture

Автор: Ahmed Shaikh Kasam, Agaskar Shailesh S.
Название: Azure Kubernetes Services with Microservices: Understanding Its Patterns and Architecture
ISBN: 1484278089 ISBN-13(EAN): 9781484278086
Издательство: Springer
Рейтинг:
Цена: 9083.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Intermediate user level

Integrating serverless architecture

Автор: Vemula, Rami
Название: Integrating serverless architecture
ISBN: 1484244885 ISBN-13(EAN): 9781484244883
Издательство: Springer
Рейтинг:
Цена: 9083.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Design, develop, build, and deliver an end-to-end serverless architecture by leveraging Azure services, frameworks, and tools. This book offers a holistic approach, guiding you through the design and development of a Twitter Bot application, while leveraging Azure Functions.Integrating Serverless Architecture begins with an overview of serverless computing and getting started with Azure Functions. Here, you will create a Twitter bot function which scans Twitter for the latest tweets and makes use of dependency injection. Further, you will learn about Azure Cosmos DB where you will cover its change feed mechanism and the repository pattern. You will create a Cosmos DB trigger-based tweet notifier function, which will broadcast the latest tweets to connected clients. You will explore the basics of Azure Service Bus and create a tweet scheduler function, which will prioritize different keywords for the Twitter bot function. Along the way, you will debug, deliver, and test the functions in the Azure environment.This book shows you how to secure your Azure Function secrets with the help of Azure Key Vault. To further your understanding of the technology, you will learn logging and exception handling in Azure Functions.Later in the book, you will build a Twitter bot web application by using ASP.NET Core and Materialize CSS, which will interact with several HTTP-based Azure Functions. The Twitter bot web application allows users to log in through the Twitter Identity Provider, subscribe to different keywords/hashtags, and browse the latest tweets based on subscriptions. You will get started with SignalR Service and integrate it with Azure Functions and web applications. Towards the end you will go through app service authentication on Azure Functions and discover how to configure continuous integration and delivery to Azure Functions. After reading this book, you will be able to understand the steps involved in design, development, and delivery of a workflow using Azure Functions.
What You Will LearnDesign and develop a Twitter bot application using Azure Functions with Azure Web App Service as the front endLeverage Azure Cosmos DB as data storage and trigger notifications using its change feed mechanismStore and retrieve secrets from Azure Key VaultIntegrate Azure Functions with Azure SignalR Service to broadcast real-time messagesSecure Azure Functions by enabling Twitter identity authentication using built-in App Service authenticationBuild a continuous integration and continuous delivery pipeline for Azure Functions using Visual Studio Team Services (VSTS)
Who This Book Is For
Developers, software engineers, and architects who design and manage infrastructures and build applications by leveraging Microsoft cloud services.
Introducing Microsoft Access Using Macro Programming Techniques: An Introduction to Desktop Database Development by Example

Автор: Morgado Flavio
Название: Introducing Microsoft Access Using Macro Programming Techniques: An Introduction to Desktop Database Development by Example
ISBN: 1484265548 ISBN-13(EAN): 9781484265543
Издательство: Springer
Цена: 8384.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Beginning user level

Mastering Azure API Management: A Practical Approach to Designing and Implementing an API-Centric Enterprise Architecture

Автор: Malvik Sven
Название: Mastering Azure API Management: A Practical Approach to Designing and Implementing an API-Centric Enterprise Architecture
ISBN: 1484280105 ISBN-13(EAN): 9781484280102
Издательство: Springer
Рейтинг:
Цена: 8384.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Unsure of how or where to get started with Azure API Management, Microsoft’s managed service for securing, maintaining, and monitoring APIs? Then this guide is for you. Azure API Management integrates services like Azure Kubernetes Services (AKS), Function Apps, Logic Apps, and many others with the cloud and provides users with a single, unified, and well-structured fa?ade in the cloud. Mastering Azure API Management is designed to help API developers and cloud engineers learn all aspects of Azure API Management, including security and compliance. It provides a pathway for getting started and learning valuable management and administration skills. You will learn what tools you need to publish a unified API fa?ade towards backend services, independent of where and what they run on. You will begin with an overview of web APIs. You will learn about today’s challenges and how a unified API management approach can help you address them. From there you’ll dive into the key concepts of Azure API Management and be given a practical view and approach of API development in the context of Azure API Management. You'll then review different ways of integrating Azure API Management into your enterprise architecture. From there, you will learn how to optimally maintain and administer Azure API Management to secure your APIs, and learn from them, gaining valuable insights through logging and monitoring. What You Will Learn * Discover the benefits of an enterprise API platform * Understand the basic concepts of API management in the Microsoft cloud * Develop and publish your APIs in the context of Azure API Management * Onboard users through the developer portal * Help your team or other developers to publish their APIs more efficiently * Integrate Azure API Management securely into your enterprise architecture * Manage and maintain to secure your APIs and gain insights Who This Book Is For API developers, cloud engineers, and Microsoft Azure enthusiasts who want to deep dive into managing an API-centric enterprise architecture with Azure API Management. To get the most out of the book, the reader should have a good understanding of micro services and APIs. Basic coding skills, including some experience with PowerShell and Azure, are also beneficial.

Expert Microsoft Teams Solutions: A guide to Teams architecture and integration for advanced end users and administrators

Автор: Guilmette Aaron, Lee Yura, Oliasani Grant
Название: Expert Microsoft Teams Solutions: A guide to Teams architecture and integration for advanced end users and administrators
ISBN: 1801075557 ISBN-13(EAN): 9781801075558
Издательство: Неизвестно
Рейтинг:
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Microsoft Teams is packed with impressive capabilities for modern organizations such as real-time communication, voice capabilities, application integration, and more. This practical guide helps you discover these advanced features with Power Platform to modernize your organization`s infrastructure.

Pro power bi architecture

Автор: Rad, Reza
Название: Pro power bi architecture
ISBN: 1484295374 ISBN-13(EAN): 9781484295373
Издательство: Springer
Рейтинг:
Цена: 9083.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book provides detailed guidance around architecting and deploying Power BI reporting solutions, including help and best practices for sharing and security. You’ll find chapters on dataflows, shared datasets, composite model and DirectQuery connections to Power BI datasets, deployment pipelines, XMLA endpoints, and many other important features related to the overall Power BI architecture that are new since the first edition. You will gain an understanding of what functionality each of the Power BI components provide (such as Dataflow, Shared Dataset, Datamart, thin reports, and paginated reports), so that you can make an informed decision about what components to use in your solution. You will get to know the pros and cons of each component, and how they all work together within the larger Power BI architecture. Commonly encountered problems you will learn to handle include content unexpectedly changing while users are in the process of creating reports and building analyses, methods of sharing analyses that don’t cover all the requirements of your business or organization, and inconsistent security models. Detailed examples help you to understand and choose from among the different methods available for sharing and securing Power BI content so that only intended recipients can see it. The knowledge provided in this book will allow you to choose an architecture and deployment model that suits the needs of your organization. It will also help ensure that you do not spend your time maintaining your solution, but on using it for its intended purpose: gaining business value from mining and analyzing your organization’s data. What You Will Learn * Architect Power BI solutions that are reliable and easy to maintain * Create development templates and structures in support of reusability * Set up and configure the Power BI gateway as a bridge between on-premises data sources and the Power BI cloud service * Select a suitable connection type—Live Connection, DirectQuery, Scheduled Refresh, or Composite Model—for your use case * Choose the right sharing method for how you are using Power BI in your organization * Create and manage environments for development, testing, and production * Secure your data using row-level and object-level security * Save money by choosing the right licensing plan Who This Book Is For Data analysts and developers who are building reporting solutions around Power BI, as well as architects and managers who are responsible for the big picture of how Power BI meshes with an organization’s other systems, including database and data warehouse systems.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия