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.

The Coolest Feature of .NET 10 is Here

Nick Chapsas - youtube.com

.NET 10 introduces Server Sent Events for efficient unidirectional communication between server and client, enhancing real-time data transfer capabilities.

C#, .NET 10, Server Sent Events, unidirectional communication

View
Mediator Without MediatR: Build Your Own CQRS Dispatcher in 30 Lines

Mediator Without MediatR: Build Your Own CQRS Dispatcher in 30 Lines

Florian Métoz - medium.com

Learn to create a lightweight CQRS dispatcher without large libraries, addressing concerns about open-source tools transitioning to commercial models.

CQRS, Dispatcher, MediatR, open-source, libraries

Read More
GitHub - leonibr/community-extensions-cache-postgres

GitHub - leonibr/community-extensions-cache-postgres

leonibr - github.com

PostgreSQL implementation of IDistributedCache for distributed caching in ASP.NET Core, compatible with NetStandard 2.0.

PostgreSQL, IDistributedCache, ASP.NET Core, distributed cache, NetStandard 2.0

Read More
How .NET Aspire Simplifies Service Discovery

How .NET Aspire Simplifies Service Discovery

Milan Jovanovic - milanjovanovic.tech

.NET Aspire streamlines distributed development by simplifying service discovery, making service-to-service communication easier through configuration-based methods.

service discovery, .NET Aspire, distributed applications, configuration

Read More
TrailBlazor Conference

TrailBlazor Conference

Microsoft and .NET Community Speakers - trailblazor.net

Learn from industry experts about Blazor, .NET MAUI, and Oqtane.

Blazor, .NET MAUI, Oqtane, conference, developers

Read More

I replaced my Redis cache with Postgres... Here's what happened

Milan Jovanović - youtube.com

Explore using Postgres as a caching service, covering JSONB, cache invalidation, performance benchmarks, and building an API with .NET, Dapper, and Docker.

Postgres, cache, Redis, SQL, JSONB, .NET, Docker

View
This open source app changed the way I record my PC's screen

This open source app changed the way I record my PC's screen

Sumukh Rao - xda-developers.com

Screen recordings have never looked better with this innovative open-source application.

open source, screen recording, application

Read More
How to load .NET configuration from AWS Secrets Manager

How to load .NET configuration from AWS Secrets Manager

Amazon Web Services - aws.amazon.com

Use AWS Secrets Manager with the .NET configuration system to securely manage secrets without changing code complexity, enabling easy access across all environments.

AWS, Secrets Manager, .NET, configuration management, secure storage

Read More
Stop Using AWS.

Stop Using AWS.

Jonas Scholz - dev.to

Reflections on the pitfalls of over-engineering MVPs with complex cloud platforms like AWS.

AWS, MVP, cloud, development

Read More

Storing secrets CORRECTLY in .NET using AWS Secrets Manager

Nick Chapsas - youtube.com

Learn to securely manage secrets in .NET using AWS Secrets Manager, leveraging its features and a helpful third-party package.

AWS, .NET, Secrets Manager

View