DotNetShoutout - Stories tagged with EPiServer
2
Shouts

Getting started with EPiServer CMS development

posted by http://webpoet.myopenid.com/http://webpoet.myopenid.com/ 854 days, 16 hours, 8 minutes ago
Wednesday, February 16, 2011 10:00:29 PM GMT
EPiServer CMS is a product with a lot of features and some specific concepts. Beginning EPiServer development can therefor be confusing if one isn't able to find the proper guidance. This is my attempt to help developers new to EPiServer development to get off to a good start with a number of links and other forms of advice. (more)
category: Web Dev | clicked: 8 | 1 comment | | source: joelabrahamsson.com
tags: CMS, EPiServer, EPiServer CMS
2
Shouts

Sweet EPiServer Templating with TypedPageList

published 884 days, 1 hour, 49 minutes ago posted by http://webpoet.myopenid.com/http://webpoet.myopenid.com/ 884 days, 14 hours, 10 minutes ago
Tuesday, January 18, 2011 12:19:33 PM GMT Monday, January 17, 2011 11:58:12 PM GMT
Recently I have been working on a custom web control with similar capabilities as EPiServers PageList control. This control, as opposed to the PageList control, handles statically typed subclasses of PageData. It also exposes a number of extension points that I hope should make it flexible and nice to work with. (more)
category: Web Dev | clicked: 2 | comment | | source: joelabrahamsson.com
tags: Web Controls, EPiServer, EPiServer CMS, Web Control, ASP.NET
3
Shouts

Creating a Custom EPiServer Property with a Custom Class as Value

published 976 days, 23 hours, 24 minutes ago posted by http://webpoet.myopenid.com/http://webpoet.myopenid.com/ 978 days, 17 hours, 33 minutes ago
Sunday, October 17, 2010 2:44:08 PM GMT Friday, October 15, 2010 8:35:37 PM GMT
In my a previous post I described how properties work in EPiServer as well as common patterns and practices when creating custom properties. In this part we'™ll get our hands dirty by creating a custom property. (more)
category: Web Dev | clicked: 1 | comment | | source: joelabrahamsson.com
tags: EPiServer, EPiServer CMS
2
Shouts

How to create a custom EPiServer property

posted by http://webpoet.myopenid.com/http://webpoet.myopenid.com/ 1003 days, 19 hours, 36 minutes ago
Monday, September 20, 2010 6:31:48 PM GMT
In this and a series of subsequent posts I’ll provide an in-depth guide to creating custom properties for EPiServer CMS. In this first post we’ll focus on theory. We’ll look at what properties are in EPiServer and at how EPiServer’s property model works. We’ll also study PropertyData, the abstract class that all EPiServer properties must inherit from and discuss different strategies that we can use when creating custom, or specialized, properties for EPiServer. (more)
category: Web Dev | clicked: 2 | comment | | source: joelabrahamsson.com
tags: EPiServer, EPiServer CMS
5
Shouts

Help your EPiServer CMS editors with a smarter PageReference property

published 1073 days, 3 hours, 53 minutes ago posted by http://webpoet.myopenid.com/http://webpoet.myopenid.com/ 1074 days, 8 hours, 4 minutes ago
Tuesday, July 13, 2010 10:14:50 AM GMT Monday, July 12, 2010 6:04:27 AM GMT
One way of helping, or rather guiding, the editors in EPiServer CMS that I’ve been wanting to do for quite some time would be to create a custom property with which an editor only can select page that are of a specific, or a group of specific, page types. (more)
category: Web Dev | clicked: 1 | comment | | source: joelabrahamsson.com
tags: EPiServer, EPiServer CMS
5
Shouts

EPiMVC – A framework for using EPiServer CMS with ASP.NET MVC

