user3844151
user3844151

Reputation: 11

Adding custom application in sitecore 7.2

I was trying to find layout Studio to create a custom App in sitecore 7.2, but couldnt find it. Did anyone try any customization in sitecore 7.2.

Upvotes: 0

Views: 425

Answers (2)

Martin Davies
Martin Davies

Reputation: 4456

I think this is now referred to as the Developer Center. Sitecore Start Button > Development Tools > Developer Center

I wouldn't recommend using this if you have access to other development tools that are more suited to the task To be honest I'm surprised Sitecore have kept this feature in the product.

Upvotes: 1

Martijn van der Put
Martijn van der Put

Reputation: 4082

I am not sure what you mean with Layout Studio, I have never noticed it ;) If you want to create a custom application, you have 3 choices, all of them use Visual Studio for your coding:

  • use XAML/SheerUI to create your application (sheer ui reference)
  • use SPEAK (Speak reference) allthough Speak seems to be changing heavily in Sitecore 8.
  • use standard WebForms or MVC

Which one you choose, mostly depends on personal preferences and the functionality you need. I mostly prefer using standard WebForms or MVC because of the flexibility.

Upvotes: 0

Related Questions