English original:Azure Service SDK Becomes Open Fabric Source
Microsoft recently announcedAzure Service Fabric SDK source code has been open source. Azure Service Fabric is a distributed platform for the packaging, deployment and management of micro services. SDK exposed Service Fabric platform with.NET application integration Service Fabric API.
Only a part of SDK is publicly available. MicrosoftSay so:
Service Fabric in 2015 as a product of the public, before this, it has been developed as a Microsoft internal platform for more than five years. As a result, our development process is still deeply rooted in the internal build process, tools, and test suite. So we will continue to develop internally. At each release of SDK, we will update the latest push to GitHub. As time goes by, we will open up more development processes and tools.
Currently, there are two warehouses open source projects. FirstContains Reliable services and Reliable actor packages:
Reliable services and Reliable Actor are two programming modes on the Azure Service Fabric. These packages exposed to the construction of the Service Fabric platform integration with the application of the API.
Second warehousesStore items related to ASP.NET Core. ASP.NET Core contains the Service Fabric interfaceICommunicationListener
Implementation, this implementation can be in Service Fabric Reliable service for Kestrel or WebListener boot ASP.NET Core Web host:
In the use of separateWarehouse to report issueAnd participate in community discussions, Service Fabric team will then open source SDK.
Service Fabric team accepts pull requestAnd other contributions. The received PR will be integrated into Microsoft's internal environment, after which it will be released to the public warehouse, along with the new SDK release.
Service Fabric document has been released on Microsoft's document site, you can also visit the GitHub. Besides, there are someCode sample warehouseCan also be found on GitHub.
User comments