November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.
Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World
This blog post is about the error “CS0103: The name ‘model’ does not exist in the current context’ when developing with EPiServer 7 Preview. Background & cause IntelliSense won’t recognize the keyword @model in your view. When running the site we...
This post is about how to setup an environment for developing add-ons for EPiServer 7 . By development environment here I mean a possibility for an add-on developer to make some changes in code, build the project and see those changes on a...
This blog post is about the error “ CS0103: The name ‘model’ does not exist in the current context’ when developing with EPiServer 7 Preview. Background & cause IntelliSense won’t recognize the keyword @model in your view. When running the site we...
This blog post is about how to secure the ASP.NET Web API when implemented together with EPiServer CMS. Background In my blog post Creating a REST data store in EPiServer 7 Preview I stated that the implementation of the REST data store in EPiServ...
EPiServer 7 comes with a new user interface. It’s built as a client side application using JavaScript and is based on the client side framework Dojo. This affects editing of objects, for instance pages, and in EPiServer 7 we introduce a new way to...
This blog post is about how to secure the ASP.NET Web API when implemented together with EPiServer CMS. Background In my blog post Creating a REST data store in EPiServer 7 Preview I stated that the implementation of the REST data store in EPiServ...
Some times you want to render pages or controls outside the regular EPiServer page context. In my case, I was rendering an .ascx -file in an IHttpHandler and outputting it asynchronously through Javascript - which caused some trouble with friendly...
This blog post is about how you create a REST data store in EPiServer 7 Preview. The new REST data store in EPiServer 7 Preview The new REST data store in EPiServer 7 Preview allows you much like the ASP.NET web API to register a handler for...