Friday, January 11, 2019

Getting started with Umbraco CMS 7+

Introduction
This is going to be a complete Umbraco developer training series for any developer who has experienced on ASP.Net MVC framework.

In simpler language, a content management system handles all that basic infrastructure for a website features like creating web pages, storing images, include custom layouts and other functions for you so that you can focus on more forward-facing parts of your website.

In this series I am planning to cover following topics which require basic knowledge of day to day C# programming in MVC.

Note:
Throughout the series, I am going to re-use the the same source code from initial step. Also, a free Bootstrap responsive template will be integrated to the Master layout to make the site more user friendly and attractive ;)

  1. Getting started with Umbraco CMS 7+
  2. Install Umbraco on Localhost and Build Visual Studio Solution
  3. Create a Master Template(layout) in Umbraco CMS part 1
  4. Create a Master Template(layout) in Umbraco CMS part 2

    No comments:

    Post a Comment