Mostrando 21,441 - 21,460 Resultados de 22,101 Para Buscar '"The Master"', tiempo de consulta: 0.10s Limitar resultados
  1. 21441
    Publicado 2009
    “…Detailed information on: Using the powerful Integration Services tools to create solutions without the need to write lines of code Creating packages programmatically or developing custom tasks via the Integration Services object Building robust packages to solve common requirements Securing packages for different environments Using often overlooked or unknown platform features Setting up all the stock components, including data flow components, tasks, Foreach enumerators, connection managers, and log providers Writing robust and useful custom tasks Building packages that seamlessly deploy to other environments Writing custom data flow adapters and transforms Using script tasks and components Easily modifying configurations for multiple packages simultaneously Writing a Task UI that looks just like the stock tasks Tapping into the power of Integration Services for accessing heterogeneous data sources Using expressions to make packages more responsive to the environment Migrating your DTS packages with no stress Kirk Haselden is the Group Program Manager for the Microsoft Master Data Management product forthcoming in the next wave of Office SharePoint Services and owns the long term strategy, vision, planning, ..…”
    Libro electrónico
  2. 21442
    por Siebert, Eric, 1966-
    Publicado 2009
    “…Coverage includes Understanding your current infrastructure--and all the ways virtualization will change it Building VI3 environments for maximum reliability and performance Choosing the right software, servers, storage, and network infrastructure Constructing your virtualized environment Configuring virtual networking, storage, and resources to maximize host and guest performance Systematically securing hosts, VMs, networks, and vCenter Servers Mastering best practices for populating virtual environments, including P2V migration, templating, and..…”
    Libro electrónico
  3. 21443
    Publicado 2012
    “…—Verne Harnish, CEO, Gazelles; author, Mastering the Rockefeller Habits “Brad Hams tells it like it truly is: transparency creates trust; trust creates engagement; engagement creates a healthy enterprise. …”
    Libro electrónico
  4. 21444
    Publicado 2011
    “…This book will help you Install and set up your Rails development environment Go beyond generated code to truly understand how to build Rails applications from scratch Learn Test Driven Development (TDD) with RSpec Effectively use the Model-View-Controller (MVC) pattern Structure applications using the REST architecture Build static pages and transform them into dynamic ones Master the Ruby programming skills all Rails developers need Define high-quality site layouts and data models Implement registration and authentication systems, including validation and secure passwords Update, display, and delete users Add social features and microblogging, including an introduction to Ajax Record version changes with Git and share code at GitHub Simplify application deployment with Heroku…”
    Libro electrónico
  5. 21445
    Publicado 2010
    “…Install IronRuby and choose the right development environment for your needs Master IronRuby syntax, methods, blocks, classes, modules, libraries, and more Write code that takes advantage of IronRuby’s dynamic and metaprogramming features Utilize .NET services and frameworks to write more powerful Ruby code than ever before Incorporate efficient data access into your IronRuby applications Use IronRuby to build Windows software with both WinForms and WPF Rapidly build high-quality Web applications with IronRuby and Ruby on Rails Create rich Web 2.0 applications with IronRuby and Microsoft Silverlight Test .NET code with Ruby’s leading unit testing frameworks Run IronRuby code from other .NET code, and create .NET code libraries that fit well with IronRuby code…”
    Libro electrónico
  6. 21446
    por Hartl, Michael
    Publicado 2012
    “…This book will help you Install and set up your Rails development environment Go beyond generated code to truly understand how to build Rails applications from scratch Learn test-driven development (TDD) with RSpec Effectively use the Model-View-Controller (MVC) pattern Structure applications using the REST architecture Build static pages and transform them into dynamic ones Master the Ruby programming skills all Rails developers need Define high-quality site layouts and data models Implement registration and authentication systems, including validation and secure passwords Update, display, and delete users Add social features and microblogging, including an introduction to Ajax Record version changes with Git and share code at GitHub Simplify application deployment with Heroku…”
    Libro electrónico
  7. 21447
    Publicado 2022
    “…His expertise and curiosity, combined with a heartfelt desire to share his knowledge, motivates him to dive into and master any web project, complex or otherwise, in order to help developers achieve their project goals. …”
    Libro electrónico
  8. 21448
    Publicado 2012
    “…Every chapter groups related tasks together, so you can jump straight to your solution, without having to identify the right class or framework first. Coverage includes: Mastering the iOS 5 SDK, Objective-C essentials, and the iOS development lifecycle Designing and customizing interfaces with Interface Builder and Objective-C Organizing apps with view controllers, views, and animations featuring the latest Page View controllers and custom containers Making the most of touch and gestures—including custom gesture recognizers Building and using controls from the ground up Working with Core Image and Core Text Implementing fully featured Table View edits, reordering, and custom cells Creating managed database stores; then adding, deleting, querying, and displaying data Alerting users with dialogs, progress bars, local and push notifications, popovers, and pings Requesting and using feedback Connecting to networks and services, handling authentication, and managing downloads Deploying apps to devices, testers, and the App Store…”
    Libro electrónico
  9. 21449
    Publicado 2015
    “…Paul obtained his Bachelor of Arts degree from the University of California, San Diego, and his Master's degree in Electrical Engineering (MSEE) from the University of California, Santa Barbara. …”
    Video
  10. 21450
    Publicado 2018
    “…What you will learn Compile, package, and run a program using a build management tool Get to know the principles of test-driven development Separate the wiring of multiple modules from application logic Use Java annotations for configuration Master the scripting API built into the Java language Understand static versus dynamic implementation of code Who this book is for This book is for anyone who wants to learn the Java programming language. …”
    Libro electrónico
  11. 21451
    Publicado 2020
    “…With some practice and by applying the techniques that Randall teaches you, you will soon be ready to master the finer nuances of creating magnificent landscape photographs. …”
    Libro electrónico
  12. 21452
    Publicado 2019
    “…By the end of this book, you'll have mastered the art of building, training, and deploying deep learning models in Go to solve real-world problems. …”
    Libro electrónico
  13. 21453
    Publicado 2020
    “…What you will learn Learn data wrangling with Python and Pandas for your data science and AI projects Automate tasks such as text classification, email filtering, and web scraping with Python Use Matplotlib to generate a variety of stunning graphs, charts, and maps Automate a range of report generation tasks, from sending SMS and email campaigns to creating templates, adding images in Word, and even encrypting PDFs Master web scraping and web crawling of popular file formats and directories with tools like Beautiful Soup Build cool projects such as a Telegram bot for your marketing campaign, a reader from a news RSS feed, and a machine learning model to classify emails to the correct department based on their content Create fire-and-forget automation tasks by writing cron jobs, log files, and regexes with Python scripting Who this book is for Python Automation Cookbook - Second Edition is for developers, data enthusiasts or ..…”
    Libro electrónico
  14. 21454
    Publicado 2020
    “…Use structured programming constructs to write functioning code immediately Learn both the complexities and solutions to nullable reference types Thoroughly master C# object constructs, including classes, inheritance, and interfaces Reduce code redundancy with generics, delegates, lambda expressions, and events Take full advantage of collections, including the new standard query operator collection API Make the most of reflection, attributes, and the declarative programming paradigm Improve multithreading with the task-based async pattern and C# 8.0 asynchronous streams Enhance performance through the parallel processing of data and multithreading tasks Program complex types with enhanced pattern matching syntax Interoperate with unmanaged code written in other languages, including C-based APIs Explore the relationship between C# programs and the underlying CLI runtime Register your product for convenient access to downloads, updates, and/or corrections as they become available. …”
    Libro electrónico
  15. 21455
    Publicado 2020
    “…—Guy Tal “The medium of photography has a long tradition of practitioners who were not only masterful photographers, but were also insightful and thoughtful writers—the thinking man’s photographers. …”
    Libro electrónico
  16. 21456
    Publicado 2019
    “…Discover how his proven strategy can work for your business and master the principles of inbound and content marketing that have empowered thousands of companies to achieve exceptional growth. …”
    Libro electrónico
  17. 21457
    Publicado 2017
    “…. - Selection from Clean Code [Book] Clean Code (Video Series) About Robert “Uncle Bob” Martin Robert Martin (Uncle Bob) (@unclebobmartin) has been a programmer since 1970. He is the Master Craftsman at 8th Light inc, co-founder of the on-line video training company: cleancoders.com , and founder of Uncle Bob Consulting LLC. …”
    Video
  18. 21458
    Publicado 2015
    “…If you want instant answers for maximum productivity, here they are! • Master core skills you can use in every Office 2016 for Mac program • Quickly create visual documents with advanced formatting and graphics • Build complex documents with columns, footnotes, headers, and tables • Enter and organize Excel data more accurately and efficiently • Quickly move, copy, delete, and format large amounts of data with Excel ranges • Use charts to make data more visual, intuitively understandable, and actionable • Add pizzazz to PowerPoint slide shows with animations and transitions • Use Outlook 2016 for Mac to efficiently manage your email, contacts, and calendar • Bring all your ideas and notes together in a OneNote notebook • Enhance your OneNote notebooks with links, files, and more • Customize your Office applications to work the way you do • Store and share your Office files in the cloud with Microsoft OneDrive • Collaborate with others, including people using other versions of Office…”
    Libro electrónico
  19. 21459
    Publicado 2020
    “…This book will help you Install and set up your Rails development environment, including a pre-installed integrated development environment (IDE) in the cloud Go beyond generated code to truly understand how to build Rails applications from scratch Learn testing and test-driven development (TDD) Effectively use the Model-View-Controller (MVC) pattern Structure applications using the REST architecture Build static pages and transform them into dynamic ones Master the Ruby programming skills all Rails developers need Create high-quality site layouts and data models Implement registration and authentication systems, including validation and secure passwords Update, display, and delete users Upload images in production using a cloud storage service Implement account activation and password reset, including sending email with Rails Add social features and microblogging, including an introduction to Ajax Record version changes with Git and create a secure remote repository at GitHub Deploy your applications early and often with Heroku…”
    Libro electrónico
  20. 21460
    por Simpkins, Stacy. author
    Publicado 2017
    “…What You’ll Learn: Utilize networking tools such as NetMon, WireShark, and Fiddler for troubleshooting Master SharePoint PAL, Webalizer, Indihaing, Developer Dashboard, the Feature Admin tool, and more Become proficient using Timer Jobs and Search Diagnostics Understand how various files are accessed by IIS sites and within the server file system Discover how IIS mappings and file permissions affect issues Troubleshoot with ULS Viewer, PowerShell, and tools such as ProcMon, PerfMon, and Event Viewer Meet your new best friend, the ULS Viewer Use Event Viewer as a troubleshooting source Become conversant in the “language” of SharePoint from the log’s perspective This book is for SharePoint administrators and developers who want to learn how to quickly diagnose and resolve issues in any SharePoint server in SharePoint farms where admin access is possible. …”
    Libro electrónico