Home
Skye Hoefling
Cancel

Azure Active Directory and DNN Authentication Provider

DNN has powerful User Management controls, but sometimes you need to use your companies Azure Active Directory configuration or Office 365 credentials (those are really the same). This provides a r...

Android Wi-Fi Debugging with ADB and Xamarin Visual Studio

Debugging an Android App over wifi opens up new scenarios that you can’t simulate with an emulator or connected device via USB. If you are like me and have custom hardware that requires a large cha...

DNN Module Action Menu: JavaScript Link

Adding javascript to a DNN Module’s Action Menu should not be difficult and it is a common use-case. Let’s walk through what a Module Action Menu item is and how to trigger javascript snippets to e...

FontImageSource Markup Extension

FontImageSource is a new way to use web fonts to render common images such as action buttons in your app. Before this was added into the platform in version Xamarin.Forms 3.6 you would have to crea...

Xamarin Saturday 2019 Recap

Xamarin Saturday 2019 was held at BSI Labs in Toronto, Ontario, Canada this year on August 24th. The community organized event by the Toronto .NET Mobile Developers User Group. A full day of presen...

The Coordinate System in Xamarin.Forms and Android

This month is Xamarin UI July and this article is the July 8th 2019 Featured Blog where we will learn about the Cartesian Coordinate System and how it applies to Computer Graphics, Xamarin.Forms ...

Xamarin.Forms Shell: Customizing the TabBar (Android)

Xamarin.Forms 4.0 brings new enhancements to the platform that has Xamarin Developers excited. My favorite new feature is Xamarin Shell which creates simple APIs for building powerful apps that inc...

Where to Find Azure AD Tenant Name

When integrating with Azure Services regardless of what the service is, you are commonly required to provide a Tenant ID which is sometimes refered to as a Directory ID. This is a GUID that is used...

DNN Dependency Injection: WebForms Modules

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

DNN Dependency Injection: Razor3 Modules

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