I want to filter objects in a List<ISeries> using their type, using OfType<>. My problem is, that some objects are of a generic interface type, but they do not have a common inherited interfa
I have the following code which detects all the elements in a Silverlight application beneath a certain point
I am trying to filter derived classes in my entities but i am getting exception. var filtered = db.PersonSet.OfType<Person>().
I have a user control: VendorDDL.ascx, with the following code: <%@ Control Language=\"C#\" Inherits=\"System.Web.Mvc.ViewUserControl<List<MeetingCalendar.Models.Vendor>>\" %>