EF code first: creating string Index error November 15, 2016 1 Min Read 0 43 November 15, 2016 1 Min Read 0 43 In Entity Framework code-first, if you have a domain model like the following: public class Country { public int Id { get; set; } [Index] public string IsoCode { get;… Notes Paris Polyzos Continue Reading