LINQ Query Problem
Posted
by Ritz
on Stack Overflow
See other posts from Stack Overflow
or by Ritz
Published on 2010-03-22T06:25:25Z
Indexed on
2010/03/22
6:41 UTC
Read the original article
Hit count: 419
LINQ
I want to use this in my application but I'm getting an error for
GetByLatest().Cast<IRss>();
Please suggest a solution
IList<IRss> news = new Trytable().GetByLatest().Cast<IRss>();
return new RssResult(news, "William Duffy - Glasgow Based ASP.NET Web Developer",
"The latest news on ASP.NET, C# and ASP.NET MVC ");
© Stack Overflow or respective owner