Become introduced to the fantastic world of .NET Core.
Latest Miscellaneous Articles
Getting Started with Visual Studio 2017 and ASP.NET Core
Still postponing the upgrade to VS 2017? Here's some information that can help you decide whether to plunge ahead or wait longer.
Performing Database Operations using Entity Framework Core and ASP.NET Core
Discover how to utilize Entity Framework Core for performing CRUD (create, read, update, and delete) operations on data.
Customizing Complex Forms for XAF Applications: Challenges and Solutions
Learn more about creating custom and complex forms for your XAF applications.
Producer and Consumer for Kafka in .NET: An Exploration
Learn to set up a test Kafka broker on a Windows machine, create a Kafka producer, and create a Kafka consumer using the .NET framework.
Base64 Encoding from C#
Using the Base64 system isn't as archaic as you might think. Refresh your skills here.
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

TypeScript for the C# Developer
Learn about TypeScript: what it is, and its type system.

Detecting a Touchscreen in Visual Basic
Learn how to detect if a touchscreen is available on the device running your application. You'll also see how to display a touch-enabled keyboard!
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.