Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- TFM 2,694
- Gestió de projectes 1,302
- Empreses 1,057
- Universidad Pontificia de Salamanca (España) 987
- Direcció i administració 882
- Planificació estratègica 792
- Development 785
- TFMP 721
- Application software 720
- Engineering & Applied Sciences 583
- Planificació 566
- Management 423
- Computer programs 420
- Computer Science 404
- Computer networks 359
- Examinations 350
- Data processing 338
- Python (Computer program language) 328
- Computer programming 304
- Arquitectura 298
- Edificis 297
- Sistemes d'informació per a la gestió 294
- Design 281
- History 277
- Indústria i comerç 274
- Comerç electrònic 273
- Cloud computing 269
- Certification 266
- Photography 262
- Operating systems (Computers) 259
-
21861Publicado 2023“…You will have learned to utilize filters, layouts, and baselines, update project schedules with completed/incomplete work, and demonstrate schedule delay and acceleration. What You Will Learn Master project planning and develop a Work Breakdown Structure (WBS) Schedule efficiently with task dependencies and critical path analysis Manage resources, track progress, control costs, create custom reports Use baselines, filters, and layouts to manage project efficiency Gain insight into project expenses and analyze financial budget variances Explore techniques to schedule projects with and without resources Audience This course aims to deliver content to project managers and schedulers wishing to use the software to schedule and control projects. …”
Video -
21862por Kottwitz, Stefan“…By the end of this TikZ book, you'll have mastered the finer details of image creation, enabling you to achieve visually stunning graphics with great precision. …”
Publicado 2023
Libro electrónico -
21863Publicado 2023“…He is a life-long programmer and problem-solving addict whose goal is to help people solve meaningful problems by mastering the art of software development. Please don't hesitate to get in touch with him about any opportunities or if you'd like to stay up to date on his other courses and live trainings. …”
Video -
21864Publicado 2024“…By the end of this book, you'll be ready to undertake IoT development projects, bridging the gap between your ideas and functional creations. What you will learn Master IoT essentials, such as networks, end devices, wireless connectivity, and the cloud Explore the ChatGPT prompting framework and build crucial skills for IoT projects Discover best practices for building robust IoT hardware prototypes Find out how to set up Visual Studio Code and PlatformIO IDE Connect ESP32 to AWS through TLS and MQTT Explore popular connectivity technologies widely adopted in IoT Integrate IoT sensors with ESP32 to capture accurate data using ChatGPT's assistance Who this book is for If you're a beginner interested in applying IoT technology to your projects but face challenges due to limited experience in embedded software coding, specifically in C and C++, this book is for you. …”
Libro electrónico -
21865Publicado 2023“…In the later chapters, you'll master components that enhance project organization, extensibility, security, and performance. …”
Libro electrónico -
21866VBScript, WMI and ADSI unleashed : using VBSscript, WMI, and ADSI to automate Windows administrationPublicado 2007“…Decide what you can script: a framework for getting started fast Understand how scripts are designed, assembled, and run Master VBScript from start to finish: functions, I/O, data manipulation, program flow, and much more Use scripting objects for tasks ranging from retrieving network information to mapping drives Utilize FileSystemObject to manipulate the Windows filesystem Write ADSI scripts to manipulate any directory service your company uses, from Active Directory to Novell NDS Modify domain information, users, groups, and policies Query WMI information–from basic to advanced Plan for errors, and test and debug your scripts Build your own “resource kit” of reusable script components ON THE WEB: Download all examples and source code presented in this book from ScriptingAnswers.com, where you’ll also be able to post follow-up questions directly to the author in a moderated, active community. …”
Libro electrónico -
21867Publicado 2005“…Henry “A cook learns to follow a recipe until he has mastered the art. This is your cookbook to successful Windows networks. …”
Libro electrónico -
21868Publicado 2008“…Special troubleshooting sections help you master the complex scenarios you will face on the exam. …”
Libro electrónico -
21869por Mutton, Paul“…IRC Hacks is a collection of tips and tools that cover just about everything needed to become a true IRC master, featuring contributions from some of the most renowned IRC hackers, many of whom collaborated on IRC, grouping together to form the channel #irchacks on the freenode IRC network (irc.freenode.net).Like all of our Hacks books, there are many different ways to use IRC Hacks . …”
Publicado 2004
Libro electrónico -
21870por Miller, Michael, 1958-“…Miller has written more than 75 nonfiction books over the past two decades, including Easy eBay, eBay Auction Templates Starter Kit, Tricks of the eBay Masters , and Making a Living from Your eBay Business . …”
Publicado 2008
Libro electrónico -
21871Publicado 2006“…. • Do more with Windows Vista in less time • Quickly start using Vista’s new user interface like a pro • Leverage the power of Vista’s new Aero graphics • Keep often-used tools and utilities handy by adding Gadgets to your new Windows Sidebar • Manage your digital picture library with Windows Photo Gallery • Utilize Vista’s Explorer windows to quickly get to data you need • Master Vista’s new Instant Search feature, so your files no longer get lost in the shuffle • Use the new Windows Media Player 11 to manage both your music and video collections • Automate routine Windows tasks so your computer works while you sleep • Improve security with Vista’s state-of-the-art Windows Defender • Easily optimize your disk’s files and folders and configure your home network • Protect your valuable data with Vista’s Backup and Restore Center • Surf the ’Net with tabbed browsing, manage RSS feeds, and more, using the new Internet Explorer 7 Greg Perry has been a leader in computer education for 20 years, having taught at the college level and written enough books and articles to be called “the most proficient computer author on earth.” …”
Libro electrónico -
21872Publicado 2006“…What you will learn from this book The idea of the server control and its pivotal role in ASP.NET development How to create templated ASP.NET pages using the new master page feature Techniques for debugging and handling errors How to work with data from enterprise databases including SQL Server 2005 and Oracle(r) Ways to package and deploy ASP.NET applications How to retrieve, update, and delete data quickly and logically How to implement the cultures and regions features to localize your web site into multiple languages for different visitors How to use the new "Altas" add-in for ASP.NET 2.0 to add Ajax-style capabilities to your ASP.NET applications An understanding of how to use and extend the new pro?…”
Libro electrónico -
21873Publicado 2009“…Build efficient LINQ queries to .NET objects, SQL databases, and XML content Utilize anonymous types to reduce design time, coding effort, and debugging time Automatically generate .NET state machines with the new yield return construct Master LINQ query syntax, operators, extension methods, sorting, grouping, aggregate and set operations, and more Make the most of select--and use it in the business layer of your n-tier applications Query relational data stored in Microsoft SQL Server Use nullable types to eliminate unnecessary database access plumbing code Use LINQ with ADO.NET 3.0 and Microsoft’s powerful new Entity Framework Extract XML data without the hassles or complexity of XPath Automatically construct XML from CSV files and other non-XML data Query Active Directory by extending LINQ Introduction 1 Part I Getting Ready for LINQ 1 Programming with Anonymous Types 5 2 Using Compound Type Initialization 29 3 Defining Extension and Partial Methods 61 4 yield return: Using .NET’s State Machine Generator 85 5 Understanding Lambda Expressions and Closures 97 6 Using Standard Query Operators 121 Part II LINQ for Objects 7 Sorting and Grouping Queries 137 8 Using Aggregate Operations 15..…”
Libro electrónico -
21874Publicado 2008“…He made his name writing for Sybex and Osborne–most notably in the best-selling Mastering Windows series. As an author and media developer for Que, Bob has written numerous Windows titles, including multiple editions of Que’s flagship Windows book, Special Edition Using Microsoft® Windows®. …”
Libro electrónico -
21875Publicado 2013“…At the end of this book, you will complete the integration of the sample application and master fixing real world problems utilizing your newly acquired professional techniques that will save you time and effort. …”
Libro electrónico -
21876“…From there, you'll learn to integrate all the interface elements iPhone users have come to know and love, such as buttons, switches, pickers, toolbars, and sliders. You'll master a variety of design patterns, from the simplest single view to complex hierarchical drill-downs. …”
Libro electrónico -
21877Publicado 2018“…If you take the time to learn and master just a few of the features covered in this guide, you'll be able to take your creative and technical skills to a whole new level. …”
Libro electrónico -
21878por Freeman, Adam. author“…Whether you are a beginner learning ASP.NET Core 3.1 app development, or an experienced professional ready to master advanced concepts, I consider this book a 'must have' for you!" …”
Publicado 2020
Libro electrónico -
21879Publicado 2021“…You’ll start with the core concepts that every architect should master, including data lifecycle, integration, and security, and build your aptitude for creating high-level technical solutions. …”
Libro electrónico -
21880Publicado 2016“…Course Pre-Requisites Basic command line skills: - moving to directories - creating and editing plain text files Table of Contents Introduction to Git Essentials Introduction to Part I Part I: Git Basics Lesson 1: Setting Up Git Learning objectives 1.1 Understand what can Git do for you 1.2 Install Git 1.3 Configure Git Lesson 2: Understanding and Using Git- The Basics Learning objectives 2.1 Create a Git repository (init, status) 2.2 Track changes (add, commit, log; what is master) 2.3 Look at differences 2.4 Look around 2.5 Undo changes 2.6 Ignore things in Git Lesson 3: Remotes and Branches Learning objectives 3.1 Understand what GitHub is and how it's used 3.2 Use remotes with https 3.3 Use remotes with ssh 3.4 Utilize self collaboration 3.5 Use Git for project management 3.6 Use branches on your own 3.7 Understand Git workflows 3.8 Incorporating changes after you branch 3.9 Use Git GUIs Introduction to Part II Part II: Collaborating with Git Lesson 4: Adding a Collaborator Learning objectives 4.1 Add a collaborator, push and pull down ch..…”