News

Azure Service Fabric Gets Open Source Treatment

Azure Service Fabric team hopes to spur improvements to Service Fabric .NET SDK through the open source community. ASF and the SDK have also recently been updated.

Count Azure Service Fabric among yet another Microsoft service being open sourced, as the Azure Service Fabric team announced in a blog that it has recently released portions of the Service Fabric .NET SDK on GitHub.

Azure Service Fabric is described by a Microsoft Doc as its microservices platform, aimed at the development of microservices "that run at very high density on a shared pool of machines, which is referred to as a cluster." Azure Service Fabric is also meant to be scalable, providing "comprehensive application management capabilities to provision, deploy, monitor, upgrade/patch, and delete deployed applications."

Microsoft lists its own Azure SQL Database, Azure DocumentDB, Cortana, Microsoft Power BI, Microsoft Intune and a number of other core Azure services among the apps and services running on Azure Service Fabric. The Service Fabric .NET SDK itself is a developer-specific environment that allows for full lifecycle development of microservices without having to connect to a private or public cloud.

The Service Fabric .NET SDK is available at https://github.com/Azure/service-fabric.

It's not quite fully open sourced, though: "Although we were able to separate the .NET SDK source code from internal dependencies, our development process still relies on internal tools, and so we will continue to do our own development in a private repo for the time being," notes the blog. "At each SDK release, we will push our latest changes back out to GitHub."

As noted in the blog, for now the only packages being open sourced are Reliable Services, Reliable Actors, Service Remoting, and ASP.NET Core integration. "The Service Fabric runtime is not available today as an open source project," notes the README file on GitHub. "As we collect feedback and run tests on contributions, we will determine the best time to open source the runtime, which includes the clustering layers and the Reliable Collections replicated persisted store."

Azure Service Fabric and Service Fabric .NET SDK have recently gone through updates. ASF is at 5.5, and the SDK is at 2.5. New in those releases is support for compressed packages, an increase in the default health check duration for error catching during automated upgrade rollback, and full support for ASP.NET Core within stateless and stateful Reliable Services packages. More about those updates is here.

About the Author

Michael Domingo is a long-time software publishing veteran, having started up and managed several developer publications for the Clipper compiler, Microsoft Access, and Visual Basic. He's also managed IT pubs for 1105 Media, including Microsoft Certified Professional Magazine and Virtualization Review before landing his current gig as Visual Studio Magazine Editor in Chief. Besides his publishing life, he's a professional photographer, whose work can be found by Googling domingophoto.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube