This problem turned into a horrible time suck for me, so I really wanted to document what happened and how to resolve it because this […]
DotNet Core EF migration not working
Problem Here is the basic setup of this problem: You created a .Net Core application and wanted to use .Net Core EF in your application […]
WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for ‘jquery’. Please add a ScriptResourceMapping named jquery(case-sensitive)
Problem You finished work yesterday, go home and come into the office today only to find out that the web app has certain pages that […]
Getting Started With Entity Framework 4.3.1
Introduction Entity Framework (EF) has evolved quite a bit and as it has evolved it has become more and more confusing to keep up with […]
Entity Framework: Executing SQL Strings
I’ve griped about this before, not sure why everything has to be so complicated with EF at times, but holy hell executing just a simple […]
Entity Framework: Basic CRUD Operations
I like Entity Framework (EF), I think it is a little too rigid sometimes and it would be very nice if there was a very […]