ricardodsanchez / InfiniteScroll

An implementation of an infinite scroll solution for ASP.NET MVC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InfiniteScroll

An implementation of an infinite scroll solution for ASP.NET MVC

Project Description

An infinite scroll is a nice solution when you need to display large amounts of content in page, it helps by increasing performance in such a page because only a specific number of items is shown when the page first loads. As the user scrolls down, more content is shown.

Additional information about this project can be found here: https://ricardodsanchez.com/2012/04/02/infinite-scroll-with-asp-net-mvc/

About

An implementation of an infinite scroll solution for ASP.NET MVC


Languages

Language:HTML 41.2%Language:C# 32.1%Language:CSS 26.2%Language:ASP 0.5%