Home
Skye Hoefling
Cancel

Configuring Cloudflare SSL Certificates on Windows Server Core with Powershell

Using Windows Server Core has some big advantages and to our business the advantage is performance since there is no desktop experience. This makes configuring anything you do more complicated if y...

Windows Server Core - A Developer Walkthrough

A how-to guide by a Developer for IIS and ASP.NET Core on Windows Server Core Increasing performance on your Windows Server may be as easy as getting rid of the desktop enviornment, now your serve...

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...

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...

VSTS and Windows Server a DevOps Story

VSTS and Azure go so well together, any project is just a few key strokes away from deploying source code out to the cloud. Sometimes we don’t have the luxury of working in Azure and we need to use...

Basic Image Manipulation in C#

Image Manipulation is a powerful utility provided by .NET that can make powerful applications or tools depending what you are building. We have worked in both patterns building developer tools usin...

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 her...

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 pl...

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...

Push Notifications with App Center - API Integration

AppCenter Push Notifications is an exciting new technology for handling Push Notifications in any mobile app. I use AppCenter quite a bit with my Xamarin projects so using AppCenter was a natural c...