Try our conversational search powered by Generative AI!

Get the latest!

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

Syndication and sharing

loading
  • Syndicated blog - Posted on: Sep 03, 2010

    If you want to skip the long descriptions and prefer a list then simply skip to the list at the bottom of the page. I was setting up windows authentication for an EPiServer site on my development machine. The requirement was simple: have a windows...

  • Posted on: Sep 03, 2010
    Rating:

    I’m currently working on a project where we started using PageTypeBuilder after a refactoring process. We had some dynamic properties we needed to make available. I therefore made a hack around PTB that includes support for dynamic properties. The...

  • Posted on: Sep 03, 2010
    Rating:

    As I promise in my past blog post Troubleshooting database tool – SqlClientLogger that I should deliver a logger for LinqToSql also. This is done and it is also located in the support tools area on EPiServer world . The changes to LinqToSqlLogger...

  • Posted on: Sep 03, 2010
    Rating:

    This tool logs every call to the database done by the application layer with a stack trace and a time it took to execute the query. The benefits of using this tool is that it prints out a stack trace so it’s easy to locate what code that generates...

  • Posted on: Sep 02, 2010
    Rating:

    If you ever had to look at more than one log4net log file from EPiServer, or you have had more than one site log to the same log file, this is for you. I have released the log4net Remote Logging Server Service project to codeplex . It's not much...

  • Posted on: Sep 02, 2010
    Rating:

    Here’s a fact -- not every page needs to be explicitly named.  I mean, they all have to have names , but you shouldn’t have to manually enter them all the time. Often, a page should have its name derived from other properties.  For instance, if yo...

  • Syndicated blog - Posted on: Sep 01, 2010

    I recently ran into a rather obscure but interesting problem on a project where we use EPiServer CMS, EPiAbstractions and Structure Map. At first, when the first request where made to the site after a release the site worked as expected but after...

  • Posted on: Sep 01, 2010
    Rating:

    Everyone knows dynamic properties are slow and have been so through the ages. We speeded it up by a factor x100 with a single statement. Read on to know how and why. My colleague Måns Hjertstrand and myself sat down today with the intent to review...