Gør som tusindvis af andre bogelskere
Tilmeld dig nyhedsbrevet og få gode tilbud og inspiration til din næste læsning.
Ved tilmelding accepterer du vores persondatapolitik.Du kan altid afmelde dig igen.
Build scalable ETL data pipelines in the cloud using Azure Data Factory's Mapping Data Flows. Each chapter of this book addresses different aspects of an end-to-end data pipeline that includes repeatable design patterns based on best practices using ADF's code-free data transformation design tools. The book shows data engineers how to take raw business data at cloud scale and turn that data into business value by organizing and transforming the data for use in data science projects and analytics systems. The book begins with an introduction to Azure Data Factory followed by an introduction to its Mapping Data Flows feature set. Subsequent chapters show how to build your first pipeline and corresponding data flow, implement common design patterns, and operationalize your result. By the end of the book, you will be able to apply what you've learned to your complex data integration and ETL projects in Azure. These projects will enable cloud-scale big analytics and data loading and transformation best practices for data warehouses.What You Will LearnBuild scalable ETL jobs in Azure without writing codeTransform big data for data quality and data modeling requirementsUnderstand the different aspects of Azure Data Factory ETL pipelines from datasets and Linked Services to Mapping Data FlowsApply best practices for designing and managing complex ETL data pipelines in Azure Data FactoryAdd cloud-based ETL patterns to your set of data engineering skillsBuild repeatable code-free ETL design patternsWho This Book Is ForData engineers who are new to building complex data transformation pipelines in the cloud with Azure; and data engineers who need ETL solutions that scale to match swiftly growing volumes of data
Enhance your applications' performance using best practices for benchmarking, application profiling, asynchronous programming, designing responsive UIs, gRPC communication, and distributed applicationsKey Features:- Make the best use of performance enhancements in C# 10.0 and .NET 6- Boost application performance by identifying hardware bottlenecks and common performance pitfalls- Get to grips with best practices and techniques for improving the scalability of distributed systemsBook Description:Writing high-performance code while building an application is crucial, and over the years, Microsoft has focused on delivering various performance-related improvements within the .NET ecosystem. This book will help you understand the aspects involved in designing responsive, resilient, and high-performance applications with the new version of C# and .NET.You will start by understanding the foundation of high-performance code and the latest performance-related improvements in C# 10.0 and .NET 6. Next, you'll learn how to use tracing and diagnostics to track down performance issues and the cause of memory leaks. The chapters that follow then show you how to enhance the performance of your networked applications and various ways to improve directory tasks, file tasks, and more. Later, you'll go on to improve data querying performance and write responsive user interfaces. You'll also discover how you can use cloud providers such as Microsoft Azure to build scalable distributed solutions. Finally, you'll explore various ways to process code synchronously, asynchronously, and in parallel to reduce the time it takes to process a series of tasks.By the end of this C# programming book, you'll have the confidence you need to build highly resilient, high-performance applications that meet your customer's demands.What You Will Learn:- Use correct types and collections to enhance application performance- Profile, benchmark, and identify performance issues with the codebase- Explore how to best perform queries on LINQ to improve an application's performance- Effectively utilize a number of CPUs and cores through asynchronous programming- Build responsive user interfaces with WinForms, WPF, MAUI, and WinUI- Benchmark ADO.NET, Entity Framework Core, and Dapper for data access- Implement CQRS and event sourcing and build and deploy microservicesWho this book is for:This book is for software engineers, professional software developers, performance engineers, and application profilers looking to improve the speed of their code or take their skills to the next level to gain a competitive advantage. You should be a proficient C# programmer who can already put the language to good use and is also comfortable using Microsoft Visual Studio 2022Table of Contents- Introducing C# 10.0 and .NET 6- Implementing C# Interoperability- Predefined Data Types and Memory Allocations- Memory Management- Application Profiling and Tracing- The .NET Collections- LINQ Performance- File and Stream I/O- Enhancing the Performance of Networked Applications- Setting Up Our Database Project- Benchmarking Relational Data Access Frameworks- Responsive User Interfaces- Distributed Systems- Multi-Threaded Programming- Parallel Programming- Asynchronous Programming
After decades of relative obscurity, functional programming is finally coming into its own. With concise, easy-to-read code that supports asynchronous, concurrent processing, aspects of functional programming have begun to appear in several traditionally object-oriented languages such as C# and Java. This practical book shows C# programmers how to use functional programming features without having to navigate an entirely new language. Because of the shared runtime environment common to C# and F# languages, it's possible to use most of F#'s functional features in C# as well. Author Simon J. Painter explains how you can write functional code in C# right away, without having to install dependencies or features newer than .NET 3. You'll learn why functional programming concepts can bring immediate benefit to your work. Learn what functional programming is and how it originated Discover features of the functional paradigm using a more familiar language Start coding functionally in C# right away, without relying on third-party libraries Write code that's more robust, less error prone, and easier to test Examine less conventional ways to look at structures available in C# Explore the practicalities of using functional C# in a business environment.
If your organization plans to modernize services and move to the cloud from legacy software or a private cloud on premises, this book is for you. Software developers, solution architects, cloud engineers, and anybody interested in cloud technologies will learn fundamental concepts for cloud computing, migration, transformation, and development using Microsoft Azure. Author and Microsoft MVP Jonah Carrio Andersson guides you through cloud computing concepts and deployment models, the wide range of modern cloud technologies, application development with Azure, team collaboration services, security services, and cloud migration options in Microsoft Azure. You'll gain insight into the Microsoft Azure cloud services that you can apply in different business use cases, software development projects, and modern solutions in the cloud. You'll also become fluent with Azure cloud migration services, serverless computing technologies that help your development team work productively, Azure IoT, and Azure cognitive services that make your application smarter. This book also provides real-world advice and best practices based on the author's own Azure migration experience.
.Net Knowledge book This book is a melting pot of several articles about Asp.Net MVC, Azure, Entity Framework, JavaScript, CSS, C# and SQL. They are scenarios that happen in the everyday work of developers who use these technologies. They are divided into short articles that are easy to understand. This book is ideal for anyone with intermediate to advanced knowledge of Microsoft web stack who wants to learn more about how to deal with practical cases. This book includes articles written during 2016. It is volume 4 of a series of books that focus on real software developing problems. I strongly believe that the content of this book is a must for anyone who works with Microsoft Asp.Net in enterprise. Here are some subjects discussed in the book: Asp.Net MVC Localization in URL, C# Fluent API, MVC Routing, Azure, Application Insights, Azure Webjobs, Asp.Net MVC Bundle, 404 and fonts, Visitor Pattern, Http and Https, Performance with Asp.Net MVC Razor, Bootstrap, Azure CronJobs, Analytics Feature, Azure DNS Zone, Visual Studio, C# Circuit Breaker Pattern, Context Menu, AutoMapper, Continuous Integration, Open-Source, Create Nuget Package, DevOps, Microsoft Band, Post-mortem of a project, Redis, Data Annotation, Unit Testing, Repository and Accessor Pattern, Authentication, Lz4net Compression, Complex Object, TypeScript, React First Impression, MsTest with localization, Diagnostic slow code, Improve Visual Studio Speed, Deployment on Azure and Azure Slots.
Take performance to the next level!This book does not just teach you how the CLR works---it teaches you exactly what you need to do now to obtain the best performance today. It will expertly guide you through the nuts and bolts of extreme performance optimization in .NET, complete with in-depth examinations of CLR functionality, free tool recommendations and tutorials, useful anecdotes, and step-by-step guides to measure and improve performance.This second edition incorporates the advances and improvements in .NET over the last few years, as well as greatly expanded coverage of tools, more topics, more tutorials, more tips, and improvements throughout the entire book.New in the 2nd Edition: 50% increase in content!New examples, code samples, and diagrams throughout entire bookMore ways to analyze the heap and find memory problemsMore tool coverage, including expanded usage of Visual StudioMore benchmarkingNew GC configuration optionsCode warmup techniquesNew .NET features such as ref-returns, value tuples, SIMD, and moreMore detailed analysis of LINQTips for high-level feature areas such as ASP.NET, ADO.NET, and WPFAlso find expanded coverage and discover new tips and tricks for: Profiling with multiple tools to quickly find problem areasDetailed description of the garbage collector, how to optimize your code for it, and how to diagnose difficult memory-related issuesHow to analyze JIT and diagnose warmup problemsEffective use of the Task Parallel Library to maximize throughputWhich .NET features and APIs to use and which to avoidInstrument your program with performance counters and ETW eventsUse the latest and greatest .NET featuresBuild a performance-minded team...and so much more
.Net Knowledge book This book is a melting pot of several articles about web development around TypeScript, React, NodeJs and JavaScript. They are scenarios that happen in the everyday work of developers who use these technologies. They are divided into short articles that are easy to understand. This book is ideal for anyone with intermediate to advanced knowledge of web stack who wants to learn more about how to deal with practical cases. This book includes articles written during 2017. It is volume 5 of a series of books that focus on real software developing problems. The first four volumes were more around Microsoft Asp.Net in enterprise. This one focuses on TypeScript and React. Here are some subjects discussed in the book: New features about TypeScript, differences between Flow and TypeScript, migrating AngularJs to React, processing images with NodeJs, flux cycle with React and Redux, Redux middleware, configuring Gulp and webpack for TypeScript, NPM, webworker, building performance with TypeScript, Rest and destructor operators, multitudes of JavaScript sort algorithms.
There will always come a time when a person has to make a presentation. Whatever the occasion may be, having visual cues that the audience can look at is much more effective than just talking. This helps increase understanding of the topic and makes them remember it easier.Over the past few years, there is one program that dominates the slideshow presentation scene. This program is PowerPoint by Microsoft. This simple and easy to use program has been the go to software for anyone who wants to make a presentation.This book will introduce Microsoft PowerPoint and its interface. It will also show you the basic steps on how to make a slideshow presentation. Tips and tricks to make your presentation stand out are also included.
Pro Office 365 Development, Second Edition, is a practical, hands-on guide to building applications for the cloud with Office 365. Combine Office 365 features out of the box with custom code to make the most of what this increasingly powerful and flexible platform has to offer.As an Office 365 developer, you have an amazing range of technologies at your fingertips. Build custom SharePoint apps in Visual Studio using HTML5, CSS, and jQuery. Create declarative workflow applications with Visio and SharePoint Designer. Use Access Web Database to publish your data on the web, or write Exchange and Lync applications. All these possibilities and more are covered.You also have unprecedented control and flexibility over how you use these technologies in your applications. With a powerful set of Office 365 APIs, you can now access and integrate Office 365 data directly into your web or native applications, with full control of authentication, authorization and discovery.No prior cloud experience is necessary. Sample projects are designed to bring the reader up-to-speed quickly, with full step-by-step instructions to maximize your success across the whole Office 365 suite. Whether you want to build desktop client applications or browser-only solutions, Pro Office 365 Development will show you how to do it.
Build Your Own ASP.NET 4 Web Site Using C# & VB is aimed at beginner ASP.NET developers wanting to develop their skills, web designers wanting to move into server-side programming, and experienced developers making the leap from ASP to .NET.Readers will learn:* language and programming basics* how to construct ASP.Net Web Pages* how to build web applications* to use validation controls* database design and development* how to use ADO.NET* how to manage data and content* how to integrate Ajax and jQuery* the role of MVC... all in the process of successfully developing and deploying a working intranet site for a fictional company.
Learn to design, develop, debug, and deploy technologies by harnessing the full power of Visual Studio 2022 by discovering its new features and exclusive techniquesKey Features:- Discover solutions to common problems faced while using Visual Studio 2022- Explore tips, tricks, and best practices and discover ways to overcome source-code challenges- Deep dive into Visual Studio's new features and unleash its potential to enhance your coding journeyBook Description:Visual Studio 2022 is the complete and ideal integrated development environment (IDE) for creating large, complex, and scalable applications. It is one of the most complete tools available for development, especially with Microsoft technologies.This book will teach you how to take advantage of the tools available with this IDE to write clean code faster. You'll begin by learning how to set up and start Visual Studio 2022 and how to use all the tools provided by this IDE. You will then explore key combinations, tips, and additional utilities that can help you to code faster and review your code constantly. Next, you will see how to compile, debug, and inspect your project to analyze its current behavior using Visual Studio. The book also shows you how to insert reusable blocks of code writing simple statements. Later, you will learn about visual aids and artificial intelligence that will help you improve productivity and understand what is going on in the project.By the end of this book, you will be able to set up your development environment using Visual Studio 2022, personalize the tools and layout, and use shortcuts and extensions to improve your productivity.What You Will Learn:- Understand what s new in Visual Studio 2022- Discover the various code tools to improve productivity- Explore the benefits of using .NET 6 in Visual Studio 2022- Perform compilation, debugging, and version control comfortably- Become well-versed with various shortcuts, tricks, tips, and tools to improve productivity within Visual Studio 2022- Implement remote and collaborative work with Visual Studio 2022Who this book is for:This book is for .NET software developers focusing on web development and web developers who want to learn about the new features, tools, and features available in Visual Studio 2022. Basic knowledge of HTML, CSS, and JavaScript or frameworks such as React and Angular is assumed.Table of Contents- Getting Started with Visual Studio 2022- Configuring the IDE- Improvements in Visual Studio 2022- Creating Projects and Templates- Debugging and Compiling Your Projects- Adding Code Snippets- Coding Efficiently with AI and Code Views- Web Tools and Hot Reload- Styling and Clean up Tools- Publishing Projects- Implementing Git Integration- Sharing Code with Live Share- Working with Extensions in Visual Studio- Using Popular Extensions- Learning Keyboard Shortcuts
Learn how to build cross-platform mobile apps from a single shared codebase KEY FEATURES ¿ Covers fundamental and advanced aspects of multi-platform mobile development¿ Revisit the fundamentals of .NET and C# to create modern native apps more quickly¿ Check out tips and advice on getting started as a successful mobile developer DESCRIPTION For any mobile developer, it's clear that Xamarin knowledge is vital, thanks to the reintroduction of .NET MAUI. This book provides the reader with complete hands-on experience in designing cross-platform mobile applications with Xamarin, C#, and .NET.The book discusses the importance of cross-platform mobile app development and the benefits of learning Xamarin. The book delivers a quick lesson on C# and Visual Studio to implement all of the knowledge gained in this book into your first mobile application.In the second half of the book, you'll learn to start from scratch using Xamarin and create mobile apps in C#. It explains how to utilise Visual Studio as the development environment, design the user interface using the XAML markup language, organise common controls into layouts, and create multi-page applications with navigation and various pages. This includes creating reusable resources, such as styles and templates, and the use of local and remote databases for data manipulation. In addition, the book offers expert advice on the requirements of a standard mobile application, such as handling network connection, battery level, and safeguarding data in the device's secure storage.WHAT YOU WILL LEARN¿ Learn every aspect of Xamarin to create cross-platform mobile applications.¿ Refresh .NET, C#, and Visual Studio skills required for mobile development.¿ Build UI with XAML, views, and layouts, including navigation.¿ Use reusable resources, data-oriented coding, multimedia support, and debug code.¿ Explore advanced programming patterns and ways to improve performance.WHO THIS BOOK IS FORThis book is intended for beginners, aspiring mobile developers, .NET users, Visual Studio users, and application developers eager to design and build mobile apps compatible with numerous platforms. This book will also refresh your knowledge of .NET and C# so you can begin Xamarin development rapidly.
Manage your Microsoft 365 workloads between SharePoint Server and SharePoint Online using the SharePoint Hybrid configurationKey FeaturesExplore the collaborative features of SharePoint Server technologies using expert techniquesMigrate your Microsoft 365 workload and Teamwork services to SharePoint Online using a hybrid configurationLearn how to map traditional Microsoft services to a cloud service modelBook DescriptionSharePoint Server is an on-premises collaboration and business productivity platform. It serves as a content management and web services platform, enabling users to create, publish, and discover content and applications and integrate with business systems.This SharePoint book offers complete, up-to-date coverage of the SharePoint Server 2019 interface to help you configure and deploy confidently from the start. With the help of clear and succinct explanations and expert tips, this book covers SharePoint Server and SharePoint Hybrid configuration as well as the process for migrating to Microsoft SharePoint Online. As the book takes you through strategies and techniques for configuring and managing SharePoint on-premises and hybrid scenarios, you'll get to grips with the concepts essential for SharePoint deployments, such as authentication, Business Connectivity Services, and the data gateway. You'll also explore migration methods and strategies.By the end of this book, you'll have learned the fundamentals of deploying SharePoint Server 2019 and be able to use this reference guide for your administration tasks.What You Will LearnUnderstand how SharePoint Server technologies enable you to collaborateDeploy and configure SharePoint Server 2019Configure and manage SharePoint site collectionsManage data migration with SharePoint's migration toolsExplore Business Connectivity Services (BCS) for working with external data sourcesGet to grips with the different types of authentication available in the SharePoint ecosystemWho this book is forMicrosoft SharePoint Server 2019 and SharePoint Hybrid Administration is targeted at entry-level SharePoint Server administrators who want to learn how to deploy and manage SharePoint farms, service applications, and connected data services.
Take a concise approach to learning how DAX, the function language of Power BI and PowerPivot, works. This book focuses on explaining the core concepts of DAX so that ordinary folks can gain the skills required to tackle complex data analysis problems. But make no mistake, this is in no way an introductory book on DAX. A number of the topics you will learn, such as the concepts of context transition and table expansion, are considered advanced and challenging areas of DAX.While there are numerous resources on DAX, most are written with developers in mind, making learning DAX appear an overwhelming challenge, especially for those who are coming from an Excel background or with limited coding experience. The reality is, to hit the ground running with DAX, it's not necessary to wade through copious pages on rarified DAX functions and the technical aspects of the language. There are just a few mandatory concepts that must be fully understood before DAX can be mastered. Knowledge of everything else in DAX is built on top of these mandatory aspects. Author Alison Box has been teaching and working with DAX for over eight years, starting with DAX for PowerPivot, the Excel add-in, before moving into the Power BI platform. The guide you hold in your hands is an outcome of these years of experience explaining difficult concepts in a way that people can understand. Over the years she has refined her approach, distilling down the truth of DAX which is "e;you can take people through as many functions as you like, but it's to no avail if they don't truly understand how it all works."e; You will learn to use DAX to gain powerful insights into your data by generating complex and challenging business intelligence calculations including, but not limited to:Calculations to control the filtering of information to gain better insight into the data that matters to youCalculations across dates such as comparing data for the same period last year or the previous periodFinding rolling averages and rolling totalsComparing data against targets and KPIs or against average and maximum valuesUsing basket analysis, such as "e;of customers who bought product X who also bought product Y"e;Using "e;what if"e; analysis and scenariosFinding "e;like for like"e; salesDynamically showing TopN/BottomN percent of customers or products by salesFinding new and returning customers or sales regions in each month or each year Who This Book Is ForExcel users and non-technical users of varying levels of ability or anyone who wants to learn DAX for Power BI but lacks the confidence to do so
Il volume è suddiviso in due parti essendo pensato per il terzo anno (parte I) e il quarto anno (parte II) del corso di studi di Informatica. Il testo è appositamente approntato per un principiante che intende avvicinarsi alla disciplina della programmazione dei computer. Via via che si procede nella lettura, il livello degli argomenti presentati cresce e i contenuti diventano adatti ad un programmatore di livello intermedio. Nella I parte si affrontano i primi concetti della programmazione ad oggetti e gli algoritmi di base su semplici strutture dati in memoria. Si arriva ad affrontare alcuni algoritmi di una certa complessità come l'allineamento di stringhe e alcuni algoritmi su grafi. Nella II parte si sviluppano i concetti più importanti della programmazione ad oggetti, fino ad arrivare ad elementi di programmazione di ordine superiore.
This book provides a concise guide to the kind of customization programmers can achieve with AutoCAD 2006. It demonstrates how to use AutoCAD through short code examples wr- ten in Visual Basic for Applications (VBA). It also includes a complete quick reference that lists all the events, methods, and properties available with AutoCAD. Finally, it describes all the constants and system variables. What Is AutoCAD? So, what is AutoCAD? First released in 1982 under the name MicroCAD, AutoCAD has become a powerful tool for drafting and design purposes. AutoCAD 2006 incorporates many new features to enhance flexibility and drawing control. To reflect this extra functionality, many new ActiveX objects, properties, methods, and events have been included for improved programmability. What Is This Book About? This book is about AutoCAD 2006 and how to use AutoCAD VBA in your applications to h- dle all your drawing tasks more efficiently. It shows you how to programmatically control the creation and editing of individual drawing objects, manipulate linetypes and layers, control text and dimension styles, and do much more. As you encounter each of these topics, you'll learn all about the associated objects, including their properties, methods, and events. By interfacing with AutoCAD, you can exploit all of AutoCAD's functionality that would have taken you a long time to write yourself. This book will first help you learn how to use this functionality. Then it will become a handy reference later, when you have a question that you just can't answer.
Practical IPv6 for Windows Administrators is a handy guide to implementing IPv6 in a Microsoft Windows environment. This is the book you need if you are a Microsoft Windows Administrator confronted with IPv6 and in need of a quick resource to get up and going. The book covers the current state of IPv6 and its support in Microsoft Windows. It provides best-practices and other guidance toward successful implementation.This book is especially written with the goal of translating your current expertise in IPv4 into the new realm of IPv6. Special attention is given to dual-stack configurations, helping you to run IPv4 and IPv6 side-by-side and support both protocol versions during a transition period. Practical IPv6 for Windows Administrators is also a fast reference you can look at to get something done quickly. It covers IPv6 addressing, management of IPv6 from Powershell, Advanced Firewall configuration, and use of IPv6 in Hyper-V and virtual networking environments. You'll find practical examples showing how IPv6 integrates with all the standard tools you use for IPv4 today, tools like DNS and DHCP. You'll also find insider knowledge on IPv6 that can help avert stumbling points on the road to deployment.Provides a quick path from IPv4 expertise to IPv6 implementation Gives best-practices specific to Windows on IPv6 and dual stack networks Is chock full of practical examples showing how to manage IPv6 on Windows
Tilmeld dig nyhedsbrevet og få gode tilbud og inspiration til din næste læsning.
Ved tilmelding accepterer du vores persondatapolitik.