Here are few screen shots of this
k a r t h i k e y a n * n a i r * j e e b u
Thursday, May 31, 2012
Wednesday, May 30, 2012
Cast<DataRow>
the following code will load top 5 rows Order in ascending row filter rows based on current date
1: return rows.Count() > 0 ? dt.Rows.Cast<DataRow>()
2: .OrderByDescending(r => r["StartDate"]).
3: Where(j => (DateTime)j["StartDate"] >= DateTime.Now).
4: Take(5).CopyToDataTable() ;
Discover who’s tracking you online
Collusion is an experimental add-on for Firefox and allows you to see all the third parties that are tracking your movements across the Web. It will show, in real time, how that data creates a spider-web of interaction between companies and other trackers
Subscribe to:
Posts (Atom)