Mention application programming interfaces (APIs) and Windows Vista together, and many programmers assume you're referring to the much-ballyhooed managed interfaces that comprise the new .NET ...
Let's say I have some existing, unmanaged C++ APIs that also include C code (using extern "C"). If I wanted to write a basic C# WPF GUI front-end utilizing these pieces, is that a good idea, or just ...
So this is one of the odder problems I've seen recently. We have a system with a C#/Windows.Forms GUI that talks to an unmanaged DLL (written in C with Visual C++). The DLL does some log generation ...
ON JUNE 6, Microsoft posted security bulletin MS02-026, titled “Unchecked Buffer in ASP .Net Worker Process.” Tongues immediately began to wag. Wasn’t .Net supposed to prevent this sort of thing? It’s ...