Grupo de Arquitectura de Software Português


Welcome to GASP Sign in | Join | Help
in Search

Browse by Tags

All Tags » asp.net » mvc   (RSS)
  • LINQ Extension Method PagedList<T>

    Looking at the ASP.NET MVC Framework, i found something very useful. Basically this few lines of code adds to your project an Extension Method wich implements support for paging on any Generic List. using System;using System.Collections.Generic;using System.Linq;namespace System.Web.Mvc{    public interface ...
    Posted to Miguel Madeira (Weblog) by miguelmadeira on March 25, 2008
Powered by Community Server (Personal Edition), by Telligent Systems