Skip to main content

Blog

blog

Polymorphic Associations Using EF Core

"Polymorphic Associations" is an interesting SQL anti-pattern that is utilized often in Ruby on Rails code. This pattern isn't natively supported in Entity Framework Core; however, Polymorphic Associations can be implemented using existing EF Core features.

Dalton Smith by Dalton Smith

Disabling Windows Update in Windows 10 IoT Core

If you’re working with Windows 10 IoT Core on your devices and have wondered how you can disable Windows Update, well wonder no more! This article will detail out the steps needed to disable this service.

John Adali by John Adali

ASP.NET Core 1.0 - Quick Look at RAZOR Views new Tag Helpers

Of the many features that are being revealed through the ASP.NET 5 RC's and other announcements, one of the first things that peeked my interest were the updates to RAZOR views with the addition of tag helpers.  The cool thing about these new tag helpers is, it allows the developer to create Razor views that look more like HTML and less like C#.

Sam Figie by Sam Figie