Login

Johan Björnfot´s Blog Posts

Dec
04

Page Provider - Structure your site

There might be occasions where you like to have a view of your site structure that is different from the "real" structure. Perhaps you like to view only pages in a specific language, pages that you have written, pages with some specific category, ... [Read full article]

0 Comments

Oct
30

Caching in .NET 4.0

In . NET 4.0 framework there will be a new Assembly called System. Caching that contains the APIs to work with caching (for backward compability reasons the "old" ASP. NET cache implementation in System. Web assembly will remain). The main change... [Read full article]

0 Comments

Oct
28

WF 4.0

Yesterday at PDC (http://www. microsoftpdc. com/) I was at a session about WF 4.0 (Windows WorkflowFoundation 4.0) and checked out what new features that brings. Before I go on with my impressions from that session I must point out that what I... [Read full article]

0 Comments

Tags:

Oct
16

Migration tool RC

We are currently working with finalizing of Migration tool. The main new features we have added to the migration tool is Targets EPiServer CMS 5 R2 instead of SP2 Migration of external users/roles (that is users stored in EPiServer db) Oracle... [Read full article]

0 Comments

Oct
14

PageProvider - Control the page cache

When a request for a page (and similar for children listings) comes in to DataFactory the following occurs: 1. The page request is routed to the page provider serving the page. 2. The page is looked for in the cache and if exist there the page... [Read full article]

0 Comments

EPiTrace logger