Create web page in Umbraco.

In the previous article we had seen how to install Umbraco in visual studio. In this article we will discuss about the concepts needed to start creating web site and publishing content. To create content and pages we must know 3 basic elements in Umbraco: 1. Document type: It refers to type of content to be stored. Document type contains different property editors like rich text editor, media picker, content picker and grid editor. Property editors define what kind of data is to be stored . We can also create property editors by creating new data type. Umbraco give us freedom

Its all about U: Umbraco CMS

Installation of Umbraco in Visual Studio Introduction to Umbraco: Umbraco is an open source content management system developed using C#. It follows the MVC pattern. - [1] If you know C# and MVC you can easily learn umbraco. ‘U’ offers us following feature for developing and maintaining our website : Full control over design, markup and version control of all contents Ability to schedule content publishing Simple editing and publishing Support for localization Provides workflow and event tracking feature In this blog we will discuss about how to install umbraco using nuget package manager.So, let’s start with installing umbraco: