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.
Provision an Ubuntu-based EC2 instance with CDK

Provision an Ubuntu-based EC2 instance with CDK

loige.co

You are using CDK and you need to provision an EC2 instance. What if you prefer to use Ubuntu over Amazon Linux? In this article, we will…

Read More
ASP.NET Core Dependency Injection - Registering Multiple Implementations of an Interface - Steve Gordon - Code with Steve

ASP.NET Core Dependency Injection - Registering Multiple Implementations of an Interface - Steve Gordon - Code with Steve

stevejgordon.co.uk

If you find the information in this post useful and want to learn more about dependency injection, may I suggest viewing my new course on Pluralsight – “Dependency Injection in ASP.NET Core“? I dive deeply the Microsoft D.I. container and how to use all of its features in your applications. In a previous post, I covered […]

Read More
Securing Microservices with IdentityServer4, OAuth2 and OpenID Connect fronted by Ocelot API Gateway | by Mehmet Özkaya | aspnetrun | Medium

Securing Microservices with IdentityServer4, OAuth2 and OpenID Connect fronted by Ocelot API Gateway | by Mehmet Özkaya | aspnetrun | Medium

Mehmet Özkaya - medium.com

In this article, we’re going to learn how to secure microservices with using standalone Identity Server 4 and backing with Ocelot API Gateway. We’re going to protect our ASP.NET Web MVC and API…

Read More
Using gRPC in Microservices for Building a high-performance Interservice Communication with .Net 5 | by Mehmet Özkaya | aspnetrun | Medium

Using gRPC in Microservices for Building a high-performance Interservice Communication with .Net 5 | by Mehmet Özkaya | aspnetrun | Medium

Mehmet Özkaya - medium.com

In this article, we’re going to learn how to Build a Highly Performant Inter-service Communication with gRPC for ASP NET 5 Microservices. We will introduce gRPC as a modern high-performance RPC…

Read More
GitHub - stefanprodan/AspNetCoreRateLimit: ASP.NET Core rate limiting middleware

GitHub - stefanprodan/AspNetCoreRateLimit: ASP.NET Core rate limiting middleware

github.com

ASP.NET Core rate limiting middleware. Contribute to stefanprodan/AspNetCoreRateLimit development by creating an account on GitHub.

Read More
Build a web app with Blazor - Learn

Build a web app with Blazor - Learn

csharpfritz - docs.microsoft.com

Learn how to set up your development environment and build your first web app with Blazor, Visual Studio Code, and C#.

Read More
Swagger and ReDoc for Documenting WEB API in .NET 5

Swagger and ReDoc for Documenting WEB API in .NET 5

dev.to

Introduction Lets say you have a WEBAPI and would like to update the documentation of that... Tagged with dotnet, swagger, redoc, webapi.

Read More
EC2 User Data Example in AWS CDK - Complete Guide | bobbyhadz

EC2 User Data Example in AWS CDK - Complete Guide | bobbyhadz

bobbyhadz.com

A complete example of launching an EC2 instance with User Data in AWS CDK. The User Data script installs and starts an apache web server.

Read More
Using Conditional C# LINQ Clauses to Make A Multiple-Input Search Engine

Using Conditional C# LINQ Clauses to Make A Multiple-Input Search Engine

exceptionnotfound.net

Let's use cool extensions to C# LINQ to search board games by different properties!

Read More
Port from .NET Framework to .NET 5 - .NET Core

Port from .NET Framework to .NET 5 - .NET Core

adegeo - docs.microsoft.com

Understand the porting process and discover tools you may find helpful when porting a .NET Framework project to .NET 5 (and .NET Core 3.1).

Read More