Selenium with .NET Core

May 1, 2017 Update – https://www.dotnetcatch.com/2017/05/01/selenium-with-net-core-may-1-2017-update/ June 30, 2017 Update – Selenium AND .NET Core 2.0 Preview 2 – it works! For the early adopters of .NET Core it can be tough waiting for third party dependendencies to provide updated Nuget packages with support for .NET Core.  We all know its early days and they …

Selenium with .NET Core Read More »

Microsoft Connect Conference 2016 – Day 1 Recap

Wow, just wow!  If you missed the Microsoft Connect 2016 Day 1 keynote you missed a lot!  In total, there were two and a half hours of announcements, demos and news from Microsoft.  They covered Azure, Visual Studio, Xamarin mobile development, .NET, SQL and much more. I”ve tried to distill the biggest announcements and statements …

Microsoft Connect Conference 2016 – Day 1 Recap Read More »

Access a Docker Container from the Docker for Windows Host

I have recently been researching NetflixOSS and found Netflix provides many Docker images that make setting up a local development environment really easy.  In order to run the images on Windows, I installed Docker for Windows which is a Hyper-V based Docker host for Windows.  This all installed without issue and I was able to …

Access a Docker Container from the Docker for Windows Host Read More »

CD Pipelines For .NET in ThoughtWorks GO!

I’ve mentioned in many previous posts that we utilize Thoughtworks GO! to orchestrate our CD pipelines.  We implemented GO! about three years ago.  At the time we were experimenting with CD improvements and ThoughtWorks had recently open sourced GO! so it was the low-cost/risk option.  Three years later we have 50+ pipelines and are deploying …

CD Pipelines For .NET in ThoughtWorks GO! Read More »

Optimizing Your Software Development Technology Strategy

Given people, process and tools, what should you optimize your software development technology strategy around?  This is the question that has been at the top of mind recently. Setting the right technology strategy for any size business can be difficult given the many complex factors involved, especially for larger enterprises. The primary goal, of course, …

Optimizing Your Software Development Technology Strategy Read More »

Outlook Tip: Set Default Meeting Template

After attending some really great leadership training from Kimball Fisher (author of  Leading Self-Drected Work Teams and other great books) at work this week, I decided I must do better with setting the goals and agenda for meetings in hopes that attendees come more prepared and the meetings are more effective.  I have thought to …

Outlook Tip: Set Default Meeting Template Read More »

WebDeploy Packaging with ASP.NET Core

I’ve seen lots of questions recently regarding if/how deployment of ASP.NET Core applications changed from previous versions of ASP.NET.  The good news is many of the old capabilities exist, although you will likely have to adjust your deployment processes to utilize them.  In this post, I will cover how to deploy an ASP.NET Core application …

WebDeploy Packaging with ASP.NET Core Read More »