Blog

Entries for the 'Application Development' Category

Visual Studio Code Tips and Tricks

Visual Studio (VS) Code is one of the most popular integrated development environment (IDE) tools for software developers and is frequently used by engineers at DMC. In a fast-paced environment where developer velocity is highly valued, there&rsqu...


Custom Image Provider Implementation in PySide

Introduction In application development, projects require various depths of involvement. Some projects may need you to interconnect a bunch of trendy frameworks and open-source libraries, while other projects will require full-scale development in...


DMC Earns Microsoft Solution Partner Designation for Digital & App Innovation (Azure)

DMC is proud to announce the successful achievement of a second Microsoft Solution Partner Designation for Digital & App Innovation (Azure) in the all-new Microsoft Cloud Partner Program. The new Solution Partner Designation provides benefit...


C# New vs. Override Keyword

One common challenge you may come across when working with derived classes is deciding which of the two ways you should override a function in C#: using either override or new keywords. One thing to remember is that it is necessary to de...


3 Common Pitfalls of Theme Customization with Material UI 

Material UI is a great tool for speeding up the development process of your react app. The library offers out-of-the-box React UI components with built-in properties that greatly simplify the implementation of the styling and interaction requirements...


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


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