LINQ

A very common feature, shared by many applications that show to the user grid with data drawn from the server, is paging and sorting.

 

A very elegant and easy way for paging is demonstrated in http://blogs.msdn.com/wriju/archive/2007/10/04/linq-to-sql-paging-data.aspx.

 

As for sorting, this may be more complex, because the OrderBy extension method looks like:

System.Linq.Expressions.Expression<Func<T, TResult>> keySelector

 

Itsu Tamam 06/10/2009 - 22:05

 Not open source, but still...

 

LINQPad is an extremely useful tool (and highly recommended) for building LINQ queries.

Enjoy!

Itsu Tamam 11/08/2009 - 14:13

DinnerNow is a sample application intended to demonstrate good practices in building “connected” applications based on .NET technologies. It supports IIS7, ASP.NET Ajax Extensions, LINQ, Windows Communication Foundation, Windows Workflow Foundation, Windows Presentation Foundation, Windows PowerShell, and the .NET Compact Framework.

The project created and maintained by Habib Heydarian, program manager, Visual Studio Debugger.

Itsu Tamam 22/07/2009 - 07:25
Syndicate content