Showing results for Development - Developer Support

Aug 13, 2020
8
0

Go and C# Comparison

Developer Support
Developer Support

In this post, App. Dev. Manager Vishal Saroopchand showcases similarities and differences on important topics for C# developers learning Go.

DevelopmentC#
Jun 30, 2020
0
0

What’s In A Name?

Developer Support
Developer Support

Productivity and efficiency (pronounced developer happiness) are hinged on reducing one's cognitive overhead; if I have to stop what I’m doing to process why something is the way it is, there's a chance that the design was flawed. Norman Doors exist everywhere; let’s get rid of them a name at a time.

TeamDevelopmentPremier
Jun 8, 2020
0
0

CI/CD with SharePoint Framework (SPFx)

Developer Support
Developer Support

In this post, App Dev Manager Dhaval Shah shows how to get started with CI/CD for SharePoint Framework (SPFx).

Azure DevOpsSharePointDevelopment
May 14, 2020
0
0

Using Azure DevOps Pipelines with Redgate to Automate Oracle Database Deployments

Developer Support
Developer Support

In this post, I will cover a basic end to end-to-end example of taking a local Oracle database, setting up a project in a Git repository and using a Continuous Integration / Continuous Delivery (CI/CD) pipeline to take your database changes from code through to production.

TeamDevOpsDevelopment
Jan 23, 2020
0
0

Flawless Demos using Git

Developer Support
Developer Support

Premier Consultant Andrew Charbonneau explains how he conducts flawless demos with help of Git.

TeamDevelopmentgit
Oct 2, 2019
0
0

The Buzz around InnerSource

Developer Support
Developer Support

InnerSource takes the lessons learned from developing open source software and applies them to the way companies develop software internally.

TeamDevOpsDevelopment
May 18, 2019
0
0

Legacy Apps

Developer Support
Developer Support

Many developers have had the opportunity to inherit code and applications. When that happens the first response is often to want to rewrite, refactor or kill it if it is using older or unsupported technologies. Oftentimes, we also have to consider modern design and improvement to existing technologies that have made the application obsolete.

DevelopmentTimothy BaillisLegacy Apps
Apr 12, 2019
0
0

Testing Online Connectivity in PowerApps

Developer Support
Developer Support

This post will walk through testing the Connection.Connected property in your PowerApps. If you are building a PowerApp with offline capabilities, then it becomes very important to test whether the device has an active internet connection. The sensor function Connection.Connected can be used to test for connectivity – if true, you are connected, f...

TeamAzureDevelopment
Apr 6, 2019
0
0

PowerApps Reusable Components

Developer Support
Developer Support

In this post, I’ll show you how to create reusable canvas components for your PowerApps. For this example, I’m going to create a control to display today’s date, visualized as one of those daily tear-off calendars you might have seen at some point on someone’s desk. Since the component will be reusable on multiple screens, I’ll add properties to th...

TeamDevelopmentPowerApps
Apr 1, 2019
0
0

PowerApps Design – Create a Digital Alarm Clock Display

Developer Support
Developer Support

In this post, we’ll look at how to use SVG images and some formulas to create a digital alarm clock style display in PowerApps. This is going to involve some image manipulation, so I’ll use one of my favorite free vector programs, Inkscape, to create SVG files that can be used in the clock display. I’ll also be using a free-for-commercial use digit...

TeamDevelopmentPowerApps