Understand which parts of your code can be optimized, and how you can measure improvements in performance compared to a baseline.
Latest Web Forms Articles
Your First ASP.NET Core 1.0 App
Pursue how an ASP.NET Core 1.0 application can be built using the Empty project template.
Customizing Complex Forms for XAF Applications: Challenges and Solutions
Learn more about creating custom and complex forms for your XAF applications.
Building Browser-based Kiosk Apps with C#/VB.NET (Using DotNetBrowser)
Create a C#/VB.NET kiosk application that runs on Windows and displays modern Web content using WPF or WinForms and a Browser control based on Chromium.
Web Developers: Are Your Sites Using HTTPS?
Web sites that need certificates, the secure ones running under HTTPS, are quickly becoming the standard. Get ready to use certificates.
Using the Gravatar API: Announcing Your Presence
Because codeguru.com is covering social media this month, I've got another social-related post for you. This time, it's how to use Gravatar with .NET.
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.