Be Careful with Fluent Configuration and Entities Using Complex Types
I ran into a very odd issue today. I was attempting to add a new record and was getting database integrity exceptions because a particular set of columns were configured »
I ran into a very odd issue today. I was attempting to add a new record and was getting database integrity exceptions because a particular set of columns were configured »
One of the things that drives me nuts about ASP.NET MVC is that all the project templates and sample code equate entities with "models". They're put in a folder »