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
Scenario You have one or more connection strings in a web application that you are running on multiple development and/or production machines. The connection strings are identical in all environments so it would be convenient to have the...
One of the small projects I've been working on recently is a plug-in for EPiServer CMS 5 that automatically will check a specified email-account and publish the emails there as EPiServer pages. While POP3 may sound both boring and old-fashioned, I...
I read Mats Hellander’s post EF needs AOP today and I can only agree. We have used the NPersist framework to provide Object-Relational Mapping in several projects and I really like the clean domain objects we can use. NPersist does not require tha...
In EPiServer CMS 5 there's a couple of very useful Web Services that gives you pretty thorough access to do just about anything you please - at least with regards to adding / searching / modifying pages. However the Web Services can be pretty...
This application is quite impressive (and free) due to the fact that Microsoft cashed in for it (or at least hired the developer to work on the Media Center team). Tech-wise it comes with a Cassini spinoff called Ultidev so it doesn't require IIS...
Me and Fredrik were in Redmond last week teaching Microsoft how to make . NET 3.5 and Visual Studio 2008 more EPiServer-compliant (or was it the other way around).
LiveSide has the scoop: http://www. liveside. net/blogs/main/archive/2007/11/06/register-your-live-xx-email-now. aspx Register here (make sure you have Swedish as default language in your browser to get the live. se domain): http://get. live....
In Ajax.Net user can call web service through JavaScript. The URL that will take the call is something like: http://myserver/webservices/datafactoryservice.asmx/Ping Normally IIS will take care of parse /Ping to PathInfo. But since CMS is using...