Discover how to utilize Entity Framework Core for performing CRUD (create, read, update, and delete) operations on data.
Latest Data & Databases Articles
Using SQL Cursors in VB.NET
Learn about SQL Cursors, and how to use them through Visual Basic.
Managing Your Drives Using C#
Sooner or later you'll need to find out about, and deal with, the various storage devices ("drives") available in your system.
Working with Apache Cassandra (a Big Data Database) from .NET Applications
Gain insight about the NoSQL big data database Apache Cassandra, create few a sample maps, otherwise called "tables,' and use it in a .NET framework world.
Using Raw Queries in Entity Framework
Use Entity Framework 5 or higher to incorporate raw SQL into your database.
Caching Regular Data Benefits Regular Programs, Too
Using output caching is now much easier to use, thanks to .NET 4 and higher, and also can be used in a traditional application.
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.
A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Creating Visual Basic String Enums
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
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.