up vote 2 down vote favorite
5
share [g+] share [fb]

Does anyone have any good links for developing custom field and content types that doesn't involve using VSeWSS? Most of the stuff I have seen on the web requires installing VSeWSS, I would rather build them from scratch with just VS2005.

Thanks

link|improve this question

feedback

5 Answers

up vote 2 down vote accepted

I understand the idea of doing it by hand first without a tool to help.

But, you will end up creating a lot of xml by hand. It will really hurt and take a long time.

I would recommend STSDev personally. Use it to create the solution and features for the custom content types and fields, including any custom controls.

Once the package has been created, you can then reverse engineer it to find out the nuts and bolts of how the whole thing holds together.

If you do it on a virtual machine, you can still keep a virgin 2005 install to roll back to when you want to.

I believe this will increase the time to understand what is going on with Content Types and Fields.

link|improve this answer
Thanks Nat! I will take your advise into consideration. I am a glutton for punishment, though. How could I ever really appreciate these tools if I don't first throw myself headfirst at the wall a couple times. :) – AdamBT Oct 30 '08 at 20:05
fair enough, just leave the swear jar within easy reach... – Nat Oct 30 '08 at 21:17
I love stsdev. It doesn't do some of the things that VSeWSS does, but it is much easier to figure out what's going on, and you can modify the stsdev source if you need to. Much more transparent. Two thumbs up. – Chris Farmer Nov 5 '08 at 7:37
feedback

I used these blogs to help me with the Custom Fields Here and Here

link|improve this answer
Sry don't know about Custom Content types, yet ... hoping an other poster will fill in. – CheGueVerra Oct 30 '08 at 18:52
Thanks for the reply, CheGue. I will test those links out. – AdamBT Oct 30 '08 at 19:23
feedback

Not sure about Custom Content Types either. However, if you want to avoid VSeWSS, is using another Visual Studio add-in an option? WSPBuilder includes templates for Custom Field types.

link|improve this answer
I would like to do it the first time with no add-ins. I am sure once I have a good idea about what all needs to be done, I will start using a tool to streamline the process. Thanks for the reply! – AdamBT Oct 30 '08 at 19:21
feedback

The MOSS Feature Generator on CodePlex is a very robust tool that creates features from existing site data, which means you can create everything you want using the GUI and then export it as features. This is very handy for learning how to create things as well as actually converting existing things into features. It works with Content Types, Site Columns, Lists, etc.

link|improve this answer
feedback

Check out rapid tools and SPDeploy:

http://rapid-tools.googlecode.com

SPDeploy allows you to locally dev a solution using visual studio and deploy a automatically generated wsp remotely.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.