Tag:dotnet
All the articles with the tag "dotnet".
Understanding the Difference - Libraries vs SDKs in Software Development
Libraries and SDKs are often used interchangeably, but they solve different problems. This post explains what each one is and when you'd reach for one over the other.
Microservices Best Practices - A Guide to Successful Application Design
Ten practical guidelines for designing microservices, from the single responsibility principle and database-per-service to service discovery, versioning, and security.