|
|
|
|
|
by steve1977
756 days ago
|
|
> In Windows, everything is a handle (except sockets, which are copied from BSD). A handle to an object. I think that is the main difference that is also visible in tools like PowerShell (as compared to the UNIX shell). Linux is very free form, Windows is much more structured and strongly typed. |
|
PowerShell is .NET and operates a few more abstraction layers above the Win32 API.