Andrew Hoefling | Life Through Code
Andrew Hoefling | Life Through Code
  • Home
  • Recent Talks
  • Hoefling Software

DNN
9/10/2018

Easy Debugging for C# in DNN

When I am developing a DNN Module or even a DNN Platform change I typically configure my development enviornment to output the assemblies in the bin directory or I manually copy over the assemblies and the pdb files. This turns into a very tedious process very quickly when I am trying to rapidly develop or debug DNN Code.

Easy Debugging for C# in DNN

Case Study
9/4/2018

Case Study: A DNN Photo Contest Module

Manually handling storage and retrieval of images and video can be time consuming and error prone because of all the image and video formats. Serving this content can be even harder especially with videos and getting the right codecs is enough to make you not want to do it. 

Using 3rd party tools such as Dropbox and Youtube will greatly reduce your time and risk when creating a photo/video solution. This is just what our team here at Hoefling Software did to deliver a Photo Contest Module built specifically for DNN

Case Study: A DNN Photo Contest Module

DNN
8/14/2018

DNN as an Azure Web App

Hosting apps in the cloud is common practice due to it's ease of use and performance that smaller organizations may not have on their own. Why not host DNN in the cloud? If you follow our guide here you can be up and running in Microsoft's Azure Web App in a matter of minutes.

DNN as an Azure Web App

Blog
8/7/2018

New Blog Site Launch

It's summer and we have been working around the clock delivering amazing code for our clients at Hoefling Software. We have been excited to deliver many amazing projects including a new blogging platform. As our business has grown it is important to show that our technical blog Andrew Hoefling | Life Through Code is also growin


DNN
4/30/2018

DNN MVC Module Routing

DNN 9.2 introduces many new features including new routing controls for MVC Modules. Now, when building a MVC Module you can easily Redirect routes between Controllers and Actions at the Controller level. This new feature introduces flexibility that adds feature parity with Microsoft’s MVC implementation. With this change a MVC Module can contain many controllers and actions per controller that handle the complex routing scenarios associated with MVC development. Prior to 9.2 developers were limited to having one controller. While there were workarounds to this limitation until now there wasn’t an elegant way to handle routing in a MVC Module.


DNN
4/9/2018

CloudFlare for DNN

I was helping my friend Clint Patterson deploy a new DNN website and recommended that we enforce HTTPS even though for the small website he really didn’t need it. With the ease of tools such as CloudFlare it is really easy to set up and enforce https which not only makes your site secure but makes your users feel comfortable with the lock icon displaying in the browser.


DevOps
10/26/2017

DNN Continuous Integration and Continuous Deployment with VSTS and Azure - Clean Install

DNN (DotNetNuke) is a Dot Net based Content Management System (CMS). Building DNN Modules allows you to easily extend the functionality of the DNN Website with complex apps that you can bolt on to any page in your CMS.

Copyright 2019 by Andrew Hoefling | Life Through Code
  • Terms Of Use
  • Privacy Statement