Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / operating-systems / Windows

The Windows API: Learn It - Live It

5.00/5 (17 votes)
22 May 2010CPOL 30.3K  
Don't drink the kool-aid. You still need to know how to use the Windows API in .Net apps.
I've noticed something since I started writing DotNet code. It seems that people aren't being taught or are simply ignorant of the Windows API, and don't know to think that far outside the box when they need to do something that more experienced programmers (people that started programming before 2001) are more ready/able to fall back to.

One of my favorite sites is pInvoke.net[^]. It contains invaluable information regarding the use of the Windows API via the System.Runtime.InteropServices namespace, and it contains not only the correct method prototypes, but examples for using most of the API calls.

Using the Windows API is an essential part of the development process regardless of what Microsoft tries to tell you.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)