June

Creating a Paged List in Umbraco using Razor

How to create a paginated list of nodes using Razor script in Umbraco 4.7

In this blog post I'll show you how to display a paginated list of Umbraco pages using the new Razor scripting language added to Umbraco 4.7. I'll also show you how you can make use of extension methods and Razor helpers to improve your code and make it more re-usable. . More »

Posted: 21/06/2011 | Tagged: , , , | Comments: 1 comment

Using Razor in Umbraco 4.7

How to use strongly-typed Razor macros in Umbraco 4.7x with intellisense support

In this blog post I'll show you everything you need to know to get started using Razor scripting in Umbraco 4.7. I'll also illustrate how to get full intellisense support for your Razor views in Visual Studio along with strongly-typed lambda expressions for full LINQ support. . More »

Posted: 17/06/2011 | Tagged: , , , | Comments: 3 comments

Installing and Using Git Source Control on Windows

Including integration with Visual Studio and GUI Extensions

In this blog post I'll show you how to install Git version control software on Windows as well as looking at some of the most popular graphical tools for Git, such as Git Extensions and Git Source Control Provider for Microsoft Visual Studio. . More »

Posted: 02/06/2011 | Tagged: , , | Comments: Leave comment