Author: William R. Stanek
Publisher: John Wiley & Sons
ISBN: 1118080327
Category : Computers
Languages : en
Pages : 914
Book Description
Packed with more than 300 sample scripts and an extensive collection of library functions, this essential scripting book is the most thorough guide to Windows scripting and PowerShell on the market. You’ll examine how Windows scripting is changing the face of system and network administration by giving everyday users, developers, and administrators the ability to automate repetitive tasks. Plus, this is the first time that VBScript, Jscript, and Powershell are all covered in a single resource.
Microsoft PowerShell, VBScript and JScript Bible
Author: William R. Stanek
Publisher: John Wiley & Sons
ISBN: 1118080327
Category : Computers
Languages : en
Pages : 914
Book Description
Packed with more than 300 sample scripts and an extensive collection of library functions, this essential scripting book is the most thorough guide to Windows scripting and PowerShell on the market. You’ll examine how Windows scripting is changing the face of system and network administration by giving everyday users, developers, and administrators the ability to automate repetitive tasks. Plus, this is the first time that VBScript, Jscript, and Powershell are all covered in a single resource.
Publisher: John Wiley & Sons
ISBN: 1118080327
Category : Computers
Languages : en
Pages : 914
Book Description
Packed with more than 300 sample scripts and an extensive collection of library functions, this essential scripting book is the most thorough guide to Windows scripting and PowerShell on the market. You’ll examine how Windows scripting is changing the face of system and network administration by giving everyday users, developers, and administrators the ability to automate repetitive tasks. Plus, this is the first time that VBScript, Jscript, and Powershell are all covered in a single resource.
The Astrophotography Manual
Author: Chris Woodhouse
Publisher: Taylor & Francis
ISBN: 1351658921
Category : Photography
Languages : en
Pages : 1036
Book Description
The Astrophotography Manual, Second Edition is for photographers ready to move beyond standard SLR cameras and editing software to create beautiful images of nebulas, galaxies, clusters, and the stars. Beginning with a brief astronomy primer, this book takes readers through the full astrophotography process, from choosing and using equipment to image capture, calibration, and processing. This combination of technical background and hands-on approach brings the science down to earth, with practical methods to ensure success. This second edition now includes: Over 170 pages of new content within 22 new chapters, with 600 full-color illustrations. Covers a wide range of hardware, including mobile devices, remote control and new technologies. Further insights into leading software, including automation, Sequence Generator Pro and PixInsight Ground-breaking practical chapters on hardware and software as well as alternative astrophotography pursuits
Publisher: Taylor & Francis
ISBN: 1351658921
Category : Photography
Languages : en
Pages : 1036
Book Description
The Astrophotography Manual, Second Edition is for photographers ready to move beyond standard SLR cameras and editing software to create beautiful images of nebulas, galaxies, clusters, and the stars. Beginning with a brief astronomy primer, this book takes readers through the full astrophotography process, from choosing and using equipment to image capture, calibration, and processing. This combination of technical background and hands-on approach brings the science down to earth, with practical methods to ensure success. This second edition now includes: Over 170 pages of new content within 22 new chapters, with 600 full-color illustrations. Covers a wide range of hardware, including mobile devices, remote control and new technologies. Further insights into leading software, including automation, Sequence Generator Pro and PixInsight Ground-breaking practical chapters on hardware and software as well as alternative astrophotography pursuits
The British National Bibliography
Author: Arthur James Wells
Publisher:
ISBN:
Category : Bibliography, National
Languages : en
Pages : 1922
Book Description
Publisher:
ISBN:
Category : Bibliography, National
Languages : en
Pages : 1922
Book Description
Microsoft VBScript Step by Step
Author: Ed Wilson
Publisher: Pearson Education
ISBN: 073563842X
Category :
Languages : en
Pages : 713
Book Description
Get guidance from a well-known scripting expert—and teach yourself the fundamentals of Microsoft Visual Basic Scripting Edition (VBScript). This tutorial delivers hands-on, self-paced learning labs to help you get started automating Microsoft Windows administration—one step at a time. Discover how to: Manage folders and files with a single script Configure network components with Windows Management Instrumentation Administer users and groups using subroutines and Active Directory Service Interfaces (ADSI) Design logon scripts to configure and maintain user environments Monitor and manage network printers Back up and edit the registry—avoiding common pitfalls Handle errors and troubleshoot scripts Simplify administration for Microsoft Exchange Server 2003 and Internet Information Services 6.0 Includes a CD featuring: All practice exercises 100+ sample scripts to adapt for your own work For customers who purchase an ebook version of this title, instructions for downloading the CD files can be found in the ebook.
Publisher: Pearson Education
ISBN: 073563842X
Category :
Languages : en
Pages : 713
Book Description
Get guidance from a well-known scripting expert—and teach yourself the fundamentals of Microsoft Visual Basic Scripting Edition (VBScript). This tutorial delivers hands-on, self-paced learning labs to help you get started automating Microsoft Windows administration—one step at a time. Discover how to: Manage folders and files with a single script Configure network components with Windows Management Instrumentation Administer users and groups using subroutines and Active Directory Service Interfaces (ADSI) Design logon scripts to configure and maintain user environments Monitor and manage network printers Back up and edit the registry—avoiding common pitfalls Handle errors and troubleshoot scripts Simplify administration for Microsoft Exchange Server 2003 and Internet Information Services 6.0 Includes a CD featuring: All practice exercises 100+ sample scripts to adapt for your own work For customers who purchase an ebook version of this title, instructions for downloading the CD files can be found in the ebook.
Windows PowerShell 2.0
Author: Don Jones
Publisher:
ISBN: 9780982131428
Category : Computers
Languages : en
Pages : 705
Book Description
Publisher:
ISBN: 9780982131428
Category : Computers
Languages : en
Pages : 705
Book Description
Learning WCF
Author: Michele Leroux Bustamante
Publisher: "O'Reilly Media, Inc."
ISBN: 0596101627
Category : Computers
Languages : en
Pages : 607
Book Description
This easy-to-use introduction to the Microsoft Windows Communication Foundation removes the complexity of using the API by providing detailed answers, explanations, and code samples to the most common questions asked by software developers.
Publisher: "O'Reilly Media, Inc."
ISBN: 0596101627
Category : Computers
Languages : en
Pages : 607
Book Description
This easy-to-use introduction to the Microsoft Windows Communication Foundation removes the complexity of using the API by providing detailed answers, explanations, and code samples to the most common questions asked by software developers.
Effective Java
Author: Joshua Bloch
Publisher: Addison-Wesley Professional
ISBN: 0132778041
Category : Computers
Languages : en
Pages : 375
Book Description
Are you looking for a deeper understanding of the JavaTM programming language so that you can write code that is clearer, more correct, more robust, and more reusable? Look no further! Effective JavaTM, Second Edition, brings together seventy-eight indispensable programmer’s rules of thumb: working, best-practice solutions for the programming challenges you encounter every day. This highly anticipated new edition of the classic, Jolt Award-winning work has been thoroughly updated to cover Java SE 5 and Java SE 6 features introduced since the first edition. Bloch explores new design patterns and language idioms, showing you how to make the most of features ranging from generics to enums, annotations to autoboxing. Each chapter in the book consists of several “items” presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and outstanding code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. Highlights include: New coverage of generics, enums, annotations, autoboxing, the for-each loop, varargs, concurrency utilities, and much more Updated techniques and best practices on classic topics, including objects, classes, libraries, methods, and serialization How to avoid the traps and pitfalls of commonly misunderstood subtleties of the language Focus on the language and its most fundamental libraries: java.lang, java.util, and, to a lesser extent, java.util.concurrent and java.io Simply put, Effective JavaTM, Second Edition, presents the most practical, authoritative guidelines available for writing efficient, well-designed programs.
Publisher: Addison-Wesley Professional
ISBN: 0132778041
Category : Computers
Languages : en
Pages : 375
Book Description
Are you looking for a deeper understanding of the JavaTM programming language so that you can write code that is clearer, more correct, more robust, and more reusable? Look no further! Effective JavaTM, Second Edition, brings together seventy-eight indispensable programmer’s rules of thumb: working, best-practice solutions for the programming challenges you encounter every day. This highly anticipated new edition of the classic, Jolt Award-winning work has been thoroughly updated to cover Java SE 5 and Java SE 6 features introduced since the first edition. Bloch explores new design patterns and language idioms, showing you how to make the most of features ranging from generics to enums, annotations to autoboxing. Each chapter in the book consists of several “items” presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and outstanding code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. Highlights include: New coverage of generics, enums, annotations, autoboxing, the for-each loop, varargs, concurrency utilities, and much more Updated techniques and best practices on classic topics, including objects, classes, libraries, methods, and serialization How to avoid the traps and pitfalls of commonly misunderstood subtleties of the language Focus on the language and its most fundamental libraries: java.lang, java.util, and, to a lesser extent, java.util.concurrent and java.io Simply put, Effective JavaTM, Second Edition, presents the most practical, authoritative guidelines available for writing efficient, well-designed programs.
ASP.NET Core Application Development
Author: James Chambers
Publisher: Microsoft Press
ISBN: 1509304096
Category : Computers
Languages : en
Pages : 1008
Book Description
This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book. Through four complete sprints, this book takes you through every step needed to build brand new cross-platform web apps with ASP.NET Core, and make them available on the Internet. You won't just master Microsoft's revolutionary open source ASP.NET Core technology: you'll learn how to integrate the immense power of MVC, Docker, Azure Web Apps, Visual Studio and Visual Studio Code, C#, JavaScript, TypeScript, and Entity Framework. Working through the authors' carefully designed sprints, you'll start with a blank canvas, move through software architecture and design, adjusting to user feedback, recovering from mistakes, builds, testing, deployment, maintenance, refactoring, and more. Along the way, you'll learn techniques for delivering state-of-the-art software to users more rapidly and repeatably than ever before.
Publisher: Microsoft Press
ISBN: 1509304096
Category : Computers
Languages : en
Pages : 1008
Book Description
This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book. Through four complete sprints, this book takes you through every step needed to build brand new cross-platform web apps with ASP.NET Core, and make them available on the Internet. You won't just master Microsoft's revolutionary open source ASP.NET Core technology: you'll learn how to integrate the immense power of MVC, Docker, Azure Web Apps, Visual Studio and Visual Studio Code, C#, JavaScript, TypeScript, and Entity Framework. Working through the authors' carefully designed sprints, you'll start with a blank canvas, move through software architecture and design, adjusting to user feedback, recovering from mistakes, builds, testing, deployment, maintenance, refactoring, and more. Along the way, you'll learn techniques for delivering state-of-the-art software to users more rapidly and repeatably than ever before.
Microsoft Exchange Server 2010 Best Practices
Author: Joel Stidley
Publisher: Pearson Education
ISBN: 0735649154
Category : Computers
Languages : en
Pages : 1322
Book Description
Covers Service Pack 1! Apply best practices for administering Exchange Server 2010 and SP1--and optimize your operational efficiency and results. This guide captures the field-tested solutions, real-world lessons, and candid advice of practitioners across the range of business and technical scenarios--and across the IT life cycle. Gain expert insights on what works, where to make tradeoffs, and how to implement the best decisions for your organization. Discover how to: Apply scenario-based guidance for planning and deployment Prepare Active Directory(R) and the server environment Validate requirements and understand configuration tradeoffs Learn best ways to manage users, mailboxes, and permissions Optimize message routing and security Design and implement Unified Messaging and federated delegation Define your archiving and compliance strategy Build high availability into your backup and recovery plan Monitor and tune performance Apply proven troubleshooting tactics Companion Web content features: Checklists, planning worksheets, and other job aids Quick Reference Guide to best practices, including recommended configurations Fast-reference card for using Windows PowerShell(TM)
Publisher: Pearson Education
ISBN: 0735649154
Category : Computers
Languages : en
Pages : 1322
Book Description
Covers Service Pack 1! Apply best practices for administering Exchange Server 2010 and SP1--and optimize your operational efficiency and results. This guide captures the field-tested solutions, real-world lessons, and candid advice of practitioners across the range of business and technical scenarios--and across the IT life cycle. Gain expert insights on what works, where to make tradeoffs, and how to implement the best decisions for your organization. Discover how to: Apply scenario-based guidance for planning and deployment Prepare Active Directory(R) and the server environment Validate requirements and understand configuration tradeoffs Learn best ways to manage users, mailboxes, and permissions Optimize message routing and security Design and implement Unified Messaging and federated delegation Define your archiving and compliance strategy Build high availability into your backup and recovery plan Monitor and tune performance Apply proven troubleshooting tactics Companion Web content features: Checklists, planning worksheets, and other job aids Quick Reference Guide to best practices, including recommended configurations Fast-reference card for using Windows PowerShell(TM)
JavaScript Bible
Author: Danny Goodman
Publisher: John Wiley & Sons
ISBN: 0470146230
Category : Computers
Languages : en
Pages : 1203
Book Description
Make your Web pages stand out above the noise with JavaScript and the expert instruction in this much-anticipated update to the bestselling JavaScript Bible. With renowned JavaScript expert Danny Goodman at your side, you’ll get a thorough grounding in JavaScript basics, see how it fits with current Web browsers, and find all the soup-to-nuts detail you’ll need. Whether you’re a veteran programmer or just starting out, this is the JavaScript book Web developers turn to again and again. Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
Publisher: John Wiley & Sons
ISBN: 0470146230
Category : Computers
Languages : en
Pages : 1203
Book Description
Make your Web pages stand out above the noise with JavaScript and the expert instruction in this much-anticipated update to the bestselling JavaScript Bible. With renowned JavaScript expert Danny Goodman at your side, you’ll get a thorough grounding in JavaScript basics, see how it fits with current Web browsers, and find all the soup-to-nuts detail you’ll need. Whether you’re a veteran programmer or just starting out, this is the JavaScript book Web developers turn to again and again. Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.