Publications

dotnetpro 05/2007: Umbraco 2.1: Devleoping with umbraco

My second article about umbraco (http://www.dotnetpro.de/articles/onlinearticle2268.aspx) is published in the may issue of the german developer magazine 'dotnetpro' (http://www.dotnetpro.de/articles/articlearchive1712.aspx). The article is more targeted devolping with umbraco and describes among other things:

  • the usage of own libraries in umbraco-macros via XSLT
  • the creation of simple datatypes
  • the embedding of an external editor
  • the usage of umbracos actionhandler (e.g. to step into the saving process)
  • the usage of the business API (e.g. for creating new content at runtime)

dotnetpro 04/2007: Introduction into Umbraco

In the april issue of the german developer magazine 'dotnetpro' (http://dotnetpro.de/articles/articlearchive1711.aspx) my first of two articles about umbraco is published (http://dotnetpro.de/articles/onlinearticle2257.aspx). The article is an introduction tow umbraco and describes among other things:

  • the installation 
  • the interaction of document types, content and templates
  • the underlying XML datamodel
  • the acces to data via XSLT
  • the embedding of XSLTs and own UserControls via macros