Signs your DNN Module Development skills could use some sharpening
- Your latest DNN module utilizes in-line CSS like it was going out of style.
- You frequently need to release new versions due to changes that consist solely of updates to hard coded strings in your code-behind.
- Every time you implement your modules as part of a new solution, you spend the first few days just getting them to display correctly in the new skin
- You FTP into the production DNN site to upgrade your module.
- You spend more than 30 seconds packaging a new version of your module
- When you get a SQL script from source control you open up your favorite file comparison utility to see what’s changed so that you can run only those changes.
- You’ve been curious, for the last two years, about how to use the DNN UrlControl, but you never have the source readily available, so you still don’t know.
- The last time you upgraded your production environment you were up until 4AM trying to piece together outdated versions of your database.
- When creating your latest DNN module, you opened up the first DNN module you ever created to grab that same piece of code that you always grab when creating a new module.