Getting started with extensions Options
mortenbock
Posted: Sunday, October 22, 2006 8:49:39 PM

Rank: Addict

Joined: 7/19/2006
Posts: 789
Location: Århus, Denmark
Hi guys

I'm just now getting started with .NET development :w00t: , and of course I'd like to get my fingers dirty by extending Umbraco to do something (don't know what just yet).

First of all: Are there any good tutorials out there on writing extensions? Everything from setting up a Visual Studio Project to writing the actual app. is of interest (pref. C#) :)

Second: What is the typical scenario for doing .NET extension development on Umbraco? I'm guessing it is most useful when you need to do a lot of frontend functions, or maybe when integrating with an external database? When should the small bells in my head go off and say "Hey, you should do this as an extension"?

I hope all of you have some nice resources for me to dig in to :)

Morten Bock - Level 2 certified - MVP 2008/2009 - My danish blog with a few english posts

sjors
Posted: Sunday, October 22, 2006 10:49:13 PM

Rank: Fanatic

Joined: 7/20/2006
Posts: 408
Location: Amsterdam
Hi morten, i think a pretty good start is: http://www.umbraco.org/frontpage/documentation/implementingnetcontrols.aspx

As far as i know there is not a really good tutorial on how to setup a good Umbraco development. When you use the Umbraco source you will need to use visual studio 2003.

A good start to learn how to make extensions is to check some packages, most of them have source included, watching them and try to modififacte them is often a good way to learn stuff fast.

About Umbraco, its a known issue that its not very good documentated, but i can tell you that the code is pretty good readable, and with some knowledge about umbraco, you really don't need too much documentation. And offcourse, when you are stuck, you can always ask your questions. I don't know how long you are using umbraco, but i think it helps when you are well known with the product, about 95% off the stuff can be done with XSLT or existing controls.
Gregorius
Posted: Monday, October 23, 2006 6:46:25 AM

Rank: Addict

Joined: 7/29/2006
Posts: 507
Location: Melbourne, Australia
hey Sjors,

I posted this earlier today... should help to get u started
http://forum.umbraco.org/5328

also, when to build User Control extension vs do in umbraco.. i've found xslt really bloody difficult to learn, so if you're struggling with that, a way around is to use a .Net control.

there's lots out there in the forums... read through the Extending Umbraco section.. you'll learn lots there.

good luck
greg


Wishes he could work with Umbraco all the time.
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.