Skip to content

Roundup #14: NuGet Source Repo Link, RESTful API Guidelines, Async/Await, High Perf .NET

Sponsor: Do you build complex software systems? See how NServiceBus makes it easier to design, build, and manage software systems that use message queues to achieve loose coupling. Get started for free.

Learn more about Software Architecture & Design.
Join thousands of developers getting weekly updates to increase your understanding of software architecture and design concepts.


Here are the things that caught my eye this week.  I’d love to hear what you found most interesting this week.  Let me know in the comments or on Twitter.

NuGet Source Repository Link

Small but really useful feature.  You can specify RepositoryUrl and RepositoryType in your csproj.  For example:
Link: https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets

Zalando RESTful API and Event Scheme Guidelines

Zalando’s software architecture centers around decoupled microservices that provide functionality via RESTful APIs with a JSON payload. Small engineering teams own, deploy and operate these microservices in their AWS (team) accounts. Our APIs most purely express what our systems do, and are therefore highly valuable business assets.
This is an extensive guideline.  I don’t agree with some of them but regardless, always interesting to read and digest what others are doing. Link: https://opensource.zalando.com/restful-api-guidelines/

Async and Await

https://twitter.com/daveaglick/status/1029727250772623360 I’ve seen a bit of chatter this week related to Async/await and landed on this blog post from several years ago by Stephen Cleary.  It’s probably one of the best overviews of really getting how async/await works.  If you’re still unsure how to use async/await, I highly recommend reading. Link: http://blog.stephencleary.com/2012/02/async-and-await.html

Writing High-Performance Code in .NET

Come and hear some tales from the trenches on building highly scalable services with .NET powering various Bing services. The good, the bad, and the ugly! In this talk, we’ll focus on best practices to build high performance code, to instrument the code for deep analysis, and how to use various tools to help achieve your performance goals and drive down costs.
 

Learn more about Software Architecture & Design.
Join thousands of developers getting weekly updates to increase your understanding of software architecture and design concepts.


Leave a Reply

Your email address will not be published. Required fields are marked *