Home
Skye Hoefling
Cancel

DNN Dependency Injection: SPA & Web API Modules

Dependency Injection is a new feature coming to DNN in 9.4 that allows you to inject abstractions or other objects into your SPA Web API Module Controllers. This has been a common practice in both ...

DNN Dependency Injection: MVC Modules

Dependency Injection is a new feature coming to DNN in 9.4 that allows you to inject abstractions or other objects into your MVC Module Controllers. This has been a common practice in both ASP.NET ...

DNN Dependency Injection: .NET Core

Dependency Injection is used in many modern applications, it is ubiquitous across .NET application development. In .NET Core it has been built into the platform as a core feature that gets configur...

AppCenter: Data, Auth and Push

At Microsoft Build this week (May 6th) the App Center Team announced new features that allow you to use App Center to manage your Authentication and Data. As well a more complete Push Notification ...

.NET 5 and The Future

Microsoft Build 2019 was this week and lots of big announcements are coming from Microsoft with what the future of .NET and the ecosystem of developer tools looks like. This year there was a HUGE a...

Web.Config Rewrite HTTP to HTTPS in ASP.NET

Many browsers are displaying security warnings to users when the websites don’t serve traffic over HTTPS and it is becoming more and more important to serve traffic securely. When working in an IIS...

Scaling Animations in Xamarin.Forms

Xamain.Forms contain many Animations API that is accessible in the shared code. Most animation sequences can be leveraged in the shared code reducing the need to implement any platform specific cod...

Troubleshooting JetBrains Rider and Visual Studio 2019 Xamarin Development

New machine and new project means getting to test drive a new way of development Xamarin and Xamarin.Forms applications. I have a clean Surface Book 2 running Windows 10 that I installed the latest...

Factory Reset for Zebra TC70x Android Handheld

A simple how-to guide on how to perform a Factory Reset of a Zebra TC70x Android Handheld barcode scanner. Navigating the Android Recovery Mode and using the Android Device Bridge (ADB) can be a da...

Easy Expandable Menu in Xamarin.Forms

Expandable Menus are an easy way to add different modes or context to a screen without taking up very little screen space. An expandable menu places a small icon or the screen as an overlay and whe...