All posts in C#

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 […]

few more comments about materials in revit, dynamo, APIs etc.

It’s been a while since the last time that I was looking at Materials in Dynamo. Literally more than 5 years. Here’s the last write up I did on that […]

code signing assemblies with GitHub Actions

If you are working in the AEC space you probably get annoyed by the fact that Revit constantly warns you about the unsafe assemblies that you want to load into […]

Controlling Imported Categories visibility w/ Dynamo

I have previously written about controlling – or at least being able to obtain their state – visibility settings of Categories. In this write up I will be showing how […]

dismissing Revit pop-ups – the easy and not so easy ways

Recently I have worked a little on a Revit functionality that required me to either come up, or dig up some of the existing methods for dismissing Revit pop-ups. The […]

Google Maps Static API in Dynamo

Every now and then I find myself roaming the internet looking for things to do. Oh yeah, I know, I shouldn’t be saying this out loud. If there is a […]

Honeybee meets Revit

So this is one of the things that I have been working on recently – a Revit plugin for Honeybee. Yay! Yes, I know. Please don’t get too excited. It’s […]

Spell Checking w/ Dynamo

I am not sure how useful this would be, but I saw a question on the Dynamo Forum, where someone was asking about potential to Spell Check their Schedules in […]

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 […]