Microsoft renames and upgrades two Forefront security servers.
Latest Security Articles
Working with Forms
Forms are how your users talk to your scripts. To get the most out of PHP, you must master forms. The first thing you need to understand is that although PHP makes it easy to access form data, you must be careful of how you work with the data.
PHP Tip: Validating a Credit Card
Learn how to make sure the credit card you're accepting isn't fraudulent.
Computing a MS-CHAPv2 Client Response
Learn about a RFC2759-compliant implementation of the MS-CHAPv2 response calculation algorithm.
Keyboard Spy: Implementation and Counter Measures
Learn to develop hook-based key loggers and hook-safe software.
Security Certificates Treatment with CryptoAPI
How to add security certificates to certificates stores, as well as how to get information from them. This uses CryptoAPI.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Creating a Command Prompt Window Using Visual Basic
Learn how to simulate the DOS Command Prompt window from a Visual Basic form.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.