Master using the EF core with a version available that is specifically designed for use with the .NET Core.
Latest Controls Articles
ASP.NET Application Optimization Tips
Understand which parts of your code can be optimized, and how you can measure improvements in performance compared to a baseline.
Dependency Injection with ASP.NET Core 1.0
Achieve more flexibility and decoupling through the use of dependency injection.
.NET Back to Basics: The String Class
Take the plunge into the string class and master it.
Using Model Binding in ASP.NET Data Controls
Earlier versions of ASP.NET used a data source control to bind data from the underlying data store with data bound controls. ASP.NET 4.5 provides a flexible alternative to data bind these controls - model binding. This article explains how the new model binding features can be used.
Top 10 Useful Attributes & Properties for ASP.NET Controls
This article touches base on a few, often missed, though important attributes and properties for ASP.NET control's. These drive the control's behavior and have a commanding effect on their actions.
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

Integrating Maps into Your UWP App
Look at what can be done with mapping in a UWP (Universal Windows Platform) app.

Adding Camera Support to Universal Windows Platform Apps
With a UWP app, you can design for specific input modes and devices. Learn to control a camera from one.
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.