Feed

This is a feed of links I've run across and found interesting or noteworthy. The images, content and opinions in them are owned by their respective authors.
GitHub - ardalis/ApiEndpoints: A project for supporting API Endpoints in ASP.NET Core web applications.

GitHub - ardalis/ApiEndpoints: A project for supporting API Endpoints in ASP.NET Core web applications.

github.com

A project for supporting API Endpoints in ASP.NET Core web applications. - GitHub - ardalis/ApiEndpoints: A project for supporting API Endpoints in ASP.NET Core web applications.

Read More
Building a CachedRepository in ASPNET Core

Building a CachedRepository in ASPNET Core

ardalis.com

null

Read More
My Favorite NServiceBus Features - Message Encryption

My Favorite NServiceBus Features - Message Encryption

bradjolicoeur.com

Property encryption is one of my favorite NServiceBus features in that it provides a pattern for implementing message encryption as well as providing a concrete basis for addressing the concerns of compliance and security teams. Additionally, once your endpoint conventions are configured, it is easy to live with since it gets implemented only where necessary and in a consistent way.

Read More
Writing to Google Sheets API using C# .NET and a Services Account | by William Chislett | Medium

Writing to Google Sheets API using C# .NET and a Services Account | by William Chislett | Medium

William Chislett - medium.com

TLDR: Create a Google Service account with the service account user role; download credentials file; add the service account’s email address to write permissions on the sheet; scroll to the bottom of…

Read More
37 DIY Standing Desks Built with Pipe and Kee Klamp

37 DIY Standing Desks Built with Pipe and Kee Klamp

simplifiedbuilding.com

Are you looking for the perfect standing desk? Why not build your own? In this article, you'll find 37 standing desk ideas that you can copy. Check it out!

Read More
Getting Started with 3-D Printing - SAS Workshops

Getting Started with 3-D Printing - SAS Workshops

sasworkshops.com

If you are building test systems, 3-d printing is a useful skill to have. Here I talk about my experienc getting started with 3-d printing.

Read More

Architecture Short Course: How to Develop a Design Concept

youtube.com

All architecture begins with a concept. If you’re struggling to find one, curious about what one is, or wondering how architects begin their projects; this s...

View
Building Ocelot API Gateway Microservices with ASP.NET Core and Docker Container | aspnetrun

Building Ocelot API Gateway Microservices with ASP.NET Core and Docker Container | aspnetrun

Mehmet Özkaya - medium.com

Building Ocelot API Gateway Microservice on .Net platforms which used Asp.Net Web Application, Docker, Ocelot. Explains how to perform API Gateway microservices operations on ASP.NET Core Web application using Ocelot framework. Ocelot API Gateway routing operations Routing, UpStream, DownStream, Configuration. Test with Postman.

Read More
Do I Need an API Gateway if I Use a Service Mesh?

Do I Need an API Gateway if I Use a Service Mesh?

blog.christianposta.com

This post may not be able to break through the noise around API Gateways and Service Mesh. However, it’s 2020 and there is still abundant confusion around these topics. I have chosen to write this to help bring real concrete explanation to help clarify differences, overlap, and when to use which. Feel free to @ me on twitter (@christianposta) if you feel I’m adding to the confusion, disagree, or wish to buy me a beer (and these are not mutually exclusive reasons).

Read More
Using OpenAPI Auto-Generated Clients in ASP.NET Core

Using OpenAPI Auto-Generated Clients in ASP.NET Core

markheath.net

Mark Heath's Development Blog

Read More