MSDN Blogs: Using ReleaseManagement REST API's
Refer the documentation https://www.visualstudio.com/integrate/api/rm/overview1. How to get ReleaseDefinition using ReleaseManagement REST API'spublicstaticasyncvoidGetReleaseDefinitions() { try { var...
View ArticleMSDN Blogs: Master Data Services 2016 Performance Enhancements
MDS 2016 includes many improvements to performance and capacity. This document shares some early performance test results that compare MDS 2014 with pre-release MDS 2016. The tests were run on an...
View ArticleMSDN Blogs: Find reboot not suppressed deployments for a client
To identify which deployments has been created for a client but reboot not suppressed you can query Configuration Manager DB with below SQL query;...
View ArticleMSDN Blogs: Getting your SSIS custom extensions to be supported by the...
Getting your custom components to support in the multi-version support of SSDT 2015 We recently released the multi-version support (also known as One Designer) in SSDT 2015, which allows SSIS...
View ArticleMSDN Blogs: Being Human in the Digital Age - Lecture at Glasgow School of Art
Lecture about being human in the digital age. Unless where stated and licensed, all words, images and photography @ Roy Sharples 2016. All rights reserved.
View ArticleMSDN Blogs: sp_spaceused
Continuando a série dos comandos históricos, vou apresentar o comando sp_spaceused. Embora esse seja um comando antigo, essa é uma das procedures que mais uso no dia a dia.Nos posts anteriores comentei...
View ArticleMSDN Blogs: Microsoft Translator Adds Image Translation to Android
Today, we are announcing several new Microsoft Translator capabilities available for Android users, including instant translation of images. With the new image translation feature in the Translator app...
View ArticleSPSCC Posts & Announcements: Popular musical Godspell up next for SPSCC Drama
*Production will run May 26-29 *Free to SPSCC students, staff, faculty
View ArticleMSDN Blogs: Criando um Docker Host Linux no Azure
Referência: https://docs.docker.com/v1.9/engine/installation/azureO que é o Docker? https://www.docker.com/what-dockerExistem diferentes formas de criar um Docker Host, vou demonstrar uma delas nesse...
View ArticleMSDN Blogs: Serverless Azure Architecture, Simple Forms
Serverless Azure Architecture, Simple FormsI hate complex software, not just out of laziness (definitely a big part of it) but I honestly do think that simple software is easier to maintain in the long...
View ArticleMSDN Blogs: DBCC IND
Esse é mais um artigo da série “Saga da otimização com comandos antigos”Parte 1: SET STATISTICS IOParte 2: DBCC DROPCLEANBUFFERSParte 3: DBCC SHOWCONTIGParte 4: DBCC PAGEParte 5: sp_spaceusedNo último...
View ArticleMSDN Blogs: Using PAT token in ReleaseManagement REST API's
Generating PAT Token:-Step1: Generate PAT token by visiting your profile and selecting the right ReleaseManagement scope as per API need ( see 'Available scopes' section...
View ArticleMSDN Blogs: File order matters with TypeScript inheritance
If you receive the following JavaScript error and your code contains a TypeScript class derived from another class, it is likely that your parent class has not been defined prior to the definition of...
View ArticleSPSCC Posts & Announcements: 28th Career Day Brings More Than 60 Employers To...
*May 12 event runs from 10 a.m. to 2 p.m. *Job seekers should come prepared with resumes and dressed professionally *Event is free and open to the public
View ArticleMSDN Blogs: Governance und Compliance mit dem neuen SharePoint 2016 –...
Im dritten Beitrag zu Governance und Compliance für SharePoint 2016 wollen wir uns nun Aufbewahrungsregeln für SharePoint-Inhalte genauer anschauen. Warum ist das relevant? Dafür habe ich zwei...
View ArticleMSDN Blogs: Using ReleaseHttpClient for interacting with ReleaseManagement...
ReleaseHttpClient is public as nuget package : https://www.nuget.org/packages/Microsoft.VisualStudio.Services.Release.ClientStep1: Create one 'Windows Console Application' using Visual studio...
View ArticleMSDN Blogs: ¿Por qué Microsoft?
Uno de los aspectos más interesantes de mi trabajo es poder ayudar a nuestros clientes a obtener el máximo beneficio de nuestros productos y servicios, pero esto no es una tarea fácil; a través de los...
View ArticleMSDN Blogs: DBCC INDEXDEFRAG
Esse é mais um artigo da série “Saga da otimização com comandos antigos”Parte 1: SET STATISTICS IOParte 2: DBCC DROPCLEANBUFFERSParte 3: DBCC SHOWCONTIGParte 4: DBCC PAGEParte 5: sp_spaceusedParte 6:...
View ArticleMSDN Blogs: Microsoft Account
El primer componente a utilizar en mi reto es un Microsoft Account, anteriormente conocido como Passport o simplemente una cuenta de “Hotmail” o “Outlook”. Este es uno de los recursos más importantes a...
View ArticleMSDN Blogs: Using Clone, Export and Import an existing release definition for...
Summary:- A ReleaseManagement extension for Cloning, Importing and Exporting an existing release definition is released in the VisualStudio marketplace at...
View Article