Creating unique filtered index using code first in Entity Framework 6
I came across a requirement last week where users can associate additional email addresses to their account. Users will then have to confirm their additional email addresses. I added a new table in the database to accommodate this requirement. The table contains a PersonId column which is a foreign key to the Person table, an EmailAddress and EmailConfirmed … [Read more…]