But domino after domino has fallen. From Node.js support in Windows, to open sourcing ASP.NET MVC, then all of .NET, and even migrating to GitHub, the software development world we now live in feels very different than the one I started in. Something happened recently that really drove this change home for me. I submitted a pull request to the dotnet/corefx repo on GitHub.
It’s a long story (one that I hope to tell in a future post). The short version is we started getting reports of issues connecting to our WCF backend from our desktop app. I was able to trace the issues back to a change that was made in a .NET security update. Because all the .NET framework code is open source now, and available on GitHub, not only was I able to see exactly what caused the problem, but I was able to submit a pull request with a fix, and someone actually paid attention to it!
I was very impressed by how quickly my PR was responded to, and how helpful and friendly everyone involved in the process was. A couple of suggestions were made by team members, which I was more than happy to implement, and before you know it, my PR was accepted.
This whole incident drove home the fact that Microsoft isn’t just spewing marketing speak when it comes to open source. They are going all in. I was able to see first hand how as an organization they are building processes around developing software in the open, willing to take feedback, and even contributions from the community.
I am very excited to see how all this continues to evolve over the coming years. As much as I have enjoyed being a .NET developer for the last 7 years, I think things are only going to get better.
And, I have to admit, it feels kind of cool that I can now say I contributed to the .NET framework. What’s ever cooler is you can too! Anyone can! And that is the beauty of this whole open source thing.