yes performance is my main concern.
will this query result be cached?
will this query result be cached?
var articlesContaingTag = data.Get<IArticle>().Where(a => a.TagIds.IndexOf(tag.Id.ToString(), StringComparison.OrdinalIgnoreCase) > -1).ToList();