All posts tagged visual studio
Shining some light at the “dll hell”
Some time ago I have typed up an article explaining the “dll hell” in Revit/Dynamo. Link I have also typed up an article attempting to deal with it using embedded […]
Creating a Self-signed Code Signing Certificate
The “why” Some time ago I have written a post about obtaining a code signing certificate to sign your Revit DLLs and satisfy their requirement for plugins. That article is […]
one way to manage your Git project
This workflow is something that I was introduced to by a friend of mine – Mostapha. Obviously, I have been using GitHub to store and manage my code for quite […]
how to maintain Revit plugins for multiple versions continued…
Obviously, I wrote about this topic some time ago. Here’s the original post: Post. Basically, the issue was that I needed to maintain multiple versions of my Revit plugin, to […]
debugging WPF data bindings
So, this was actually a question recently asked by another Bad Monkey getting their feet wet with WPF. The question was: How the hell do you debug data binding issues […]
encapsulating addins with costura.fody
OK, so I think I got a little ahead of myself here. Costura.Fody is great, but the issue of conflicting assemblies persists. I did some more testing on different […]
debugging revit add-ins
Ok, so I always hear people complain, that writing Revit Addins is horrible because it takes forever to debug them. You know, that spiel about having to restart Revit, every […]
how to maintain revit plug-ins for multiple versions
One thing that we all have a love/hate relationship with is API breaking changes. Yes, we all love shiny new toys, but they usually break our old reliable tools. What […]
submitting code to DynamoRevit repo
With the Dynamo 1.3 release, there was also a new version of DynamoRevit tools that were released. Some of you might already know this, but DynamoRevit is nothing more but […]