The lightweight .NET web framework has arrived in a stable 1.0 release, ready to help build front ends and RESTful APIs for cloud applications. Microsoft’s opening up of .NET allowed the metaphorical ...
If you’re building cloud-native applications with microservices, they need to be small. You don’t want code that comes with enough dependencies and required libraries to turn something that should be ...
Interfacing with a public API from a .NET application is something that many developers find themselves needing to do. They can take several different approaches, but my favorite is an open source ...
The open source .NET Standard 2.0 project was finalized today, providing a formal spec for .NET APIs that should be available to developers working with all .NET implementations. With finalization, ...