Gavin Draper's SQL Server Blog
Archives: May 2012
Implementing Infinite Scroll With ASP.Net MVC 4
There are a lot of ways you could implement this but in this case I will be using the following…
- ASP.Net MVC 4
- ASP.Net MVC 4 Web API (As OData Source)
- jQuery Template plugin </ul>
The complete project I’m going to walk through can be found on my github page.
0 comments, 25 reads
Posted in Gavin Draper's SQL Server Blog on 10 May 2012
SQL Server Indexed Views Explained
Indexed views are a really powerful and possibly underused feature of SQL Server. It’s basically a way of writing a view then have SQL materialize it to a physical table and maintain it updating the view as its underlying data changes. As with all things like this there are a… Read more
0 comments, 25 reads
Posted in Gavin Draper's SQL Server Blog on 2 May 2012