
colinsalmcorner.com
Colin's ALM CornerAll things ALM and TFS
http://www.colinsalmcorner.com/
All things ALM and TFS
http://www.colinsalmcorner.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Wednesday
LOAD TIME
4.3 seconds
Colin Dembovsky
3 Ga●●●●s Pl
East●●●●ndon , Eastern Cape, 5247
South Africa
View this contact
Colin Dembovsky
3 Ga●●●●s Pl
East●●●●ndon , Eastern Cape, 5247
South Africa
View this contact
Colin Dembovsky
3 Ga●●●●s Pl
East●●●●ndon , Eastern Cape, 5247
South Africa
View this contact
12
YEARS
1
MONTHS
10
DAYS
GODADDY.COM, LLC
WHOIS : whois.godaddy.com
REFERRED : http://registrar.godaddy.com
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
32
SITE IP
23.96.32.128
LOAD TIME
4.349 sec
SCORE
6.2
Colin's ALM Corner | colinsalmcorner.com Reviews
https://colinsalmcorner.com
All things ALM and TFS
Aurelia, Karma and More VS Debugging Goodness
http://www.colinsalmcorner.com/post/aurelia-karma-and-more-vs-debugging-goodness
Aurelia, Karma and More VS Debugging Goodness. April 6, 2015. In my previous post. I walked through how to change Aurelia. To load modules via Require.js. So that you can set breakpoints and debug from VS when you run your Aurelia project. In this post I want to share some tips about unit testing your Aurelia view-models. If you aren’t yet convinced of the value of unit testing, please read my post about why you absolutely should be. But I’ve already got tests! This post isn’t going to go too much into.
Colin's ALM Corner
http://www.colinsalmcorner.com/page/2
DotNet Core, VS 2015, VSTS and Docker. July 20, 2016. I unashamedly love Docker. Late last year I posted some thoughts I had on Docker DevOps. In this post I’m going to take a look at Docker DevOps using DotNet Core 1.0.0. Docker Tools for Visual Studio. Just before I continue I’m getting tired of typing DotNet Core 1.0.0 so for the rest of this post when I say .NET Core I mean DotNet Core 1.0.0 (unless otherwise . Updating XAML Release Builds after Upgrading Release Management Legacy from 2013 to 2015.
Aurelia: Object Binding Without Dirty Checking
http://www.colinsalmcorner.com/post/aurelia-object-binding-without-dirty-checking
Aurelia: Object Binding Without Dirty Checking. March 23, 2015. Over the past few weeks I have been developing a Web UI using Aurelia. It’s really well thought out though it’s got a steep learning curve at the moment since the documentation is still very sparse. Of course it hasn’t officially released yet, so that’s understandable! If it wasn’t for TypeScript, I would really hate Javascript development! Aurelia is written in ES6. And ES7 which is transpiled to ES5. Template section h2 ${heading} /h2 form...
Colin's ALM Corner
http://www.colinsalmcorner.com/category/teambuild
DacPac Change Report Task for VSTS Builds. August 5, 2016. Most development requires working against some kind of database. Some teams choose to use Object Relational Mappers (ORMs) like Entity Framework. I think that should be the preferred method of dealing with databases (especially code-first), but there are times when you just have to work with a database schema. Recently I had to demo ReadyRoll. In VSTS. I have to be honest that I don’t like the . July 28, 2016. Which bundle x-plat VersionAssembly.
JSPM, NPM, Gulp and WebDeploy in a TeamBuild
http://www.colinsalmcorner.com/post/jspm-npm-gulp-and-webdeploy-in-a-teambuild
JSPM, NPM, Gulp and WebDeploy in a TeamBuild. March 17, 2015. I’ve been coding a web project using Aurelia. For the last couple of weeks (more posts about what I’m actually doing to follow soon! Aurelia is an amazing SPA framework invented by Rob Eisenberg ( @EisenbergEffect. Aurelia utilizes npm (Node Package Manager). As well as the relatively new jspm. And you should be! WebDeploy (out of the box) only packages files that are included in your project. This is what you want for any of your source (...
TOTAL PAGES IN THIS WEBSITE
19
Donovan Brown | How to fix the ChromeDriver StaleElementReferenceException issue
http://donovanbrown.com/post/2015/07/26/how-to-fix-the-chromedriver-staleelementreferenceexception-issue
My name is Donovan Brown and I am a Principal DevOps Program Manager with Microsoft. With a background in application development. I also run one of the Nation’s fastest growing online registration sites for motorsports events DLBRacing.com. When I am not writing software I race cars for fun. DLBRacing.com has given me the opportunity to combine my two passions writing software and racing cars. Come hear me speak. Las Vegas, Mar 13 - 17. Orlando, May 21-24. Belgium, May 22-24. Dutch MS ALM Group. You can...
SharePoint | writeabout.net
https://writeabout.net/tag/sharepoint
Net, ALM, DevOps, Scrum, SharePoint, O365, IoT, PowerShell, DSC. September 16, 2016. How to write web performance tests for SharePoint Online and ADFS. The easiest way to get the authentication running is to record the authentication flow in Visual Studio. Before you start recording the web test, open your browser and make sure you are logged off from Office 365. Then record the login process to your site and edit the web test. The next request you have to look for is a post to login.microsoft.co...Visua...
SharePoint | writeabout.net
https://writeabout.net/category/sharepoint
Net, ALM, DevOps, Scrum, SharePoint, O365, IoT, PowerShell, DSC. September 16, 2016. How to write web performance tests for SharePoint Online and ADFS. The easiest way to get the authentication running is to record the authentication flow in Visual Studio. Before you start recording the web test, open your browser and make sure you are logged off from Office 365. Then record the login process to your site and edit the web test. The next request you have to look for is a post to login.microsoft.co...Visua...
O365 | writeabout.net
https://writeabout.net/category/o365
Net, ALM, DevOps, Scrum, SharePoint, O365, IoT, PowerShell, DSC. September 16, 2016. How to write web performance tests for SharePoint Online and ADFS. The easiest way to get the authentication running is to record the authentication flow in Visual Studio. Before you start recording the web test, open your browser and make sure you are logged off from Office 365. Then record the login process to your site and edit the web test. The next request you have to look for is a post to login.microsoft.co...Visua...
O365 | writeabout.net
https://writeabout.net/tag/o365
Net, ALM, DevOps, Scrum, SharePoint, O365, IoT, PowerShell, DSC. March 23, 2016. How to deploy SharePoint Apps with VSTS Release Management. Overview: Continuous Deployment with Release Management. The idea of continuous deployment is, that each push to your repository automatically triggers a build that is deployed to an environment. Using branches and different builds you can deploy different versions of your code to different stages. A simple release pipeline could look like this. In the publish dialo...
ALM | writeabout.net
https://writeabout.net/tag/alm
Net, ALM, DevOps, Scrum, SharePoint, O365, IoT, PowerShell, DSC. May 4, 2016. Der agile Festpreis mit Scrum und Prince2. Ihr habt meinen Vortrag auf den ALM Days 2016. Über den agilen Festpreis mit Scrum und Prince2 verpasst? Dann könnt ihr ihn Euch jetzt auf Channel 9 ansehen. Findet ihr noch die anderen Sessions der ALM Days. April 25, 2016. Setup SonarQube in Azure VM. Setup a machine in Azure. Enter the basic data. Use the size you like. I chose DS12. Open Port in Network Security Group. First create...
DevOps | writeabout.net
https://writeabout.net/tag/devops
Net, ALM, DevOps, Scrum, SharePoint, O365, IoT, PowerShell, DSC. June 29, 2016. 12 steps to get started with Mobile DevOps. I prepared my mobile DevOps demo for our roadshow yesterday. I created an end to end scenario with Xamarin, Visual Studio Team Services (VSTS), the Xamarin test cloud and HockeyApp. I was pretty impressed that it only took me a few hours to get everything running. But there were some pitfalls so here is a step by step guide to get you up and running in a few hours. Now add a new tes...
TOTAL LINKS TO THIS WEBSITE
32
Colin Sales | Music Producer | Author | Customer Service Professional | Coder | Gamer | Runner | Cyclist | Ale Drinker | Philatelist |
Music Producer Author Customer Service Professional Coder Gamer Runner Cyclist Ale Drinker Philatelist. Viva (The Classic Mix). Viva (The Classic Mix) is a new soulful take on the CSD Recordings 2nd release. Colin Sales has reworked this to a whole new level. Likened by some to Daft Punk’s “Get Lucky”, this is out on CSD Recordings via all good download stores. Turn this RIGHT up! Colin Sales and S.U.Z.Y – Turn It Up: OUT NOW! ITunes: https:/ itunes.apple.com/gb/album/turn-it-up-ep/id655347007. Here̵...
Colin Salisbury | Social Entrepreneur
Colin Salisbury Social Entrepreneur. My vision is to inspire and mobilize millions of people around the world to create ripples of difference with communities in need. GVN Foundation Grants - September 2014. Wednesday, December 31st, 1969. Click here to read the full blog entry. GVN Foundation Grants - July 2014. Wednesday, December 31st, 1969. Click here to read the full blog entry. GVN Foundation Grants - June 2014. Wednesday, December 31st, 1969. In June, the GVN Foundation sent a grant of US$4,458...
Never Forgotten.
Redirecting
Youre about to be redirected. The blog that used to be here is now at http:/ www.colinsalmcorner.com/. Do you wish to be redirected? This blog is not hosted by Blogger and has not been checked for spam, viruses and other forms of malware.
Colin's ALM Corner
Using Chrome to Solve Identity Hell. March 7, 2018. This week at MVP summit, I showed some of my colleagues a trick that I use to manage identity hell. I have several accounts that I use to access VSTS and the Azure Portal: my own Microsoft Account (MSA), several org accounts and customer org accounts. Sometimes I want to open a release from my 10th Magnitude VSTS account so that I can grab some tasks to put into CustomerX VSTS release. The . Using VSTS to Test Python Code (with Code Coverage). Recently ...
Colin Salmon
Underwater photography, fine art prints, workshops. Discover the wonders of an unsuspected world! Galleries de photos sous-marine. Découvrez les merveilles d'un monde surprenant! A creative way to decorate your living or working place! Une idée déco créative pour la maison ou le bureau! Personalised courses on demand! Cours personnalisés sur demande! This is example content. Double-click here and select a page to feature its content. Learn more. Jun 11, 2012. Jun 11, 2012. Jun 11, 2012. Jun 11, 2012.
Colin Salter non-fiction writer and researcher
Home
Many of the books on this site can be bought in printed form,. For a small price, at. Please mention the website when buying. Click here to listen to. Printed text of each audio sermon. For all Sudanese and. South Sudanese Christians on. After doing them for fifty years! God had only One Son,. For Sudanese (and other) Muslims. Leadership, Integrity and.
Colin saltry.com
Your best self begins when you. Life is better when you. Is an annual celebration and fundraiser for organizations in Philadelphia and across Pennsylvania who champion causes of equality and inclusion. Inaugurated to celebrate a personal anniversary,. Has evolved into something more than a fun night out. Strives to enable others in living their truths through charitable giving, volunteerism.and fun nights out.
Colins Amazing Music
SOCIAL ENGAGEMENT