published 1135 days, 22 hours, 55 minutes ago posted by http://webpoet.myopenid.com/http://webpoet.myopenid.com/ 1137 days, 6 hours, 23 minutes ago
Tuesday, May 11, 2010 3:13:40 PM GMT Monday, May 10, 2010 7:44:55 AM GMT
I'm proud to announce a new open source project named EPiMVC. My ambition with EPiMVC is to create a framework for building websites with EPiServer CMS and ASP.NET MVC, addressing problems such as routing, URL rewriting, access filtering and rendering properties. (more)
category: Web Dev | clicked: 1 | comment | | source: joelabrahamsson.com
tags: ASP.NET MVC, EPiServer, EPiServer CMS
6
Shouts

Dependency Injection EPiServer CMS with Page Type Builder 1.2

published 1147 days, 3 hours, 10 minutes ago posted by http://webpoet.myopenid.com/http://webpoet.myopenid.com/ 1148 days, 5 hours, 53 minutes ago
Friday, April 30, 2010 10:58:27 AM GMT Thursday, April 29, 2010 8:15:37 AM GMT
The latest release of Page Type Builder for EPiServer CMS brings a couple of interesting changes when it comes to testability and how we can design our applications. You are now able to inject dependencies into instances of your own page type classes using either the IoC container StructureMap or a custom implementation. (more)
category: Web Dev | clicked: 0 | comment | | source: joelabrahamsson.com
tags: EPiServer, Dependecy Injection, EPiServer CMS
5
Shouts

The EPiServer CMS Output Cache Explained

published 1163 days, 21 hours, 44 minutes ago posted by http://webpoet.myopenid.com/http://webpoet.myopenid.com/ 1165 days, 6 hours, 45 minutes ago
Tuesday, April 13, 2010 4:24:15 PM GMT Monday, April 12, 2010 7:23:38 AM GMT
When building websites with EPiServer CMS we have two types of caching in our performance toolbox by default, object caching (or data caching) and output caching. In this post I discuss what the two types of caching are. I also explain how the output cache works when using EPiServer CMS and when to use it. (more)
category: Web Dev | clicked: 4 | comment | | source: joelabrahamsson.com
tags: EPiServer, Performance, Caching, EPiServer CMS
5
Shouts

Introducing EPiMVP – A Framework for using Web Forms MVP with EPiServer CMS

published 1170 days, 2 hours, 52 minutes ago posted by http://webpoet.myopenid.com/http://webpoet.myopenid.com/ 1171 days, 2 hours, 41 minutes ago
Wednesday, April 07, 2010 11:15:57 AM GMT Tuesday, April 06, 2010 11:26:57 AM GMT
EPiMVP is a new open source project that aims to provide a framework for using EPiServer CMS with Web Forms MVP. This articles provides an introduction to the project and a brief tutorial on how to use it. (more)
category: Web Dev | clicked: 4 | comment | | source: joelabrahamsson.com
tags: EPiServer, WebFormsMVP, EPiServer CMS
2
Shouts

How EPiServer CMS caches PageData objects

posted by http://webpoet.myopenid.com/http://webpoet.myopenid.com/ 1242 days, 6 hours, 25 minutes ago
Monday, January 25, 2010 7:42:52 AM GMT
In this article I explain some of the most important things that we as developers should know about caching with regards to the methods used to retrieve PageData objects in EPiServer CMS’s DataFactory class. I also give a brief overview of how the caching works internally in EPiServer CMS. (more)
category: Web Dev | clicked: 0 | comment | | source: joelabrahamsson.com
tags: EPiServer, EPiServer CMS
8
Shouts

Scheduled jobs in EPiServer - advanced tips

published 1250 days, 1 hour, 54 minutes ago posted by MarasMMarasM 1252 days, 3 hours, 27 minutes ago
Sunday, January 17, 2010 12:14:07 PM GMT Friday, January 15, 2010 10:40:49 AM GMT
Post describing some advanced features of EPiServer scheduled jobs. (more)
category: Web Dev | clicked: 4 | comment | | source: marekmusielak.blogspot.com
tags: Web applications, EPiServer, Software Development, ASP.NET