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.
Here are the things that caught my eye recently in .NET. I’d love to hear what you found most interesting this week. Let me know in the comments or on Twitter.
Certificate Expiration Check
I thought this was a pretty cool idea and an easy way to keep track of expiring certs.
Link: https://github.com/ardalis/CertExpirationCheck
Should I Use A Microservices Architecture?
Are you considering adopting a microservices architecture? Won’t it fix all your problems? Join me for a look into the realities of microservices!
Link: https://www.jamesmichaelhickey.com/microservices-architecture/
2020 Stack Overflow Developer Survey
Thank you for taking the 2020 Stack Overflow Developer Survey, the largest and most comprehensive survey of software developers (and anyone else who codes!) on Earth.
Link: https://stackoverflow.az1.qualtrics.com/jfe/form/SV_eL0mFVwuo7KWeXP
A new experiment: Call .NET gRPC services from the browser with gRPC-Web
I’m excited to announce experimental support for gRPC-Web with .NET. gRPC-Web allows gRPC to be called from browser-based apps like JavaScript SPAs or Blazor WebAssembly apps.
gRPC-Web for .NET promises to bring many of gRPC’s great features to browser apps:
Strongly-typed code-generated clients
Compact Protobuf messages
Server streaming
Link: https://devblogs.microsoft.com/aspnet/grpc-web-experiment/