Discover how to utilize Entity Framework Core for performing CRUD (create, read, update, and delete) operations on data.
Latest Miscellaneous Articles
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.
Learn to Secure an ASP.NET Web API Using HMAC
Learn about the HMAC authentication mechanism and study the source code sample for securing an ASP.NET Web API using HMAC.
Developers Facing Changes Coming in .NET 2015
Learn about the changes coming in .NET 2015 and how they will affect your productivity.
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.

Using Visual Basic to Create PDFs from Images
Explore how to convert images to a PDF document and how to combine two PDF documents into one.
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.