An open API service indexing awesome lists of open source software.

https://github.com/equilaterus/vortex.samples

ASP Core: Tackling modern development complexity using Vortex
https://github.com/equilaterus/vortex.samples

Last synced: 28 days ago
JSON representation

ASP Core: Tackling modern development complexity using Vortex

Awesome Lists containing this project

README

          

# Vortex Samples

These sample projects illustrate how to use [Equilaterus.Vortex](https://equilaterus.github.io/Vortex/).

## Concurrent Ordering

![Concurrent Ordering Vortex ASP Core Example](https://equilaterus.github.io/assets/img/vortex/concurrent-ordering.png)

[ConcurrentOrdering](https://github.com/equilaterus/VortexSamples.ConcurrentOrdering) is a complete project structure showing how to integrate Vortex with common ASP Core scenarios like EFCore Concurrency Conflicts. MVC and javascript + jQuery frontend.

## Todo App

[Work in progress](https://github.com/equilaterus/VortexSamples.TodoApp)