Showing results for Team - Developer Support

May 12, 2020
Post comments count1
Post likes count0

Quantum Computing for Software Developers – Part II

Developer Support
Developer Support

In these two parts of my blog entry, I have demonstrated what Superposition and Entanglement mean from a quantum computing perspective. In Part 3, I’ll get into quantum operations!

TeamQuantum Computing
May 11, 2020
Post comments count0
Post likes count0

So You Want to Build an AI Solution?

Developer Support
Developer Support

The most valuable lesson from our recent work was the time invested in identifying opportunities on how best to leverage AI to enhance our customer’s solutions before delving into architectural decisions and proceeding with a proof of concept.

TeamAzureMachine Learning
May 10, 2020
Post comments count0
Post likes count0

nopCommerce running in Azure (PaaS)

Developer Support
Developer Support

Microsoft and the nopCommerce team has made it incredibly easy for the average computer user to get an e-commerce solution up and running with just a few click. The real beauty in this relationship however, is the power the user inherits post the "click click done" phase.

TeamAzurenopCommerce
May 9, 2020
Post comments count0
Post likes count3

Control Access to Power Apps and Power Automate with Azure AD Conditional Access Policies

Developer Support
Developer Support

With just a few quick steps using the Azure AD Conditional Access Policy, it is easy to limit access to PowerApps and Power Automate. This quick fix allows time for companies to evaluate the platform, experiment with pilot users, and take the time to implement governance and administration best practices.

TeamPowerAppsAAD
May 8, 2020
Post comments count0
Post likes count0

Introduction to CMMI Development for Developers

Developer Support
Developer Support

CMMI may seem like overkill, but even on small projects, the knowledge captured by following the process shortens the cycle the longer you are away from the project. Not to mention if you’ve never worked on the project before.

TeamDevOpsCMMI
May 6, 2020
Post comments count0
Post likes count0

In-Memory OLTP Best Practices – Part 2

Developer Support
Developer Support

This is a continuation of our first blog post where we shared our best practices and thoughts around the following key decisions you will make when deploying the In-Memory OLTP solution.

TeamSQL ServerPerformance
May 4, 2020
Post comments count0
Post likes count0

3 Tips for Adding Security to CI/CD Pipelines

Developer Support
Developer Support

When working with customers that are just starting their journey of converting to CI/CD pipelines within Azure DevOps, the initial focus is making sure their current manual build and release processes are automated. Can our pipeline do more? How do we build security steps into the process?

TeamAzure DevOpsSecurity
May 2, 2020
Post comments count0
Post likes count0

Upgrade Spring Boot App to Java 11 (LTS): What’s to be done in project config and Azure DevOps Pipelines

Developer Support
Developer Support

As one of the most popular open source platforms, Java has accelerated its release cadence to 6 months after the debute of Java 9. Enterprise application systems usually are built upon Long Term Support (LTS) version. The current Java LTS is version 11, although massive systems are lagged in Java 8 which is the previous LTS released in 2015.

TeamJavaSpring Boot