Blog

Entries for the 'Application Development' Category

Tips for Developing a Report with SSRS in Microsoft Report Builder

SQL Server Reporting Services (SSRS) comprises a set of tools provided by Microsoft to create, deploy, and manage paginated reports in an '.rdl' format. Report Definition Language (RDL) is an Extensible Markup Language (XML) version of the re...


How to Style an AutoCompleteBox

Overview The AutoCompleteBox is a handy WPF (Windows Presentation Foundation) control that can be used by installing the DotNetProjects.WpfToolkit.Input package from Visual Studio's NuGet Package Manager. The AutoCompleteBox is basically a sea...


Monday versus SharePoint Lists

If you are paying for Monday to manage your tasks, issues, and/or milestones, you should know that you may already have a tool in your toolbox you could be utilizing for free instead. As a Microsoft Office 365 user, the suite of products in a&nb...


Remote Attach Debugger to Process in the Cloud

This blog will show you how to remotely debug code that has been deployed to Microsoft Azure as a Function App. During one of the project stages, for various reasons, I was not able to deploy additional logging to see the parameters that were bein...


Resizing UIs with QML Layouts

Overview When I was first getting exposed to QML as a language for describing user interfaces, almost everything was easy to grasp except the concept of layouts. Their behavior never seemed natural, and I spent a lot of time fighting with them bef...


DMC Earns Microsoft Solution Partner Designation for Data and AI in Azure

DMC is proud to announce the successful achievement of Microsoft’s Solution Partner Designation for Data and AI (Azure) in the all-new Microsoft Cloud Partner Program. The new Solution Partner Designation provides benefits to DMC and its client...


How to Generate an MSI using WixSharp

You’ve just finished creating an amazing WPF desktop application. You want to send a friend an MSI so they can install it on their host, but you've never generated an MSI. Fret not! This blog will walk you through generating an installer...


Tips and Tricks for Getting Started with MPLAB

MPLAB, an IDE developed by Microchip Technology, has many effective functionalities but can be tricky to use at times. Below, I’ve compiled a list of my favorite tips, common gotchas, and the best ways to troubleshoot MPLAB. Adding and Remov...


React Native Styling: Simple Tips to Getting Started

Coming to React Native development from a React background, I encountered a bit of a learning curve related to native OS compilation and application styling. While troubleshooting compilation and build issues often still cause me to bang my head...


Azure AD Authentication with BlazorWASM using OAuth2

This blog will walk through how to use Azure Active Directory as an authorized provider for a BlazorWASM application. No server-side code is required. Overview We’ll be implementing the authentication using OAuth 2.0 implicit flow for the...


Page 3 of 6First   Previous   1  2  [3]  4  5  6  Next   Last   
Page 3 of 6