Category: Other
-

Corona gives us the opportunity to teach our kids (and schools) to learn and adapt
Just like almost any other blog writer, I also want to divert a little bit from my normal topics to write about this pandemic that hits us all. COVID-19 or Corona. Just like almost every other country in the world, my family and I are also bound to our house.…
-

Setting up Sonatype Nexus 3 as your Windows Docker Container Registry
Currently I am working at Rabobank. Rabobank uses Sonatype Nexus as their artifact repository for all kinds of packages and also for Docker Containers. Since there are a few Microsoft .Net teams are moving towards Docker, the need for Docker containers arose as well. So we created a Windows Base…
-

COPY failed when adding files to Docker container
This is a blogpost for myself. Because I don’t want to make the same stupid mistake again. And hopefully It might help you as well … I was preparing a demo to build a simple Docker Container. I used Visual Studio 2017 15.3 to create a new .NET Core Project,…
-

Running a Linux SQL Server in a Docker Container
I just reinstalled my PC and needed a database for some simple work. I did not like the idea of installing a full SQL Server on my PC. Too heavy and takes too long. The I remembered that Microsoft recently announced that they can run SQL Server on Linux and…
-

Running your ASP.NET Core application on Azure Container Service
While preparing for my Techdays session about “How ASP.NET Core and Docker will change the life of a Microsoft Developer” I was experimenting a bit with Azure Container Service and running my ASP.NET Core application on the ACS Cluster. Together with my colleague Alex Thissen and with some help of…
-

Set up a Windows Docker host in Azure and connect from your local computer
A while ago I blogged about how to set up a Docker host without Visual Studio. Now, half a year later things have changed and so have some steps. Yesterday I spun up a new Windows 2016 machine (CTP5) from the Azure gallery and (of course) it did not work…
-

How Docker will change Microsoft Development
Two months ago we (Xpirit) published a new edition of our Xpirit Magazine. In this magazine I wrote an article on how Docker will change Microsoft Development. In this blog post you will find the introduction. If you want to read the whole article, you can download the PDF of…
-

2 weeks full of highlights
Wow ! Normally I post about VSTS or TFS or just about some other techy stuff but my last 2 weeks were so packed with highlights, both personally and at Xpirit, I just wanted it to share with you. I’ll first give you the executive summary Personally I became ALM…
-

Running a VS Team Services (VSO) Build Agent in a Windows Docker Container
A while ago I wrote a post on how to run a Visual Studio Online (now called Visual Studio Team Services) Build Agent in a Docker Container on Linux. I got some good feedback on this post and now it is time to do the same trick again but only…
-

Create a Windows Docker Host and connect to it without Visual Studio
I have been exploring Docker on Windows for a while because I think it is very promising that containers can run on the Windows platform as well. I’ve also written a few posts already about Docker but this one is all about creating a Windows Docker Host on Azure and…
-

Unattended install of a Visual Studio Team Services (a.k.a. VSO) Build Agent
A while ago I was looking at installing the VSTS build Agent on Linux and was searching for the possibility to uninstall it unattended. I was doing this because I wanted to run my agent in a Docker container and on startup I wanted to run a configured agent. I…
-

Presentation on Dutch Docker Day
Last Friday I did a talk on Dutch Docker Day. Together with my colleague Alex Thissen We talked about “Dockerizing your ASP.NET Application on Windows and Linux”. We showed how you can use ASP.NET 5 to run cross platform in a Linux Docker Container, on a Mac and in an…
-

Using OneGet PackageManager in Windows 10 and Windows 2016 Server Container
I am experimenting with OneGet, the new Powershell PackageManager for Windows. It is included in Windows 10 and in Windows Server Container and Windows Server 2016. The PackageManager is something I learned to appreciate when I was experimenting with Docker on Linux. There we use apt-get to get software from…
-

Running a Visual Studio Build vNext agent in a Docker container
Update: 27-10-2016 Take a look at the official Microsoft Docker Images on DockerHub that also contain a Build agent With the introduction of the new build engine in Visual Studio Online and Team Foundation Server 2015, Microsoft also introduced real cross-platform build capabilities, The VSO-BuildAgent and tasks are both published…
-

Get started with Docker on Azure for Microsoft developers and/or Linux noobs
I said it earlier in a previous post. The world is changing. And especially the world of Microsoft Developers. In my post about modern tools I presented a list with tools that a developers must have in his toolbox. This list did not contain a lot of Microsoft tools. In…
-

Happy New Year to all my readers !
Happy new year ! Every year I receive a nice overview of all my activity on my blog. This year I wanted it to share with you! Thanks for reading! I hope to bring you more goodness about ALM, Scrum and TFS in 2014 ! Here’s an excerpt: The Louvre…
-

How to set up networking for your Hyper-V (TFS) machine
Since a few months I am the happy owner of a great laptop with SSD. Because I am running Windows 8 I can have the possibility to use Hyper-V on my local machine and that’s….Let’s say….GREAT !! Now that I have this possibility, I run my TFS demo machine on…
-
Using Config Transformation for easier (Azure) Development
Visual Studio 2010 has this nice feature for config transformations. When adding a new build configuration you also get the possibility to add a web.[Configuration].config file which contains specific settings for that specific configuration. When using the publish function, the transformation uses pretty slick XSLT transformations to update the web.config…
-
Removing speaker notes from PowerPoint
It is not really ALM related but man…I am so glad I know this feature that I really want to share it here. When I speak at seminars or conferences, people always ask you for the slides. I always have a lot of notes in my slides that I don’t…
-
Unit Test Deployment files not found in VS2010
When writing Unit tests, it is sometimes useful to use specific files for a specific Unit test. With help of the TestContext object in a Unit test class you can easily deploy files along with your Unit Tests. Everytime a Unit test is executed, the file(s) is published to an…


