Showing results for 2016 - Page 2 of 7 - Developer Support

Nov 14, 2016
0
0

US Workshops, Webcasts, and Tech Talks – Nov/Dec 2016 Update

Developer Support
Developer Support

Teams struggle to keep up with the latest technology trends, so training and knowledge transfer are important investments to build the expertise required for optimal application and infrastructure.  It’s a great way to proactively stay in front of technical gaps that can manifest in the form of implementation delays, architectural problems, and/or ...

Nov 1, 2016
0
0

How to work around an issue with VSTS build agents for the Mac, when building Xamarin Forms apps for iOS

Monu Bambroo
Monu Bambroo

In a recent post from his blog, Premier Developer Consultant Jim Blizzard shows how to work around a potential issue you might run into when building a Xamarin Forms app for iOS on your Mac. Heads up if you’re running VSTS build agent on a Mac for Xamarin.Forms iOS projects. You may see this error message from the NuGet package restore step: "To ...

TeamVSTSxamarin
Oct 31, 2016
0
0

Easily deploy SonarQube Server in Azure

Developer Support
Developer Support

The Visual Studio ALM Rangers are a great asset to the VS ALM community, providing important guidance and sharing knowledge from real world experience.  Premier Developer’s own Kevin Mack and Steve St. Jean team up with the Rangers to spotlight SonarQube integration and deployment with Azure. Technical Debt is a growing problem for many developmen...

SonarQubeRangers
Oct 20, 2016
0
0

SQL Server 2016: It Just Runs Faster

Developer Support
Developer Support

Does the marketing live up to the hype?  Senior ADM, Paul King shares some perspective from the field. Upgrading between major versions of a product can sometimes be a painful and time consuming task.  Development organizations often have to spend time going over depreciated feature lists to make sure that their applications will still work.  Ma...

SQL Server
Oct 17, 2016
0
0

New project type has XAML forms by default

Pam Lahoud
Pam Lahoud

Recently on his blog, Premier Developer Consultant Joe Healy highlighted some new templates available to Xamarin developers in Visual Studio.  See below for the full article, but also be sure to check out Joe’s DevFish blog for lots more great content! Xamarin has some great documentation. The article at [ https://developer.xamarin.com/guides/xa...

TeamVisual Studioxamarin
Oct 14, 2016
0
0

US Workshops, Webcasts, and Tech Talks – October 2016 Update

Developer Support
Developer Support

Teams struggle to keep up with the latest technology trends, so training and knowledge transfer are important investments to build the expertise required for optimal application and infrastructure.  It’s a great way to proactively stay in front of technical gaps that can manifest in the form of implementation delays, architectural problems, and/or ...

Oct 7, 2016
0
0

HockeyApp replacing App Insights…definitely not…

Developer Support
Developer Support

There has been a lot of chatter about the roadmap and direction of Application Insights in relation to HockeyApp.  Senior Application Development Manager, Brian Swiger, sums it up. In Summary: App Insights originally shipped with a set of SDKs for mobile platforms that pushed telemetry data into the App Insights pipeline. It is these SDKs th...

TeamHockeyApp
Oct 7, 2016
0
0

Loading paged and related data from MS Graph API into Power BI using a recursive Power Query function

Developer Support
Developer Support

Senior Application Development Manager, Robert Reilly, recently came upon a situation where he needed to provide enhanced, adhoc, and drillable reporting based on a mix of data sources.  Leveraging Microsoft Graph API for customer data and using Power BI, he explores the power of using these technologies together to build a solution and shared his ...

TeamPowerBI
Oct 3, 2016
0
0

Referencing a PCL project in both ASP.NET Core and Xamarin Forms

Pam Lahoud
Pam Lahoud

Thanks to Premier Developer Consultant Gustavo Varo for this prescriptive guidance on cross-platform development with Xamarin and ASP.NET Core. Back in March while working with Xamarin Forms and ASP.NET Core, I identified the need of sharing some code between both projects. My very first idea was to create a PCL (Portable Class Library) project ...

Team.NETasp.net
Sep 27, 2016
0
0

Using Azure AD to authenticate public clients to SQL Azure

Monu Bambroo
Monu Bambroo

In a recent post from his blog, Premier Developer Consultant Marius Rochon shows how to use Azure AD to authenticate public clients to SQL Azure. Azure AD enables access authorization to SQL Azure as an alternative to providing username/password information in the connection string: https://azure.microsoft.com/en-us/documentation/articles/sql-da...

TeamAzure ADAuthentication