Showing results for 2018 - Page 14 of 21 - Developer Support

Apr 17, 2018
Post comments count3
Post likes count1

Real-time Code Quality with SonarLint in Visual Studio

Developer Support
Developer Support

In the second part of her SonarQube series, Premier Developer Consultant Sana Noorani builds on top of SonarQube technology and explains how SonarLint can be added in Visual Studio to track real time code quality. What is SonarLint? SonarLint an extension you can add to an IDE such as Visual Studio that can provide developers real-time feedback on...

Visual StudioOpen SourceSana Noorani
Apr 16, 2018
Post comments count0
Post likes count0

Agile UX: Incorporating User Experience into Agile Processes

Developer Support
Developer Support

Premier Developer Consultant Daisy Chaussee writes how to integrate user experience and design into agile processes. In combining Agile and UX, teams can attain greater collaboration, continuous improvement, and efficiency in development. The goal of this blog post is to provide guidance on how to integrate User Experience into Agile processes. ...

TeamVSTSAgile
Apr 15, 2018
Post comments count0
Post likes count0

Order of Precedence when Configuring ASP.NET Core

Developer Support
Developer Support

In this post, Premier Developer Consultant Randy Patterson introduces the new configuration API for ASP.NET Core and its order of precedence. In previous version of ASP.NET, configuration was primarily handled by the ConfigurationManager class. This class typically obtained the user configurable settings from the AppSettings section located in t...

Teamasp.netasp.net core
Apr 14, 2018
Post comments count0
Post likes count0

ARR and benefits for Premier customers

Developer Support
Developer Support

Senior Application Development Managers Sanjeev Gogna and Charles Ofori explain Azure Rapid Response (ARR) program, and explain how it benefits Premier customers. Overview With today's technology, availability, reliability, and uptime are fundamental to success. To overcome incidents and interruptions, Microsoft offers Azure Rapid Respon...

TeamAzure
Apr 13, 2018
Post comments count0
Post likes count0

Integrating Selenium tests in a release pipeline

Developer Support
Developer Support

Senior Application Development Manager Marcelo Silva recently posted this article demonstrating how to implement UI test automation using VSTS and Selenium.Today, I'd like to show you a proof-of-concept I created for one of my customers where we implement User Interface (UI) test automation into a Continuous Integration/Continuous Delivery (CI/CD) ...

TeamVSTSTFS
Apr 12, 2018
Post comments count0
Post likes count0

Part 2: Azure Virtual Machine Scale Set and Windows Containers–Networking Tips

Developer Support
Developer Support

In part 2 of 2 blog posts, Premier Developer Consultant Julien Oudot continues his networking tips about Azure Virtual Machine Scale Set (VMSS) and Windows Containers. Building on the first post about VMSS set-up, Julien walks through how to communicate with containers running on nodes deployed as part of VMSS. If you haven’t read it yet, do...

TeamAzureContainers
Apr 11, 2018
Post comments count0
Post likes count0

SonarQube Integration with VSTS

Developer Support
Developer Support

In this post, Premier Developer Consultant Sana Noorani details how to integrate SonarQube with VSTS, so you can detect issues in code and trigger builds only when code checks pass. Introduction to SonarQubeSonarQube is an open source tool used for continuously checking code quality. Many developers will add it to their DevOps pipelines with contin...

TeamDevOpsVSTS
Apr 11, 2018
Post comments count0
Post likes count2

Performance traps of ref locals and ref returns in C#

Sergey Tepliakov
Sergey Tepliakov

The C# language from the very first version supported passing arguments by value or by reference. But before C# 7 the C# compiler supported only one way of returning a value from a method (or a property) - returning by value. This has been changed in C# 7 with two new features: ref returns and ref locals. But unlike other features that were rece...

seteplia
Apr 10, 2018
Post comments count0
Post likes count0

Experiments with HoloLens, Mixed Reality Toolkit and two-handed manipulations

Developer Support
Developer Support

Senior Consultant/ADM Davide Zordan recently posted this article on his HoloLens experiment.  In this post, he explains how to get started with HoloLens and Mixed Reality Toolkit. I’ve always been a big fan of manipulations, as in the past I worked on some multi-touch XAML Behaviors implementing rotate, translate and scale on 2D objects. As I p...

TeamHoloLens
Apr 8, 2018
Post comments count0
Post likes count0

Physical Data Center Security

Developer Support
Developer Support

Senior Consultant Omar Amin recently posted this article on securing a physical data center.  In this post, he highlights roles and responsibility on security across various hosting options.I don't spend a lot of time talking to customers about physical data center security.As a developer using mostly PaaS or IaaS compute platforms, I just ass...

TeamSecurity