Windows Shell Programming book suggestion

Posted by Lijo on Stack Overflow See other posts from Stack Overflow or by Lijo
Published on 2010-06-10T13:25:53Z Indexed on 2010/06/10 13:42 UTC
Read the original article Hit count: 206

Filed under:
|
|

Hi,

I am a web developer using C#. I would like to experiment with Windows shell programming in C#. Many people suggests that using managed applications for shell program, is dangerous. (Creation of separate instances for each process versus in process shell. Also version dependency)

Frankly speaking, I am totally new to shell. Is there a book available, that will treat these topics; both through managed code and unmanaged code (but mostly towards managed code)? It would be great if that book is concise , for beginner and giving theoretical background of the shell.

Please suggest….

Thanks

Lijo

© Stack Overflow or respective owner

Related posts about c#

Related posts about Windows