Problem Here is my database: Here is my viewModel: public class groupsFoldersViewModel { private DAL.educationSocialNetworkEntities DB = new DAL.educationSocialNetworkEntities(); public […]

Problem I write abstract repository using System; using System.Collections.Generic; using System.Data; using System.Data.Entity; using System.Linq; using System.Linq.Expressions; namespace Framework.DataLayer { […]

Problem I am trying to do a cross-database query without having to enumerate the variable t. public List<Models.MCMessageCenter> GetMsgCtrsWithReloInfoByUserId(Guid userId) […]