Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Umbraco Demo

Last week I have seen a Demo about Umbraco, the demo was given by Richard Soeteman from Soetemansoftware an experienced Umbraco developer.

Umbraco is a CMS that fully integrated with .NET, it’s supports .NET out of the out-of-the-box, you can use .NET Custom Controls and .NET User Controls without extra effort. You can place your controls everywhere in the template and even in the rich text editor, Umbraco can also send data to your controls via Public Properties. Umbraco is fully compatible with ASP.NET Ajax and javascript frameworks like jQuery and prototype.

The templates in Umbraco are build with XSLT, with XSLT so you are very flexible to create your html. Umbraco supports also XSLT extension methods, so when you miss some functionality in XSLT you can create methods it in .NET and call them from your XSLT templates.

What’s also great about Umbraco is the event model, you can hook up at a lot of events and create your own logic. Hooking into these events is simply a matter of creating a .NET class that implements an interface.

What i haven’t mentioned yet is that Umbraco is licensed under the MIT license, so you can see and modify all the source code, but isn’t likely that you will change the source because it support mostly all features that are needed.

Richard Soeteman have given us Demo that includes most of aspects of Umbraco. First we did the installation of Umbraco. It’s very easy to install Umbraco, you only have to unzip Umbraco to the wwwroot and request the website and follow the configuration wizard. You can start with a empty Umbraco or with a starter kit.

In the demo we started with the starter kit Umbraco installation and we added also some packages that are needed for the demo, we modified some templates and created some usercontrols in Visual Studio and added them to Umbraco.

With this demo I get a good impression about Umbraco, Umbraco is very easy to use and to implement. So if your are searching for a open source .NET CMS, try it out at umbraco.org

3 Comments

  • Hi Erwin,

    Great, thanks for the post. I hope that you like Umbraco (as much as I do) and also let me know if you run into issues.

    Thanks,

    Richard



  • Hi Erwin,

    Thanks for the post. Please post if you are having any samples on umbraco. This will help to all.

    Thanks,
    Saradhi

  • I want to implement a Real Estate Site in Umbarco. Site like http://www.makaan.com/. Is this possible in Umbarco. How much developer struggle.

    Thanks

Comments have been disabled for this content.