Visual Studio 2015 templates for Revit add-ins

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I need a set of convenient Visual Studio templates for creation of Revit add-ins. I am very lazy person and I prefer that the boring operations were done by a template instead of me.
At first I wanted to improve the VisualStudioRevitAddinWizard template by Jeremy Tammik. But Jeremy ignored my pull request. Therefore I refused the subsequent attempts to improve his template. Therefore I made templates myself.
Here are my Visual Studio 2015 templates for Revit add-ins creating: https://github.com/Andrey-Bushman/Revit2017AddInTemplateSet
Also it contains the set of video-lessons with English comments.
* #001. Download and install the templates: https://www.youtube.com/watch?v=SYm-yxQ9jFk&t=1s * #002. Create new project: https://www.youtube.com/watch?v=TU5HoTxpgbk&t=5s * #003. Add new command: https://www.youtube.com/watch?v=mtw8PAf5eus&t=2s * #004. Link the command with the command availability: https://www.youtube.com/watch?v=-_79p0CnKJY&t=8s * #005. Add ribbon tabs and panels: https://www.youtube.com/watch?v=wlskC5PTmH8&t=4s * #006. Template resources using: https://www.youtube.com/watch?v=_aQ30GHl3as&t=1s * #007. Multilanguage add-ins creating: https://www.youtube.com/watch?v=abxy-Ynff3w
Also, I wrote the article about it in my blog here (Russian text).
Perhaps these templates will be useful for other programmers too.
Best regards,
Andrey