I want to use this in my application but I'm getting an error for
GetByLatest().Cast<IRss>();
I am getting an error to this line GetByLatest(),please tell how shall I implement this one
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 ");