Home Umbraco

Umbraco

Umbraco CMS is a fully-featured open source content management system with the flexibility to run anything from small campaign or brochure sites right through to complex applications for Fortune 500’s and some of the largest media sites in the world.

Automatic generation of Umbraco packages with Grunt

4
Manually creating Umbraco packages can be tiresome. If you're continuously building upon the same package, doing it manually is wasting time that can be more useful developing new features. This problem presented...

Umbraco and Donut Output Cache

0
Donut Output Caching is a type of output caching where certain parts of a web page are not cached. It's a simple way of boosting your site performance! ASP.NET doesn't provide...

A Solution to DataTokens must contain an ‘umbraco-doc-request’ key with a PublishedContentRequest object

0
Hi, If you are experiencing "DataTokens must contain an 'umbraco-doc-request' key with a PublishedContentRequest object", you might have configured static routes with RouteTable.Routes.MapRoute(...). Using the default UmbracoHelper Umbraco from Umbraco.Web.Mvc on these...

First ever Lisbon Umbraco Meetup!

0
The first ever Umbraco Meetup in Portugal is going to be held this Thursday at Create IT offices in Lisbon. The event filled up fast which leads me to...

KendoUI Grid, OData, WebAPI and Entity Framework

0
In the latest project I was involved with, there was a need to present database tables data directly in the Umbraco's backoffice, where all CRUD operations must be supported....

Building an Umbraco 7 backoffice extension – Part I

3
Umbraco (https://umbraco.com/) is a lean and powerful CMS built on top of current .NET technologies and Javascript frameworks. It provides developers with a varied and simple to use collection of...

Building an Umbraco 7 backoffice extension – Part III

12
The previous post (Part II) showed how to populate the content tree of a custom Umbraco backoffice section. This one presents a way for content managers to quickly handle each...

Building an Umbraco 7 backoffice extension – Part II

0
The previous post (Building an Umbraco 7 backoffice extension – Part I), demonstrated how easy it is to create a new section in Umbraco's backoffice. This post will show...

Syncing Member Types with uSync

0
This took me longer to figure out than it should have. uSync has MemberType synchronization disabled by default. To enable it simply go to ConfiguSyncBackOffice.Config and set MemberTypeHandler to true. <Handlers Group="default"...

Adding an Angular app to your Umbraco Website

2
What problems does this solve? This enables you to have an Angular application alongside your Umbraco website, on a specified route. The Angular App can be protected by the Authentication of...