Showing results for May 2016 - Developer Support

May 26, 2016
0
0

Random SQL Workload Generator

Monu Bambroo
Monu Bambroo

In a recent post from his blog, Premier Developer Consultant Bradley Ball  gives us a step-by-step overview of how to use SQL Server Random Workload Generator Many developers develop their own T-SQL, many DBA’s have to maintain that SQL.  If you are looking for a way to generate a workload against a SQL Server to practice performance tuning tech...

TeamSQL
May 26, 2016
0
0

Versioning and Deploying Salesforce Metadata using TFS/VSTS

Monu Bambroo
Monu Bambroo

In this post Premier Developer Consultant Najib Zarrari will show us how to use Visual Studio Team Services (VSTS) or on-prem Team Foundation Server (TFS) version control system to version control Salesforce.com customizations. He showcases how the Build feature in VSTS or TFS can enable you to deploy customizations from one Salesforce developmen...

ALMVSTSTFS
May 20, 2016
0
0

Universal Windows Programming: What is it and how it can help

Developer Support
Developer Support

Mike Finley, Senior Application Development Manager, discusses how Universal Windows Programming can help you develop one application that runs on multiple devices and form factors with Windows 10. More and more devices are now available for the end users to achieve an online and offline mobile experience.  Gartner believes that by 2020, 2...

.NETWindows 10Universal Apps
May 12, 2016
0
0

Azure AD client certificate rollover

Monu Bambroo
Monu Bambroo

In a recent post from his blog, Premier Developer Consultant Marius Rochon gives us a step-by-step overview of how to use OAuth2 Client Credential flow with an X509 certificate. This Azure AD sample shows how to use OAuth2 Client Credential flow with an X509 certificate for authentication. Here is a procedure I use to periodically rollover the c...

TeamAzureAzure AD
May 2, 2016
0
0

Using Client Certificate Authentication for Web API Hosted in Azure

Monu Bambroo
Monu Bambroo

In a recent post from his blog, Premier Developer Consultant Razi Rais  gives us a step-by-step overview of how to add client certificate Authentication for Web Api Hosted in Azure. During recent customer engagement there was a discussion around client certificate [a.k.a tls mutual] authentication and how to use it with asp.net web api that is h...

TeamAzureAuthentication