Feed

Note that I may not have fully read/viewed all of the things in this feed. The images, content and opinions in them are owned by their respective authors.

Blazor and Customizing the OData entity model

youtube.com

Demo on GitHubhttps://github.com/hassanhabib/ODataDemo?WT.mc_id=ondotnet-c9-cephilliSimplifying the EDM with Datahttps://devblogs.microsoft.com/odata/simplif...

View

Articles Tutorials | AspNet Boilerplate

Volosoft Computer and Technology - aspnetboilerplate.com

AspNet Boilerplate (ABP) is an open source and well-documented application framework. See the comprehensive tutorials of ABP for technical information.

Read More
Replacing If-Else with Commands and Handlers (CQS) | Level Up Coding

Replacing If-Else with Commands and Handlers (CQS) | Level Up Coding

Nicklas Millard - levelup.gitconnected.com

How to write great, simple, and extensible code using the Commands, Queries, and Handlers (CQS) pattern. Possibly replacing much of your if-else branching.

Read More
Building Workflow Driven .NET Core Applications with Elsa | by Sipke Schoorstra | Medium

Building Workflow Driven .NET Core Applications with Elsa | by Sipke Schoorstra | Medium

Sipke Schoorstra - medium.com

For many years, I’ve been developing .NET applications using Orchard, an extensible, modular, open source application framework and CMS built with Classic ASP.NET MVC back in the days, and now…

Read More
Mediator Pattern in ASP.NET Core Applications | by João Simões | The Startup | Medium

Mediator Pattern in ASP.NET Core Applications | by João Simões | The Startup | Medium

João Simões - medium.com

For the last few years, Command Query Responsibility Segregation (CQRS) and Event Sourcing (ES) emerged as patterns that can help implement large scale systems, with some risky complexity, by having…

Read More
Transaction Management With Mediator Pipelines in ASP.NET Core | by João Simões | The Startup | Medium

Transaction Management With Mediator Pipelines in ASP.NET Core | by João Simões | The Startup | Medium

João Simões - medium.com

When implementing a simplified CQRS service, which usually has a single database but still separates commands from queries, the mediator pipeline can be used to manage transactions when processing…

Read More
GitHub - mizrael/SuperSafeBank: Sample Event Sourcing implementation with .NET Core

GitHub - mizrael/SuperSafeBank: Sample Event Sourcing implementation with .NET Core

github.com

Sample Event Sourcing implementation with .NET Core - GitHub - mizrael/SuperSafeBank: Sample Event Sourcing implementation with .NET Core

Read More
Event Sourcing in .NET Core #8211; part 1: a gentle introduction

Event Sourcing in .NET Core #8211; part 1: a gentle introduction

davideguida.com

Everything that happens around us is an event of some sort. Let's find out what Event Sourcing is and how we can implement it in .NET Core.

Read More
Event Sourcing in .NET Core #8211; part 2: storing events

Event Sourcing in .NET Core #8211; part 2: storing events

davideguida.com

Here we are for the second part of our Event Sourcing series. This time we'll see how we can start storing events in our system.

Read More
GitHub - glazkovalex/Rebus.Kafka: Apache Kafka transport for Rebus

GitHub - glazkovalex/Rebus.Kafka: Apache Kafka transport for Rebus

github.com

Apache Kafka transport for Rebus. Contribute to glazkovalex/Rebus.Kafka development by creating an account on GitHub.

Read More