10

Aside from Episerver.com

What other websites do people who develop using EPiServer use as development resources!? Been using coderesort.com but I find that it lacks examples of how to do stuff.

Many thanks,

J

betelgeuce
  • 803
  • 5
  • 17

9 Answers9

6

The general resources I use for EPiServer development:

  1. EPiServer World: official developer community website. Includes blogs and official docs.
  2. Joel Abrahamsson blog: the most popular EPi-dev in EPiServer community.
  3. Ted Gustaf blog: another well-known guy in the community.
  4. Epinova blog: the blog of big EPiServer partner.
  5. Mathias Kunto blog: yet another EPiServer dev blog.
  6. Fredrik Haglund's blog: popular EPiServer dev blog (but outdated).
whyleee
  • 3,839
  • 1
  • 28
  • 32
4

Regarding missing examples on CodeResort, did you register and log in? It is running on Trac, which means all modules (committed to the hosted Subversion repository) is available with full source code, directly browsable. There is lots of code in there!

See https://www.coderesort.com/p/epicode/browser

/Steve

  • Thanks Steve, I had missed that! It looks quite comprehensive once you can browse the source code. Many Thanks – betelgeuce Sep 25 '08 at 13:56
3

another good place is http://labs.episerver.com/ which aggregates most of EPiServer blogs in one place.

Marek Blotny
  • 1,159
  • 7
  • 7
3

You can find over 150+ EpiServer tutorials here: JonDJones Blog

I also have a lot of EpiServer code on my github including several sample sites: JonDJones Github

Jon Jones
  • 861
  • 1
  • 8
  • 17
2

You always try the "secret" customized google search, that searches episerver blogs, forums and sdks at http://labs.episerver.com/google

2

If you've not seen EPiServer World then it's a great place to check out - especially the blogs on there. Most EPiServer things are generally found on EPiServer developers blogs such as this one EPiGirl (now deleted but there are others).

Hope this helps,

Chris

csharpforevermore
  • 1,313
  • 11
  • 22
chrisntr
  • 2,198
  • 18
  • 28
1

Oh, forgot, we also have an IRC channel that is fairly active.

More information on my blog on EPiServer Labs:

http://labs.episerver.com/en/Blogs/Steve-Celius/Dates/112266/6/Join-us-on-IRC/

1

There is also http://epiwiki.se/ but I don't know of any public EPi resource that a Google Search won't find. Google will also get you good results from the EPi World Forum.

Johan Kronberg
  • 1,076
  • 6
  • 11
0

I've looked quite a bit at the source code for the edit/admin interface, its been very helpful. Browsing through the libraries in your favorite decompiler or the object explorer in visual studio.

swallentin
  • 211
  • 2
  • 6