When Microsoft open sourced the .NET Framework in 2014 and released runtimes for Linux in November last year, we knew interesting things were going to happen.
Today, Microsoft announced the second Release Candidate for .NET Core CLR. To celebrate, we took a look at using .NET Core with Docker and the also released new version of Visual Studio Tools for Docker. Turns out Microsoft is doing some interesting stuff.
Visual Studio Tools for Docker allows you to easily add Docker support for a project you’re working on in Visual Studio. This allows you to CTRL-F5 to run your Docker app directly in Visual Studio. What the new version offers that’s pretty awesome is breakpoint debugging. That’s right, you get breakpoint debugging from Visual Studio with your code running in a container.
Want to know more? Watch my video below:
Check out these additional resources to get started:
Learn More about Docker
- New to Docker? Try our 10 min online tutorial
- Share images, automate builds, and more with a free Docker Hub account
- Read the Docker 1.11 Release Notes
- Subscribe to Docker Weekly
- Sign up for upcoming Docker Online Meetups
- Attend upcoming Docker Meetups
- Register for DockerCon 2016
- Watch DockerCon EU 2015 videos
- Start contributing to Docker