KNOWLEDGE BASE

Articles in the category "Umbraco"

Deleting Duplicated Rows in SQL Server Without Primary Key

How to safely delete duplicated rows in SQL Server database without a primary key

Umbraco.config not updating - Error Republishing: System.Xml.XmlException:, hexadecimal value 0x01, is an invalid character.

Recently we experienced issues where the Umbraco.Config file was not being updated with published content - this had a knock on effect within the API calls we were making to create new nodes if they did not already exist.

No Document Exists With Version Umbraco Error and Orphan Revisions

No document exists with version error in Umbraco can be caused by orphan revisions in the cmsContentVersion table that are not in the cmsDocument table.

Grouping nodes in Umbraco Razor

Have you ever been in the situation where you need to loop through a list of nodes but arange them in groups of 2, 4, 6 etc You want to have a fluid layout and display your nodes in groups of two repeating down the page:

Linq and Unity Framework

If you missed out on CodeGarden 2010 this year then you definitely missed one heck of a conference! If you want to find out about the data type I presented during the Umbraco packages competition, this post is for you!

Using Examine to index and search with ANY data source

Using Examine to index and search with ANY data source.

Logging Custom Errors with The Umbraco LogHelper

Logging errors is always a good idea, Umbraco's Log Helper is a great way to add your own custom errors into the UmbracoTracelog.txt file.

Multi-node tree picker source code from CodeGarden 2010

Multi-node tree picker source code from CodeGarden 2010

Creating code-behind files for Umbraco templates

Creating code-behind files for Umbraco templates

Umbraco 4.1 Benchmarks Part 1 (Do Over)

Umbraco 4.1 Benchmarks Part 1 (Do Over)

Umbraco 4.1 Benchmarks Part 2 (Back Office Database Queries)

Umbraco 4.1 Benchmarks Part 2 (Back Office Database Queries)

Regionalizing validation mesages and regex in Umbraco Contour | How To |

Umbraco Contour is a great package, but a common challenge is how do you regionalise fields and labels such as phone numbers with appropriate validation messages? Find out how here!

 1  2  3  4