Learn about a very nice combination of technologies: Entity Framework Core 1.0, SQLite, and a console application.
Latest Data & Databases Articles
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.
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.
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.