betelgeuce
betelgeuce

Reputation: 837

EPiServer Development

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

Upvotes: 10

Views: 1794

Answers (9)

chrisntr
chrisntr

Reputation: 2208

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

Upvotes: 2

Jon Jones
Jon Jones

Reputation: 1084

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

Upvotes: 3

whyleee
whyleee

Reputation: 4049

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).

Upvotes: 6

Johan Kronberg
Johan Kronberg

Reputation: 1086

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.

Upvotes: 1

swallentin
swallentin

Reputation: 311

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.

Upvotes: 0

Allan Thraen
Allan Thraen

Reputation:

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

Upvotes: 2

Marek Blotny
Marek Blotny

Reputation: 1611

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

Upvotes: 3

Steve
Steve

Reputation:

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/

Upvotes: 1

Steve
Steve

Reputation:

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

Upvotes: 4

Related Questions