EPiServer Development

2019-03-19 16:50发布

问题:

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

回答1:

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



回答2:

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


回答3:

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



回答4:

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



回答5:

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



回答6:

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



回答7:

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/



回答8:

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.



回答9:

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.