|
Books > Computing & IT > Computer software packages > Other software packages > Enterprise software
Harness the power of Dynamics 365 Operations and discover all you
need to implement it About This Book * Master all the necessary
tools and resources to evaluate Dynamics 365 for Operations,
implement it, and proactively maintain it. * Troubleshoot your
problems effectively with your Dynamics 365 partner * Learn about
architecture, deployment choices, integration, configuration and
data migration, development, testing, reporting and BI, support,
upgrading, and more. Who This Book Is For This book is for
technology leaders, project managers solution architects, and
consultants who are planning to implement, are in the process of
implementing, or are currently upgrading to Dynamics 365 for
Operations. This book will help you effectively learn and implement
Dynamics 365 for Operations. What You Will Learn * Learn about
Microsoft Dynamics 365, it's offerings, plans and details of
Finance and Operations, Enterprise edition * Understand the
methodology and the tool, architecture, and deployment options *
Effectively plan and manage configurations and data migration,
functional design, and technical design * Understand integration
frameworks, development concepts, best practices, and
recommendations while developing new solutions * Learn how to
leverage intelligence and analytics through Power BI, machine
learning, IOT, and Cortana intelligence * Master testing, training,
going live, upgrading, and how to get support during and after the
implementation In Detail Microsoft Dynamics 365 for Finance and
Operations, Enterprise edition, is a modern, cloud-first,
mobile-first, ERP solution suitable for medium and large enterprise
customers. This book will guide you through the entire life cycle
of a implementation, helping you avoid common pitfalls while
increasing your efficiency and effectiveness at every stage of the
project. Starting with the foundations, the book introduces the
Microsoft Dynamics 365 offerings, plans, and products. You will be
taken through the various methodologies, architectures, and
deployments so you can select, implement, and maintain Microsoft
Dynamics 365 for Finance and Operations, Enterprise edition. You
will delve in-depth into the various phases of implementation:
project management, analysis, configuration, data migration,
design, development, using Power BI, machine learning, Cortana
analytics for intelligence, testing, training, and finally
deployment, support cycles, and upgrading. This book focuses on
providing you with information about the product and the various
concepts and tools, along with real-life examples from the field
and guidance that will empower you to execute and implement
Dynamics 365 for Finance and Operations, Enterprise edition. Style
and approach This book is a step-by-step guide focusing on
implementing Dynamics 365 Operations solutions for your
organization.
Learn steps and tasks to help a NetSuite administrator perform both
his daily and monthly tasks efficiently. Advance his expertise to
become NetSuite leader without having to spend time and money on
corporate trainings. Key Features Understand the business
considerations and implementation of the NetSuite ERP Gain a deep
knowledge of enterprise security, data management, process
automation, and analytics Learn techniques to sail through system
maintenance while ensuring accuracy and to practically troubleshoot
issues Book DescriptionNetSuite ERP is a complete, scalable cloud
ERP solution targeted at fast-growing, mid-sized businesses and
large enterprises. It's the smartly executed combination of
financial management operations and built-in business intelligence,
which enables companies to make data-driven and well-informed
decisions. This book will help administrators become expert enough
to be seen as the NetSuite leader at their company and to be able
to advise department heads on specific processes, and strategic
decisions. We start with an overview of ERP and NetSuite ERP,
before going on to explain the built-in features to show the
breadth of NetSuite ERP's product and its ease of use. We then
discuss business aspects, focusing on the most important processes
in NetSuite. Then you'll understand the implementation aspects that
are generic enough to cover all the features. The focus then shifts
to specific skills that you will need to administer for any system,
such as roles, permissions, customization, and data imports. Moving
on, you'll learn how to centralize the creation of search templates
and give users the tools to pivot the data and expose it to the
user in useful ways, such as on the dashboard. The book ends with
checklists providing actionable steps that you as an administrator
can take to do your job and support the application through new
releases and troubleshooting problems. What you will learn Explore
how the framework streamlines the implementation of new and
existing features Leverage built-in tools to optimize your
efficiency and effectiveness Test configuration to check the
implementation of role-specific permissions Understand how to
optimize the amount of data to be shared with users Import data
like new leads and employ current data like pricing updates Perform
on-going maintenance and troubleshoot issues Who this book is
forThis book is for administrators, consultants, and Project
Managers who would like to improve their skills in the areas of
configuration and system management. Basic experience implementing
NetSuite is assumed.
Bring your data to life with Power BI Key Features Get to grips
with the fundamentals of Microsoft Power BI and its Business
Intelligence capabilities Build accurate analytical models, reports
and dashboards Get faster and more intuitive insights from your
data using Microsoft Power BI Book DescriptionMicrosoft Power BI is
a cloud-based service that helps you easily visualize and share
insights using your organization's data.This book will get you
started with business intelligence using the Power BI toolset,
covering essential concepts such as installation,designing
effective data models, as well as building basic dashboards and
visualizations to make your data come to life You will learn how to
get your data the way you want - connecting to data sources sources
and how to clean your data with the Power BI Query Editor. You will
next learn how to properly design your data model to make your data
easier to work with.. You will next learn how to properly design
your data model to navigate table relationships and build DAX
formulas to make your data easier to work with. Visualizing your
data is another key element of this book, and you will learn how to
follow proper data visualization styles and enhanced digital
storytelling techniques. By the end of this book, you will
understand how to administer your organization's Power BI
environment so deployment can be made seamless, data refreshes can
run properly, and security can be fully implemented What you will
learn Connect to data sources using both import and DirectQuery
options Use the Query Editor to apply data transformations and data
cleansing processes, including learning how to write M and R
scripts Design optimized data models by designing relationships and
DAX calculations Leverage built-in and custom visuals to design
effective reports Use the Power BI Desktop and Power BI Service to
implement Row Level Security on your model Administer a Power BI
cloud tenant for your organization Deploy your Power BI Desktop
files into the Power BI Report Server Who this book is forThis book
is for aspiring Business Intelligence professionals who want to get
up and running with Microsoft Power BI. If you have a basic
understanding of BI concepts and want to learn how to apply them
using Microsoft Power BI, this book is for you.
Getting the most out of Python to improve your codebase Key
Features Save maintenance costs by learning to fix your legacy
codebase Learn the principles and techniques of refactoring Apply
microservices to your legacy systems by implementing practical
techniques Book DescriptionPython is currently used in many
different areas such as software construction, systems
administration, and data processing. In all of these areas,
experienced professionals can find examples of inefficiency,
problems, and other perils, as a result of bad code. After reading
this book, readers will understand these problems, and more
importantly, how to correct them. The book begins by describing the
basic elements of writing clean code and how it plays an important
role in Python programming. You will learn about writing efficient
and readable code using the Python standard library and best
practices for software design. You will learn to implement the
SOLID principles in Python and use decorators to improve your code.
The book delves more deeply into object oriented programming in
Python and shows you how to use objects with descriptors and
generators. It will also show you the design principles of software
testing and how to resolve software problems by implementing design
patterns in your code. In the final chapter we break down a
monolithic application to a microservice one, starting from the
code as the basis for a solid platform. By the end of the book, you
will be proficient in applying industry approved coding practices
to design clean, sustainable and readable Python code. What you
will learn Set up tools to effectively work in a development
environment Explore how the magic methods of Python can help us
write better code Examine the traits of Python to create advanced
object-oriented design Understand removal of duplicated code using
decorators and descriptors Effectively refactor code with the help
of unit tests Learn to implement the SOLID principles in Python Who
this book is forThis book will appeal to team leads, software
architects and senior software engineers who would like to work on
their legacy systems to save cost and improve efficiency. A strong
understanding of Programming is assumed.
Learn the fundamentals of Python (3.7) and how to apply it to data
science, programming, and web development. Fully updated to include
hands-on tutorials and projects. Key Features Learn the
fundamentals of Python programming with interactive projects Apply
Python to data science with tools such as IPython and Jupyter
Utilize Python for web development and build a real-world app using
Django Book DescriptionLearn Python Programming is a quick,
thorough, and practical introduction to Python - an extremely
flexible and powerful programming language that can be applied to
many disciplines. Unlike other books, it doesn't bore you with
elaborate explanations of the basics but gets you up-and-running,
using the language. You will begin by learning the fundamentals of
Python so that you have a rock-solid foundation to build upon. You
will explore the foundations of Python programming and learn how
Python can be manipulated to achieve results. Explore different
programming paradigms and find the best approach to a situation;
understand how to carry out performance optimization and effective
debugging; control the flow of a program; and utilize an
interchange format to exchange data. You'll also walk through
cryptographic services in Python and understand secure tokens.
Learn Python Programming will give you a thorough understanding of
the Python language. You'll learn how to write programs, build
websites, and work with data by harnessing Python's renowned data
science libraries. Filled with real-world examples and projects,
the book covers various types of applications, and concludes by
building real-world projects based on the concepts you have
learned. What you will learn Get Python up and running on Windows,
Mac, and Linux Explore fundamental concepts of coding using data
structures and control flow Write elegant, reusable, and efficient
code in any situation Understand when to use the functional or OOP
approach Cover the basics of security and concurrent/asynchronous
programming Create bulletproof, reliable software by writing tests
Build a simple website in Django Fetch, clean, and manipulate data
Who this book is forLearn Python Programming is for individuals
with relatively little experience in coding or Python. It's also
ideal for aspiring programmers who need to write scripts or
programs to accomplish tasks. The book shows you how to create a
full-fledged application.
A comprehensive guide to making machine data accessible across the
organization using advanced dashboards Key Features Enrich
machine-generated data and transform it into useful, meaningful
insights Perform search operations and configurations, build
dashboards, and manage logs Extend Splunk services with scripts and
advanced configurations to process optimal results Book
DescriptionSplunk is the leading platform that fosters an efficient
methodology and delivers ways to search, monitor, and analyze
growing amounts of big data. This book will allow you to implement
new services and utilize them to quickly and efficiently process
machine-generated big data. We introduce you to all the new
features, improvements, and offerings of Splunk 7. We cover the new
modules of Splunk: Splunk Cloud and the Machine Learning Toolkit to
ease data usage. Furthermore, you will learn to use search terms
effectively with Boolean and grouping operators. You will learn not
only how to modify your search to make your searches fast but also
how to use wildcards efficiently. Later you will learn how to use
stats to aggregate values, a chart to turn data, and a time chart
to show values over time; you'll also work with fields and chart
enhancements and learn how to create a data model with faster data
model acceleration. Once this is done, you will learn about XML
Dashboards, working with apps, building advanced dashboards,
configuring and extending Splunk, advanced deployments, and more.
Finally, we teach you how to use the Machine Learning Toolkit and
best practices and tips to help you implement Splunk services
effectively and efficiently. By the end of this book, you will have
learned about the Splunk software as a whole and implemented Splunk
services in your tasks at projects What you will learn Focus on the
new features of the latest version of Splunk Enterprise 7 Master
the new offerings in Splunk: Splunk Cloud and the Machine Learning
Toolkit Create efficient and effective searches within the
organization Master the use of Splunk tables, charts, and graph
enhancements Use Splunk data models and pivots with faster data
model acceleration Master all aspects of Splunk XML dashboards with
hands-on applications Create and deploy advanced Splunk dashboards
to share valuable business insights with peers Who this book is
forThis book is intended for data analysts, business analysts, and
IT administrators who want to make the best use of big data,
operational intelligence, log management, and monitoring within
their organization. Some knowledge of Splunk services will help you
get the most out of the book
Transform machine data into powerful analytical intelligence using
Splunk Key Features Analyze and visualize machine data to step into
the world of Splunk! Leverage the exceptional analysis and
visualization capabilities to make informed decisions for your
business This easy-to-follow, practical book can be used by anyone
- even if you have never managed data before Book DescriptionSplunk
is a search, reporting, and analytics software platform for machine
data, which has an ever-growing market adoption rate. More
organizations than ever are adopting Splunk to make informed
decisions in areas such as IT operations, information security, and
the Internet of Things. The first two chapters of the book will get
you started with a simple Splunk installation and set up of a
sample machine data generator, called Eventgen. After this, you
will learn to create various reports, dashboards, and alerts. You
will also explore Splunk's Pivot functionality to model data for
business users. You will then have the opportunity to test-drive
Splunk's powerful HTTP Event Collector. After covering the core
Splunk functionality, you'll be provided with some real-world best
practices for using Splunk, and information on how to build upon
what you've learned in this book. Throughout the book, there will
be additional comments and best practice recommendations from a
member of the SplunkTrust Community, called "Tips from the Fez".
What you will learn Install and configure Splunk for personal use
Store event data in Splunk indexes, classify events into sources,
and add data fields Learn essential Splunk Search Processing
Language commands and best practices Create powerful real-time or
user-input dashboards Be proactive by implementing alerts and
scheduled reports Tips from the Fez: best practices using Splunk
features and add-ons Understand security and deployment
considerations for taking Splunk to an organizational level Who
this book is forThis book is for the beginners who want to get well
versed in the services offered by Splunk 7. If you want to be a
data/business analyst or want to be a system administrator, this
book is what you want. No prior knowledge of Splunk is required.
Das Buch ist eine Einfuhrung in die Programmiersprache Java. In
den ersten Kapiteln werden die Grundlagen behandelt: Klassen,
Objekte, Interfaces und Pakete. Weitere Kapitel befassen sich mit
Benutzeroberflachen, der Ausnahmebehandlung, der
Threadprogrammierung, mit Client/Server-Implementierung, Javas
Sicherheitsmechanismen und dem Aufruf entfernter Methoden. Alle
Sprachkonstrukte und die verwendeten Klassen der
Java-Standardbibliothek werden an Beispielen verdeutlicht. An die
einzelnen Kapitel schliesst sich eine Reihe von Ubungsaufgaben an.
Die kompletten Beispielprogramme und Losungen zu den Ubungen
befinden sich auf der beiliegenden CD-ROM.
In der 4. Auflage wurde die Behandlung des IO-Frameworks um das
New IO API (NIO), das seit JDK 1.4 neben das streambasierte API
tritt, erweitert. Einige Client/Server-Beispiele wurden auf NIO
umgestellt. Bei der Ausnahmebehandlung wurde das neue
Java-Sprachkonstrukt der Zusicherungen (assertions) erganzt."
A step-by-step guide to get you up and running with Azure
Networking Services and help you build solutions that leverage
effective design patterns Key Features Learn best practices for
designing and implementing Azure Networking for Azure VMs Figure
out the hidden secrets to designing a cost-effective environment
Plan, design, and implement various connectivity scenarios in Azure
Book DescriptionMicrosoft Azure networking is one of the most
valuable and important offerings in Azure. No matter what solution
you are building for the cloud, you'll fi nd a compelling use for
it. This book will get you up to speed quickly on Microsoft Azure
Networking by teaching you how to use different networking
services. By reading this book, you will develop a strong
networking foundation for Azure virtual machines and for expanding
your on-premise environment to Azure. Hands-On Networking with
Azure starts with an introduction to Microsoft Azure networking and
creating Azure Virtual Networks with subnets of different types
within them. The book helps you understand the architecture of
Azure networks. You will then learn the best practices for
designing both Windows- and Linux-based Azure VM networks. You will
also learn to expand your networks into Azure and how to use Azure
DNS. Moreover, you will master best practices for dealing with
Azure Load Balancer and the solutions they offer in different
scenarios. Finally, we will demonstrate how the Azure Application
Gateway works, offering various layer-7 load balancing capabilities
for applications. By the end of this book, you will be able to
architect your networking solutions for Azure. What you will learn
Understand Azure networking and use the right networking service to
fulfill your needs Design Azure Networks for Azure VMs according to
best practices Span your environment with Azure networking
solutions Learn to use Azure DNS Implement Azure Load Balancer for
highly available environments Distribute user traffic across the
world via the Azure Traffic Manager Control your application
delivery with Azure Application Gateway Who this book is forThis
book is for developers, IT professionals, and database admins who
have prior experience of working on Microsoft Azure and want to
make the most out of Azure Networking Services.
Manage vRealize operations manager 6.6 effectively using this
comprehensive guide. Key Features Get complete control of capacity
management in your virtual environment Display the most appropriate
performance metrics and assemble your own dashboard Analyze and
process data from different sources into a single repository
Optimize vRealize Automation workload placement Book DescriptionIn
the modern IT world, the criticality of managing the health,
efficiency, and compliance of virtualized environments is more
important than ever. With vRealize Operations Manager 6.6, you can
make a difference to your business by being reactive rather than
proactive. Mastering vRealize Operations Manager helps you
streamline your processes and customize the environment to suit
your needs. You will gain visibility across all devices in the
network and retain full control. With easy-to-follow, step-by-step
instructions and support images, you will quickly master the
ability to manipulate your data and display it in a way that best
suits you and your business or technical requirements. This book
not only covers designing, installing, and upgrading vRealize
Operations 6.6, but also gives you a deep understanding of its
building blocks: badges, alerts, super metrics, views, dashboards,
management packs, and plugins. With the new vRealize Operations 6.6
troubleshooting capabilities, capacity planning, intelligent
workload placement, and additional monitoring capabilities, this
book is aimed at ensuring you get the knowledge to manage your
virtualized environment as effectively as possible. What you will
learn Discover advanced vRealize Operations concepts and design
your processes effectively for the underlying architecture Plan and
install a new version or upgrade from a previous one Apply proven
capacity management theories and techniques in practical,
real-world environments Manipulate data and metrics to display them
in the most effective way possible Create custom views and
dashboards fit for any use case Explore how policies have evolved
in vRealize Operations 6.6 and how to apply them in the most
effective manner Who this book is forIf you are an administrator of
a virtual environment and have used vRealize Operations before but
want to gain a professional understanding by easily implementing
complex tasks with it, then this book is for you.
|
|