# books-for-programmers

## What books do you recommend for programmers?

The most comprehensive book about PowerShell is still, without a doubt, *Windows PowerShell in Action* by Bruce Payette (one of the original language architects). The Third Edition is available now, with updates by Richard Siddaway. It's published by Manning, so there are a couple of free chapters on their site.

* [Windows PowerShell in Action, Third Edition - Manning Publications](https://www.manning.com/books/windows-powershell-in-action-third-edition)
* [Windows PowerShell in Action, Third Edition (via Amazon affiliate)](http://amzn.to/2zu7Lo2)

## What books do you recommend for .NET developers?

If you're a .Net developer that's trying to learn PowerShell, you might also have a look at *Windows PowerShell for Developers*, by Douglas Finke -- it's full of scripts that you can relate to, and that will help you learn to embed PowerShell in your apps for scripting, automate task in development, and interact with .Net and native DLLs, COM, etc.

* [Windows PowerShell for Developers - O'Reilly Media](http://shop.oreilly.com/product/0636920024491.do)
* [Windows PowerShell for Developers (via Amazon affiliate)](http://amzn.to/2xeece8)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://poshcode.gitbook.io/powershell-faq/src/learning-paths/books-for-programmers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
